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

Temple's problem.....

rossi

New Member
Joined
Jun 21, 2009
Messages
74
Reaction score
0
Location
Chile
i have a little problem with my temples.... the teleports to be a member of the city doesn't work and when the people dies appear in venore =S.... it's a script or what? ah and the peoble start in rookgard and they choose the city , the voc is ready when they create the char, and they choose thais but when they die they appear in venore (venore is the town with id 1)and i need help to fix it....

thanks
 
Phpmyadmin/SQl , and insert this:

LUA:
UPDATE `players` SET `posx`=0;
UPDATE `players` SET `posy`=0;
UPDATE `players` SET `posz`=0;
UPDATE `players` SET `town_id`=5;

Just write the town id for the town that you want the players to spawn in.

If you're using an acc site, tell me which version and I know the problem in there aswell.

Or if you use account manager, you need to go to config.lua:

LUA:
  newPlayerSpawnPosX = 0
  newPlayerSpawnPosY = 0
  newPlayerSpawnPosZ = 0
  newPlayerTownId = 5

You gotta use the right town id there too, then it should work.

NOTE:
Do not change the poz 'x'y'z', cuz it does that automatically when it chooses the town id !

Rep if it helped.
/Limannen
 
Back
Top