Patskie Posted October 16, 2012 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 11 hours ago Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted October 16, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
Patskie Posted October 16, 2012 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 11 hours ago Author Share Posted October 16, 2012 i will remove the whole thing? already tried, didn't work Quote Link to comment Share on other sites More sharing options...
Aya Posted October 18, 2012 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 125 Reputation: 2 Joined: 08/27/12 Last Seen: June 7, 2023 Share 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 Link to comment Share on other sites More sharing options...
Limestone Posted October 18, 2012 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 647 Reputation: 16 Joined: 11/21/11 Last Seen: December 28, 2022 Share 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 Link to comment Share on other sites More sharing options...
Patskie Posted October 18, 2012 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 11 hours ago Author Share Posted October 18, 2012 Thanks Rage and also Emistry Quote Link to comment Share on other sites More sharing options...
Aya Posted October 18, 2012 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 125 Reputation: 2 Joined: 08/27/12 Last Seen: June 7, 2023 Share Posted October 18, 2012 HAHAHAHA Patrick. Quote Link to comment Share on other sites More sharing options...
Limestone Posted October 18, 2012 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 647 Reputation: 16 Joined: 11/21/11 Last Seen: December 28, 2022 Share Posted October 18, 2012 no problemo amigo! Quote Link to comment Share on other sites More sharing options...
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 SylvesterLink to comment
Share on other sites
7 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.