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

Need help with coding!

empyrion

New Member
Joined
May 3, 2013
Messages
17
Reaction score
0
How to code account manager into sources file? i can write the account manager file:



<?xml version="1.0" encoding="UTF-8"?>
<player name="Account Manager" account="111111" sex="1" lookdir="2" exp="4200" voc="1" level="8" access="0" cap="0" maglevel="1" soul="0" maxdepotitems="1000" lastlogin="0">
<spawn x="1000" y="1000" z="7"/>
<temple x="1000" y="1000" z="7"/>
<health now="855" max="855" food="0"/>
<mana now="830" max="830" spent="1567"/>
<skull redskulltime="0" redskull="0"/>
<look type="128" head="20" body="30" legs="40" feet="50" addons="0"/>
<skills>
<skill skillid="0" level="10" tries="0"/>
<skill skillid="1" level="10" tries="0"/>
<skill skillid="2" level="10" tries="0"/>
<skill skillid="3" level="10" tries="0"/>
<skill skillid="4" level="10" tries="0"/>
<skill skillid="5" level="10" tries="0"/>
<skill skillid="6" level="10" tries="0"/>
</skills>
<addons>
<addon outfit="128" type="0"/>
<addon outfit="129" type="0"/>
<addon outfit="130" type="0"/>
<addon outfit="131" type="0"/>
<addon outfit="132" type="0"/>
<addon outfit="133" type="0"/>
<addon outfit="134" type="0"/>
<addon outfit="143" type="0"/>
<addon outfit="144" type="0"/>
<addon outfit="145" type="0"/>
<addon outfit="146" type="0"/>
<addon outfit="151" type="0"/>
<addon outfit="152" type="0"/>
<addon outfit="153" type="0"/>
<addon outfit="154" type="0"/>
</addons>
<deaths/>
<spells/>
<blessings/>
<inventory>
<slot slotid="1">
<item id="2457"/>
</slot>
<slot slotid="2">
<item id="2173"/>
</slot>
<slot slotid="3">
<item id="1988">
<inside>
<item id="2160" count="3"/>
<item id="2543" count="100"/>
<item id="2389" count="1"/>
<item id="2190"/>
<item id="2182"/>
</inside>
</item>
</slot>
<slot slotid="4">
<item id="2476"/>
</slot>
<slot slotid="5">
<item id="2525"/>
</slot>
<slot slotid="6">
<item id="2392"/>
</slot>
<slot slotid="7">
<item id="2647"/>
</slot>
<slot slotid="8">
<item id="2643"/>
</slot>
<slot slotid="10">
<item id="2455"/>
</slot>
</inventory>
<depots>
<depot depotid="1">
<item id="2590"/>
</depot>
</depots>
<storage/>
</player>


and here is 111111.xml file:

<?xml version="1.0"?>
<account pass="tibia" premDays="0" premEnd="0"><characters><character name="Account Manager"/></characters></account>

Any suggestions? Please tell me how to edit :P

Best Regards: Empyrion.

- - - Updated - - -

I have tried replace ioaccount.xml and ioaccount files in sources, but still not working? lol. )=
 
Back
Top