Jump to content
  • 0
Sign in to follow this  
Hadeszeus

Missing Ghost?

Question

In item bonus script in doc.

 

Is Spirit = Ghost? 

 

bonus2 bMagicAddEle,n,x;        +x% magical damage against element n                                n: 	0=Neutral, 1=Water, 2=Earth, 3=Fire, 4=Wind, 5=Poison, 6=Holy, 7=Dark, 8=Spirit, 9=Undead

 

Edited by Hadeszeus

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

 

In item bonus script in doc.

 

Is Spirit = Ghost? 

 

bonus2 bMagicAddEle,n,x;        +x% magical damage against element n                                n: 	0=Neutral, 1=Water, 2=Earth, 3=Fire, 4=Wind, 5=Poison, 6=Holy, 7=Dark, 8=Spirit, 9=Undead

 

checking db/const

 

https://github.com/HerculesWS/Hercules/blob/master/db/const.txt

 

It does say

 

Ele_Neutral 0Ele_Water 1Ele_Earth 2Ele_Fire 3Ele_Wind 4Ele_Poison 5Ele_Holy 6Ele_Dark 7Ele_Ghost 8Ele_Undead 9

 

I guess ghost = spirit :)

Share this post


Link to post
Share on other sites
  • 0

 

 

In item bonus script in doc.

 

Is Spirit = Ghost? 

 

bonus2 bMagicAddEle,n,x;        +x% magical damage against element n                                n: 	0=Neutral, 1=Water, 2=Earth, 3=Fire, 4=Wind, 5=Poison, 6=Holy, 7=Dark, 8=Spirit, 9=Undead

 

checking db/const

 

https://github.com/HerculesWS/Hercules/blob/master/db/const.txt

 

It does say

 

Ele_Neutral 0Ele_Water 1Ele_Earth 2Ele_Fire 3Ele_Wind 4Ele_Poison 5Ele_Holy 6Ele_Dark 7Ele_Ghost 8Ele_Undead 9

 

I guess ghost = spirit :)

I realized after posting this heeheh.. thanks btw. 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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