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

Search results

  1. freak15

    NPC Simple Npc's Quest

    The training room script what unqie id should i take on the teleport?
  2. freak15

    GlobalEvent Lottery System!

    i get this erro on web.. >P
  3. freak15

    MoveEvent Complete: Koshei The Deathless

    Here is Koshei The Deathless monster <?xml version="1.0" encoding="UTF-8"?> <monster name="Koshei The Deathless" nameDescription="a koshei the deathless" race="UNDEAD" experience="0" speed="390" manacost="0"> <health now="2000" max="2000"/> <look type="99" head="95" body="116" legs="119"...
  4. freak15

    npc bug 0.3.5pl1

    Create The Npc Like this instead... much easyer <?xml version="1.0" encoding="UTF-8"?> <npc name="Dreamot" script="default.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="146" head="12" body="101" legs="122" feet="115" addons="2"/> <parameters>...
  5. freak15

    Guild War System

    i need help with the guild war system when some1 cancel the war the war get canceled and u cant invite to guild war again says @your guild aledry have a pending invation@ but i havent >S
  6. freak15

    my npc |REP++

    umm wich distro are you using
  7. freak15

    Last Kills at Homepage

    umm i had this bug for like 4 days ago try this in killstatistic <?PHP $players_deaths = $SQL->query('SELECT `player_deaths`.`id`, `player_deaths`.`date`, `player_deaths`.`level`, `players`.`name`, `players`.`world_id` FROM `player_deaths` LEFT JOIN `players` ON `player_deaths`.`player_id` =...
  8. freak15

    Who is online bug.

    try this one <?PHP if(count($config['site']['worlds']) > 1) { $worlds .= '<i>Select world:</i> '; foreach($config['site']['worlds'] as $id => $world_n) { $worlds .= ' <a href="?subtopic=whoisonline&world='.$id.'">'.$world_n.'</a> , '; if($id == (int) $_GET['world']) { $world_id =...
  9. freak15

    Lua website problem check

    i changed to gesior latest website
  10. freak15

    Got problems with house spells!

    get new distro
  11. freak15

    Server Errors <Need help figuring them out>

    i agree with noxsia
  12. freak15

    Last Kills at Homepage

    use gesior latest website and you wont have that problem xD
  13. freak15

    Get item to game from site "Not realized yet."

    add in globalevent.xml <globalevent name="shop" interval="30" script="shop.lua"/> and script in globalevent/scripts shop.lua -- ### CONFIG ### -- message send to player by script "type" (types you can check in "global.lua") SHOP_MSG_TYPE = 19 -- time (in seconds) between connections to SQL...
  14. freak15

    Problems with first items..

    Watch this linK! http://otland.net/f118/geisor-aac-perfect-vocation-samples-items-realmap-46572/
  15. freak15

    need help with shop

    Add this in items.xml on the item you want to give magic lvl points! ' rep++ if i helped you
  16. freak15

    my npc |REP++

    Try This one! NOOT TESTED BUT SHOULD WORK! Rep++ me if i helped you
  17. freak15

    Add npc

    haha close this thread.
  18. freak15

    OTForum! 1.0 Beta

    get this error HUGE ERROR
  19. freak15

    OTForum 2.0

    i get this error
Back
Top