Jump to content
  • 0

Nerfing Jupiter Thunder


varinha

Question


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

Hello, i try to find how nerf WZ_JUPITEL in the source/map/battle.c but i didn't find in anywhere

 

it's possible nerf jupiter thunder damage?

 

Thanks

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  141
  • Reputation:   45
  • Joined:  08/14/12
  • Last Seen:  

If you want to change the matk ratio, you'll have to make a new case in the switch-case statement in battle_calc_magic_attack.

For example

case WZ_JUPITEL:
   skillratio -= 20;
   break;
If you want to change the number of hits, edit db/skill_db.txt. Edited by Nitrous
Link to comment
Share on other sites

  • 0

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

If you want to change the matk ratio, you'll have to make a new case in the switch-case statement in battle_calc_magic_attack.

For example

case WZ_JUPITEL:
   skillratio -= 20;
   break;
If you want to change the number of hits, edit db/skill_db.txt.

 

 

Worked here thanks man, but i change a little

 

skillratio = skillratio / 2;

 

=)

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

You can nerf it on db/skill_damage_db.txt so you wont mess with your src.

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