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

8.54 Evo MoonOts

try
Code:
UPDATE players SET posx = 1000, posy = 1000, posz = 7

(if it doesn't work, open map and check where temple is, X Y and Z, and replace numbers)
 
when i do the update it only fix when i put it but if u die again then ur position is 0
 
For those with npc problems:
download 0.3.6pl1, move npc.lua in data/npc/lib to data/npc/lib in MoonOTs, and overwrite.

you also need to fix z_ots_comunication error,
add this to mysql database:
Code:
CREATE TABLE `z_ots_comunication` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL,
  `type` varchar(255) NOT NULL,
  `action` varchar(255) NOT NULL,
  `param1` varchar(255) NOT NULL,
  `param2` varchar(255) NOT NULL,
  `param3` varchar(255) NOT NULL,
  `param4` varchar(255) NOT NULL,
  `param5` varchar(255) NOT NULL,
  `param6` varchar(255) NOT NULL,
  `param7` varchar(255) NOT NULL,
  `delete_it` int(2) NOT NULL default '1',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1;

hey how do i add this please help im new...
 
It's alright ;) Could be better but Nice attempt ^^ Maybe make some updates on temple ? , Havent tried it yet but will :D
 
Mapa jest bardzo dobra... mam też v2 i v3.. oraz gdzies na otlandzie sa moje mapkiz moona.. MoonTp room, depot i temple..
 
Back
Top