Jump to content
  • 0

Q>How to make Over Brand = Forced Neutral


Dvrstle

Question


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

i want to make the element of overbrand skill to be forced neutral just like the Extrimity fist skill. (Cannot be enchanted by any elements)

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

In trunk/db/re/skill_db.txt

//id,range,hit,inf,element,nk,splash,max,list_num,castcancel,cast_defence_rate,inf2,maxcount,skill_type,blow_count,name,description
...
// 05 element (0 - neutral, 1 - water, 2 - earth, 3 - fire, 4 - wind, 5 - poison,
//			 6 - holy, 7 - dark, 8 - ghost, 9 - undead, -1 - use weapon element
//			 -2 - use endowed element, -3 - use random element.)

0 = force neutral so

replace

2317,1,6,2,-1,0x2,5,5,1,yes,0,0,0,none,3:4:5:6:7,    LG_OVERBRAND,Over Brand //CHECK I know the splash is needed somehow for the strange AoE it gives.

by

2317,1,6,2,0,0x2,5,5,1,yes,0,0,0,none,3:4:5:6:7,    LG_OVERBRAND,Over Brand //CHECK I know the splash is needed somehow for the strange AoE it gives.

Link to comment
Share on other sites


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

thanks! gonna try it out

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