• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Shiver Arrow

Captain Orhotek

New Member
Joined
May 20, 2009
Messages
118
Reaction score
1
I have the arrow in my server I can shoot the arrow. But it does not do ice/cold dmg or anything it seems to just do normal dmg. Does anyone know how I can fix this...is there meant to be a script like with poison arrow? If so I am missing that...
 
write this in Weapons.xml
<distance id="7838" level="200" type="energy" event="function" value="default"/>
<distance id="7839" level="200" type="ice" event="function" value="default"/>
<distance id="7840" level="200" type="fire" event="function" value="default"/>
<distance id="7850" level="200" type="earth" event="function" value="default"/>
 
Back
Top