Jump to content
  • 0

Spore Explosion Bug


Nerfwood

Question


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  104
  • Reputation:   27
  • Joined:  12/05/13
  • Last Seen:  

So I have been playing with the damage formulas of skills, and somehow, Spore Explosion got bugged. (It wasn't before.)

 

Whenever the skill is used, no HP is taken from the target, BUT the damage actually shows. Example: I hit a poring with Spore Explosion, and moments later, it shows that it dealt around 20k. The poring, however, is still alive and has full hp.

 

 

Here is my modified damage formula:

 

 

battle.c

case GN_SPORE_EXPLOSION:
skillratio += 400 + (300 * skill_lv) + (sstatus->str * 10);
break;

Does adding the STR modifer bugs the skill? I tested it on a different (test) server and it seems that it doesn't. 

 

I have edited a lot of skills so I'm not sure what to change.

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  104
  • Reputation:   27
  • Joined:  12/05/13
  • Last Seen:  

case GN_SPORE_EXPLOSION:
skillratio += 400 + (300 * skill_lv) + (sstatus->str * 10) -100;
break;

Ok so I added a "-100" after the formula and now it works. :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  104
  • Reputation:   27
  • Joined:  12/05/13
  • Last Seen:  

Bumping after 10days... still need help! :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  173
  • Reputation:   9
  • Joined:  11/14/12
  • Last Seen:  

Bump! This is happening to my server as well :(


Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

try use status_get_str(src)

 

/hmm but it will gives same result

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  104
  • Reputation:   27
  • Joined:  12/05/13
  • Last Seen:  

try use status_get_str(src)

 

/hmm but it will gives same result

 

 

I actually tried using the same formula on a different server and it works, so the problem isn't there. However, I still don't know the fix for this one. :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  104
  • Reputation:   27
  • Joined:  12/05/13
  • Last Seen:  

Bumping this one again. We need some love <3

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  09/07/14
  • Last Seen:  

anyone got a solution, the formular changed and even if i addded -100, it does not work.

 

thanks

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...