• 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!

How to make decay item to 0 randomly

Status
Not open for further replies.

KaczooH

Co tu wpisac?
Joined
Oct 12, 2007
Messages
904
Reaction score
0
Hiho

I need to gave script for it :
Code:
	<item id="2361" article="a" name="frozen starlight">
		<attribute key="description" value="It may be useful with some wand."/>
		<attribute key="weight" value="200"/>
		<attribute key="weaponType" value="ammunition"/>
		<attribute key="ammoType" value="spear"/>		
	</item>

It's using special wand to work (and this is ammo for it)
It should be working like this - every shot there is a chance that this will break (=will disappear).

<attribute key="breakChance" value="a"/> doesn't work.

Help please ;)
 
COuld u explain it an bit more? because i get this.

The frozen starlight is an ammunition for an weapen but it dosen't work? or is the breakchange wrong
 
Ok, i've solved it. ;) Frozen starlight is behaving like spear (breakchance etc.) but have damage from magic (and magic formula).
 
Status
Not open for further replies.
Back
Top