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

Windows Item bugg and relogg

Cornex

Web Developer
Senator
Joined
Jun 15, 2008
Messages
3,443
Solutions
6
Reaction score
1,170
Location
Sweden
Hello OTLanders. Today i got 2 problems..

The first one: Ok, when i logg in, relogg or die and logg in again with the character i got a bp with legs, armor, rope and shovel.. some naab items.. Where can i change this??

And the other one: I was to create some items etc:

PHP:
	<item id="2653" article="a" name="Donate Armor">
		<attribute key="weight" value="3000" />
		<attribute key="armor" value="2" />
		<attribute key="slotType" value="body" />
		<attribute key="absorbPercentAll" value="10" />
		<attribute key="skillDist" value="25" />
		<attribute key="skillAxe" value="25" />
		<attribute key="skillClub" value="25" />
		<attribute key="skillSword" value="25" />
	</item>

But when i look at it ingame :

PHP:
You see a Donate Armor (Arm:2, club fighting +25, sword fighting +25, axe fighting +25, distance fighting +25, protection all +10%).

But it dont give skills or protecion.. Same with other items.. They dont give magic levels etc.. Please help? and repp for sure..! Have the best <3

- - - Updated - - -

Items bugg solved.

And the relogg bug. I got this console bugg
245hhmh.png
 
You need to add the items to movements.xml to work correctly, and for the FIRST ITEMS, maybe is a mod, check your mod folder.
Try using another database
 
Back
Top