• 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

Morlad

Mega USER
Joined
Dec 22, 2010
Messages
288
Reaction score
16
Location
/P/O/L/A/N/D
Hello ;p edited evolutions.

vipza.jpg


40211078.jpg


npch.jpg


depo.jpg


templea.jpg



DOWNLOAD.:MoonOTS rar
 

Attachments

Last edited by a moderator:
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;
 
and 1more bug i just found when u die it says temple position is wrong how to fix that any1 know plzzz i need help thx :D
 
1. Open map with remeresmapeditor
2. Go to "Map" in the left corner, then press Edit Towns.
3. Check what town ID that you want people to start in. (If you want to go to a position, press CTRL+G in mapeditor).
3. Go to database, execute query:
Code:
UPDATE players SET town_id = yourdesiredtownID
 
Back
Top