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

Item. Copyied another item o.O This is new..

Serp

/* No comment */
Joined
Mar 23, 2008
Messages
249
Reaction score
1
Ooookay. some reason my server now produces Terran rainbow shield
instead of normal rainbow shield o.o and all old rainbow shields. are now terran rainbow shields

The normal one
PHP:
16:38 You see a terran rainbow shield (Def:37).
It weighs 69.00 oz.
It has been temporarily imbued with earth magic and boosts your regeneration.
ItemID: [8909].
Position: [X: 848] [Y: 883] [Z: 4].

The one that should be rainbow shield...
PHP:
16:38 You see a terran rainbow shield (Def:37).
It weighs 69.00 oz.
It has been temporarily imbued with earth magic and boosts your regeneration.
ItemID: [8905].
Position: [X: 846] [Y: 883] [Z: 4].

Items.xml
PHP:
	<item id="8905" article="a" name="rainbow shield">
		<attribute key="description" value="Strange elemental magic flows over this shield."/>
		<attribute key="weight" value="6900"/>
		<attribute key="defense" value="30"/>
		<attribute key="weaponType" value="shield"/>

I didn't change anything o.O i just turned my server on. and Bam!
Rainbow shields are all now Terran shields. and if i try to do
/n "rainbow shield" <-- Says it doesnt exist
Or
/i 8905 Summons the terran shield.

This is like the weirdest thing i've ever seen. Anyone got an answer for me? cause i havnt :S


Using:
TFS Latest 0.2 tags.
 
Back
Top