Jump to content
  • 0

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


Dvrstle

Question


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

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

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   6
  • Joined:  12/20/11
  • Last Seen:  

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

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