Jump to content
  • 0

Trying to turn single target skill into a splash skill


bodibastos

Question


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  45
  • Reputation:   0
  • Joined:  10/13/12
  • Last Seen:  

I'm trying to turn the Swordsman skill Bash into a Splash skill. I edited the skill_db.txt file so that it looks like this:

 

5,-1,6,2,-1,0x2,2,10,1,no,0,0,0,weapon,0,0x0, SM_BASH,Bash

 

So it would be an area skill that you use on the ground (5x5 area) with the range of your currently equipped weapon.

 

However, when I use the skill in game, it does no damage to mobs, and this error appears on the map server: [Warning] skill_castend_pos2: Unknown skill used: 5. Does anyone know how I can fix this?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  45
  • Reputation:   0
  • Joined:  10/13/12
  • Last Seen:  

Same problem. The animation plays, the SP is spent, but the skill does no damage and the map server returns an error. This time the error is different though:  [Warning] skill_castend_nodamage_id: Unknown skill used: 5. The only way I can get it to work is by making it a Single Target skill that splashes to nearby targets (sort of like Crimson Rock), but that's really not what I wanted.

 

EDIT: I solved the problem. Had to go into skill.c and copy the parameters of a skill similar to what I wanted to make (RK_WINDCUTTER).

Edited by bodibastos
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   3
  • Joined:  03/30/12
  • Last Seen:  

Try something like this ?

5,0,6,4,-1,0x2,2,10,1,no,0,0,0,weapon,0,0x0, SM_BASH,Bash

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