Kaahi Duration

prism

New member
Messages
69
Points
0
How can I modify the duration of this status? I've just about given up on finding it in the source. I want to make it last 30 seconds.

 
Last edited by a moderator:
I believe db/(pre-)re/skill_cast_db.txt is what you're looking for.

// Structure of Database:// SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down//-- SL_KAAHI463,0,500,0,1800000,500,0
Change 1800000 to 30000, I think it should do the trick.

 
Last edited by a moderator:
Ahhhh. Thanks a lot man. Guess I was looking in the wrong place the whole time.

 
Back
Top