Jump to content
  • 0

[Solved] Adaptation to Circumstances


Patskie

Question


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

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
Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

remove this ?

trunk/db/re/skill_cast_db.txt

//===== Bard & Dancer (Ensemble Skills) ====
//-- BD_ADAPTATION
304,0,0,0,0,5000,0,0

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

i will remove the whole thing?

already tried, didn't work

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  125
  • Reputation:   2
  • Joined:  08/27/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  647
  • Reputation:   16
  • Joined:  11/21/11
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

Thanks Rage :) and also Emistry

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  125
  • Reputation:   2
  • Joined:  08/27/12
  • Last Seen:  

HAHAHAHA Patrick.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  647
  • Reputation:   16
  • Joined:  11/21/11
  • Last Seen:  

no problemo amigo! :)

Link to comment
Share on other sites

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.

×
×
  • Create New...