I just started making my own server (1 & a half day exactly) , and i'm stuck with this skill delay problem. I saw many guides and forums about how to edit skill delays, reduce it or add more delay.
First one is editing the -- conf/battle/skill.conf
// Delay time after casting (Note 2)
delay_rate: 100 ( i'v changed it to 0, am i doing this right?)
but that didn't solved the problem.
Next one I tried to edit the -- db/skill_cast_db.txt
e.g.
//-- AL_HEAL
28,0,0,0,0,0,0
which stands for :
SkillID,CastingTime,AfterCastActDelay,Cooldown,AfterCastWalkDelay,Duration1,Duration2
but still no changes in delays. e.g for Heal.
do i need to update skill_cast_db.txt in MySQL? I reaaally really have no idea on this since i just started on this
If so, how to update skill_cast_db in MySQL? i can't seem to find skill_db in sql-files?
or the skill_cast_db.txt will update if i run my server?
really need a helping hand(s)!
oh btw, my first post~