-
How do you add scripts?
Hey Ragezonians, i downloaded many NPCs and quests from eAthena forums and i have no idea how to implement them into my server. Do i just drag and drop them? Where do i drop them to? Oh and i have another question, does anyone wanna be part of my RO? They can be a GM if they have experience with eAthena. I also need someone to help me set up the XP_Rate, its totally confusing in the conf. folder...
-
Let say u have a npc called warper.txt, you go to your athena/npc folder you can put the warper.txt into the folder customs or you can create a folder call customnpc
After that , open up scripts_athena.conf or map_athena(conf)
npc: npc/custom/warper.txt make sure it does not look like this ---> //npc: npc/custom/warper.txt
If there is a // in front of npc mean it does not read the npc , it ignore instead.
Experience rate is pretty simple.
Go to your battle_athena.conf or battle/exp.txt
Edit the job rate or base rate
Let say you want to open a high rate server about 1k experience
So you change ur base and job to 100000 , you will be wondering why don't put 1000 instead of 10000, ok pretty easy.. 100000 would mean 1k experience , 1000 would mean 10x experience , 10k experience = 10000000 ,
so
1000 = 10x
100000=1000x
10000000=10000x