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

Account Manager 8.1

Heroman

New Member
Joined
Oct 1, 2012
Messages
84
Reaction score
0
Guys is there anything wrong with the below because when the players starts to login server shutdown

Code:
<?xml version="1.0" encoding="UTF-8"?>
<player name="Account Manager" account="111111" sex="1" lookdir="1" exp="1959192" voc="4" level="50" access="0" cap="1420" maglevel="0" soul="0" maxdepotitems="1000" lastlogin="1330844926">
  <spawn x="36" y="35" z="7"/>
  <temple x="36" y="35" z="7"/>
  <health now="1235" max="1235" food="0"/>
  <mana now="875" max="875" spent="0"/>
  <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/>
  <deaths/>
  <spells/>
  <blessings/>
  <inventory>
    <slot slotid="1">
      <item id="2457"/>
    </slot>
    <slot slotid="2">
      <item id="2173" charges="1"/>
    </slot>
    <slot slotid="3">
      <item id="1988">
        <inside>
          <item id="2183"/>
          <item id="2453"/>
          <item id="2182"/>
          <item id="2190"/>
          <item id="2184"/>
          <item id="2543" count="1"/>
          <item id="5803"/>
          <item id="2160" count="100"/>
          <item id="1988">
            <inside>
              <item id="2293" count="1" charges="1"/>
              <item id="2269" count="1" charges="1"/>
              <item id="2278" count="1" charges="1"/>
              <item id="2268" count="1" charges="1"/>
              <item id="2280" count="1" charges="1"/>
              <item id="2273" count="1" charges="1"/>
              <item id="1988">
                <inside>
                  <item id="2261" count="1" charges="1"/>
                  <item id="2262" count="1" charges="1"/>
                  <item id="2277" count="1" charges="1"/>
                  <item id="2279" count="1" charges="1"/>
                  <item id="2285" count="1"/>
                  <item id="2286" count="1" charges="1"/>
                  <item id="2289" count="1" charges="1"/>
                  <item id="2308" count="1" charges="1"/>
                  <item id="2304" count="1" charges="1"/>
                  <item id="2301" count="1" charges="1"/>
                  <item id="2303" count="1" charges="1"/>
                  <item id="2305" count="1" charges="1"/>
                </inside>
              </item>
            </inside>
          </item>
          <item id="6119"/>
          <item id="2695" count="100"/>
        </inside>
      </item>
    </slot>
    <slot slotid="4">
      <item id="2463"/>
    </slot>
    <slot slotid="5">
      <item id="2514"/>
    </slot>
    <slot slotid="6">
      <item id="2451"/>
    </slot>
    <slot slotid="7">
      <item id="2647"/>
    </slot>
    <slot slotid="8">
      <item id="2195"/>
    </slot>
    <slot slotid="10">
      <item id="2120"/>
    </slot>
  </inventory>
  <depots>
    <depot depotid="1">
      <item id="2590">
        <inside>
          <item id="2594"/>
        </inside>
      </item>
    </depot>
  </depots>
  <storage>
    <data key="10001001" value="8912896"/>
    <data key="10001002" value="8978432"/>
    <data key="10001003" value="9043968"/>
    <data key="10001004" value="17694720"/>
    <data key="10001005" value="18284544"/>
    <data key="10001006" value="16515072"/>
    <data key="10001007" value="9240576"/>
    <data key="10001008" value="9306112"/>
    <data key="10001009" value="9699328"/>
    <data key="10001010" value="9764864"/>
    <data key="10001011" value="9830400"/>
    <data key="10001012" value="10158080"/>
    <data key="10001013" value="10223616"/>
    <data key="10001014" value="10289152"/>
    <data key="10001015" value="10354688"/>
  </storage>
</player>
 
Is there an error in your console you can share with us? The XML code you posted contains no syntax error according to a XML validator at least.
 
Last edited:
Guys is there anything wrong with the below because when the players starts to login server shutdown

Code:
<?xml version="1.0" encoding="UTF-8"?>
<player name="Account Manager" account="111111" sex="1" lookdir="1" exp="1959192" voc="4" level="50" access="0" cap="1420" maglevel="0" soul="0" maxdepotitems="1000" lastlogin="1330844926">
  <spawn x="36" y="35" z="7"/>
  <temple x="36" y="35" z="7"/>
  <health now="1235" max="1235" food="0"/>
  <mana now="875" max="875" spent="0"/>
  <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/>
  <deaths/>
  <spells/>
  <blessings/>
  <inventory>
    <slot slotid="1">
      <item id="2457"/>
    </slot>
    <slot slotid="2">
      <item id="2173" charges="1"/>
    </slot>
    <slot slotid="3">
      <item id="1988">
        <inside>
          <item id="2183"/>
          <item id="2453"/>
          <item id="2182"/>
          <item id="2190"/>
          <item id="2184"/>
          <item id="2543" count="1"/>
          <item id="5803"/>
          <item id="2160" count="100"/>
          <item id="1988">
            <inside>
              <item id="2293" count="1" charges="1"/>
              <item id="2269" count="1" charges="1"/>
              <item id="2278" count="1" charges="1"/>
              <item id="2268" count="1" charges="1"/>
              <item id="2280" count="1" charges="1"/>
              <item id="2273" count="1" charges="1"/>
              <item id="1988">
                <inside>
                  <item id="2261" count="1" charges="1"/>
                  <item id="2262" count="1" charges="1"/>
                  <item id="2277" count="1" charges="1"/>
                  <item id="2279" count="1" charges="1"/>
                  <item id="2285" count="1"/>
                  <item id="2286" count="1" charges="1"/>
                  <item id="2289" count="1" charges="1"/>
                  <item id="2308" count="1" charges="1"/>
                  <item id="2304" count="1" charges="1"/>
                  <item id="2301" count="1" charges="1"/>
                  <item id="2303" count="1" charges="1"/>
                  <item id="2305" count="1" charges="1"/>
                </inside>
              </item>
            </inside>
          </item>
          <item id="6119"/>
          <item id="2695" count="100"/>
        </inside>
      </item>
    </slot>
    <slot slotid="4">
      <item id="2463"/>
    </slot>
    <slot slotid="5">
      <item id="2514"/>
    </slot>
    <slot slotid="6">
      <item id="2451"/>
    </slot>
    <slot slotid="7">
      <item id="2647"/>
    </slot>
    <slot slotid="8">
      <item id="2195"/>
    </slot>
    <slot slotid="10">
      <item id="2120"/>
    </slot>
  </inventory>
  <depots>
    <depot depotid="1">
      <item id="2590">
        <inside>
          <item id="2594"/>
        </inside>
      </item>
    </depot>
  </depots>
  <storage>
    <data key="10001001" value="8912896"/>
    <data key="10001002" value="8978432"/>
    <data key="10001003" value="9043968"/>
    <data key="10001004" value="17694720"/>
    <data key="10001005" value="18284544"/>
    <data key="10001006" value="16515072"/>
    <data key="10001007" value="9240576"/>
    <data key="10001008" value="9306112"/>
    <data key="10001009" value="9699328"/>
    <data key="10001010" value="9764864"/>
    <data key="10001011" value="9830400"/>
    <data key="10001012" value="10158080"/>
    <data key="10001013" value="10223616"/>
    <data key="10001014" value="10289152"/>
    <data key="10001015" value="10354688"/>
  </storage>
</player>
Look, this happens always when the password of the account manager changes.
So please check the password of it.
Also, to avoid this all errors, you have to make Account Manager + 111111 files ( the player file and the account file ) read only.
To make that you have to right click and properties then click on read only. So, they won’t change again.

Try that, i hope it fixes your problem.
 
Look, this happens always when the password of the account manager changes.
So please check the password of it.
Also, to avoid this all errors, you have to make Account Manager + 111111 files ( the player file and the account file ) read only.
To make that you have to right click and properties then click on read only. So, they won’t change again.

Try that, i hope it fixes your problem.

Still shut down the server :/
 
Problem solved by adjusting the spawn position of the account manager to 1000,1000,7 it depends on the temple position
 
Last edited:
Back
Top