Jump to content
  • 0

CART CANNON BUG DAMAGE


hershel7777

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  03/14/20
  • Last Seen:  

hello all, i was try to edit my cart cannon skill damage with this formula (on below ) but the damage deal only 3-7k.

before i edit the damage is only 3-5k to.

so how do i increase the damage significantly? upto 20k-50k i think

 

        case GN_CARTCANNON:
            // ATK [{( Cart Remodeling Skill Level x 500 ) x ( INT x 100 )} + ( Cart Cannon Skill Level x 600 )] %
            skillratio += 1000 + 6000 * skill_lv + ((sd) ? pc_checkskill(sd, GN_REMODELING_CART) : 1) * 50000 * status_get_int(src) / 4;
            break;
 

 

and can some1 teach me how to make formula for a new skill, like the damage will be increase by skill level + depend our INT + depend enemy vit and def

Edited by hershel7777
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  17
  • Reputation:   5
  • Joined:  01/06/12
  • Last Seen:  

Im not sure, but i think you could do this on: db/skill_damage_db.txt

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