Jump to content
  • 0

3rd job skills for [SC,GX,Genetic]


Question

Posted

Genetic -i want to increase the damage of hell plant. . . because in my server. . it is fixed to 6k. . . i want it to be depend on int . . .

GX - when i copied the pre re mob db of emperium... cross impact skill can damage the emperium . . . but when i use renewal mob db of emp . . . cross impact skill misses.. . i want to use the pre re of emperium and then CI skill should be miss

SC - i want to make the range of SC's shadow form . . . . the range when the status of the char is @ shadow form . . . not the casting range . . .

this will also help other users here. . . so thank you in advance!!

1 answer to this question

Recommended Posts

Posted

Try this

Genetic Hellplant

at battle.c replace the existing code by this code

case GN_HELLS_PLANT_ATK:

md.damage = sstatus->int_ * 13 * skill_lv * (10 / (10 - pc_checkskill(sd,AM_CANNIBALIZE)));

Hell plant damage will be 18k fixed.

Shadow Form

at skill_db.txt

2287,13,6,1,0,0x1,0,5,1,no,0,0,0,none,0, SC_SHADOWFORM,Shadow Form

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...