Jump to content
  • 0

[Solved] Adaptation to Circumstances


Question

Posted (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 :D

Sorry for my bad english, BTW i am new in rathena so i do not know if i am in the right section :D

Edited by Sylvester

7 answers to this question

Recommended Posts

Posted

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 =)

Posted (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 by Rage

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...