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

Eldins world 8.1 xml help

Cosmox

tibiafans.com
Joined
Jan 27, 2008
Messages
21
Reaction score
0
Can someone explain to me on how to change the starting eq, i have rook but it always make them start with plate set
 
Open the 'account manager' and you see alot of codes if you scroll some down you see something like this Item 7458 < If you don't understand this i will try to make a screenshot and post it here to explain more (I can't explain now because im on another pc)
 
I have already tried to do this, i opened Account manager (the CPP one) and found
Code:
 /*[Inventory]*/
       player->inventory[SLOT_HEAD] = new Item(0, 1);
       player->inventory[SLOT_ARMOR] = new Item(2651, 1);
       player->inventory[SLOT_LEGS] = new Item(0, 1);
       player->inventory[SLOT_FEET] = new Item(0, 1);
       player->inventory[SLOT_RIGHT] = new Item(2674, 1);
       player->inventory[SLOT_BACKPACK] = new Item(3939, 1);
       player->inventory[SLOT_LEFT] = new Item(2382, 0);

I've added those items but it still doesnt work
 
Back
Top