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

Holy Weapond.

wohami

New Member
Joined
May 18, 2010
Messages
93
Reaction score
0
Location
sweden
Hello,
i am looking for a script thats do so the wepond has like 100 atk normaly way and 100 holy +,

One server that has this is supremia.no-ip.org on there donations weaponds.

hope some one aut there can help me :)

I give Rep ++ ofc :)
 
yes, u can say so ^^

The normaly Atk and holy like ice rapier if u understand,
i did try to copy ice rapier but dident finde right file.
 
Code:
	<item id="8931" article="a" name="flame blade">
		<attribute key="weight" value="6700" />
		<attribute key="defense" value="30" />
		<attribute key="attack" value="54" />
		<attribute key="weaponType" value="sword" />
		<attribute key="absorbPercentHoly" value="100" />
		<attribute key="extradef" value="3" />
	</item>

There you go, it should work if I'm not wrong lol xD
 
some one?

If u dont understand i mean its should atk 100 holy +
Not protection players from holy 100+

Its just a small thing that i think need to be chnages so hope some one can help me.

I rep+
 
Lua:
	<item id="8931" article="a" name="flame blade">
		<attribute key="weight" value="6700" />
		<attribute key="defense" value="30" />
		<attribute key="attack" value="54" />
		<attribute key="weaponType" value="sword" />
		<attribute key="elementHoly" value="100"/>
		<attribute key="extradef" value="3" />
	</item>
I've not tested ^_^ Try...
 
Back
Top