Patskie Posted October 16, 2012 Posted October 16, 2012 (edited) In my server, bard skill (adaptation of circumstances) have delay, i want to remove this delay, and i think it is kinda source edits. Anyone who have the guide? Thanks in advance Sorry for my bad english, BTW i am new in rathena so i do not know if i am in the right section Edited October 23, 2012 by Sylvester Quote
Emistry Posted October 16, 2012 Posted October 16, 2012 remove this ? trunk/db/re/skill_cast_db.txt //===== Bard & Dancer (Ensemble Skills) ==== //-- BD_ADAPTATION 304,0,0,0,0,5000,0,0 Quote
Patskie Posted October 16, 2012 Author Posted October 16, 2012 i will remove the whole thing? already tried, didn't work Quote
Aya Posted October 18, 2012 Posted October 18, 2012 remove this ? trunk/db/re/skill_cast_db.txt //===== Bard & Dancer (Ensemble Skills) ==== //-- BD_ADAPTATION 304,0,0,0,0,5000,0,0 If you are using rAthena, edit it in db/pre-re/skill_cast_db.txt and also edit it in db/re/skill_cast_db.txt. That is what I did, worked fine for me =) Quote
Limestone Posted October 18, 2012 Posted October 18, 2012 (edited) In your skill.c Find this if( sc->data[sC_DANCING] && skill_get_inf2(ud->skillid)&INF2_SONG_DANCE && sd ) skill_blockpc_start(sd,BD_ADAPTATION,3000) [/color] then //if( sc->data[sC_DANCING] && skill_get_inf2(ud->skillid)&INF2_SONG_DANCE && sd ) //skill_blockpc_start(sd,BD_ADAPTATION,3000) then recompile Edited October 18, 2012 by Rage Quote
Question
Patskie
In my server, bard skill (adaptation of circumstances) have delay, i want to remove this delay, and i think it is kinda source edits.
Anyone who have the guide? Thanks in advance
Sorry for my bad english, BTW i am new in rathena so i do not know if i am in the right section
Edited by Sylvester7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.