Jump to content
  • 0
Keru

Crazy Weed deals no damage

Question

Hello,

i'm really close to finisheing my server but i have some problems with the Genetic skill crazy weed.

When a genetic uses the skill all the vines appear but there is no damage, just the effect.

 

I've looked up in my in my skill db at damage behavior and it was set to "No damage skill", is this right?

Cause there is a second skill in db crazy weed attack.It seems to belong to this attack too.

 

I've also looked into the battle.c and skill.c and compared them to the newest version in the git hub, but i cant see any difference?

 

Btw my server is set to pre-renewal, iare there any difficulties? All other 3rd class skills are working.

 

So how can i make this skill deal damage?

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

You have to change the pre-re/skill_db.txt:

 

-2483,11,6,2,0,0x3,4,10,1,yes,0,0x2000,0,weapon,0,  GN_CRAZYWEED,Crazy Weed
-2484,0,6,2,2,0x2,3,10,1,no,0,0x2000,0,weapon,0,  GN_CRAZYWEED_ATK,Crazy Weed Attack
+2483,11,6,2,0,0x3,4,10,1,yes,0,0,0,none,0,  GN_CRAZYWEED,Crazy Weed
+2484,0,6,2,2,0,0,10,1,no,0,0,0,weapon,0,  GN_CRAZYWEED_ATK,Crazy Weed Attack

 

and the pre-re/skill_unit_db.txt :

+2484,0x86,   ,  0, 2, 100,enemy, 0x080  //GN_CRAZYWEED_ATK

 

this worked for me to enable crazy weed in pre-renewal, best regards to Happy for helping me with this

 

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.