Jump to content
  • 0

ask about shadow chaser skill "FEINT BOMB"


President

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  51
  • Reputation:   0
  • Joined:  04/28/12
  • Last Seen:  

Problem : Feint Bomb in KRO looking for stats DEX on player. but i want in my private server Feint Bomb Looking For STR too..

where i must edit the script?

Link to comment
Share on other sites

11 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  554
  • Reputation:   70
  • Joined:  04/04/12
  • Last Seen:  

you must ask in the source support section...Skill implementations are done in source not on script..^^

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  51
  • Reputation:   0
  • Joined:  04/28/12
  • Last Seen:  

you must ask in the source support section...Skill implementations are done in source not on script..^^

ic ic ok thank you sir...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   1
  • Joined:  05/19/12
  • Last Seen:  

I'm not sure about the formula, but in Rathena, i found this:

   case SC_FEINTBOMB:
 skillratio += 100 + 100 * skill_lv;
 break;

I don't see anyting saying about DEX here.

Anyways, if you wan't change the damage of this formula above, just add the command where you wan't:

sstatus->vit
sstatus->dex
sstatus->str

Change str, vit, dex by what you wan't,

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  51
  • Reputation:   0
  • Joined:  04/28/12
  • Last Seen:  

I'm not sure about the formula, but in Rathena, i found this:

case SC_FEINTBOMB:
 skillratio += 100 + 100 * skill_lv;
 break;

I don't see anyting saying about DEX here.

Anyways, if you wan't change the damage of this formula above, just add the command where you wan't:

sstatus->vit
sstatus->dex
sstatus->str

Change str, vit, dex by what you wan't,

where i found that script?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   1
  • Joined:  05/19/12
  • Last Seen:  

src/map/battle.c

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  51
  • Reputation:   0
  • Joined:  04/28/12
  • Last Seen:  

src/map/battle.c

src/map/battle.c

case SC_FEINTBOMB:

skillratio += 4000 + 4000 * skill_lv + sstatus->str + sstatus->dex; //orginal :skillratio += 100 + 100 * skill_lv;

break;

i change but, it doesn't effect ... any suggestion?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  554
  • Reputation:   70
  • Joined:  04/04/12
  • Last Seen:  

did you recompile??

 4000 + 4000 * skill_lv + sstatus->str + sstatus->dex

and are you sure about this?? 24000%?? /hmm

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  51
  • Reputation:   0
  • Joined:  04/28/12
  • Last Seen:  

did you recompile??

 4000 + 4000 * skill_lv + sstatus->str + sstatus->dex

and are you sure about this?? 24000%?? /hmm

i just test it.. but after i reboot my server , i doesn't effect on my feint bomb..the bomb still same with the last. any suggestion?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  554
  • Reputation:   70
  • Joined:  04/04/12
  • Last Seen:  

don't just reboot..you must recompile the source....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  51
  • Reputation:   0
  • Joined:  04/28/12
  • Last Seen:  

don't just reboot..you must recompile the source....

where i must compile it? it means how to compile it? sorry I'm Newbie..

Edited by nyoonyoto
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...