• 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. Naaano201

    MOD perfect Svargrond Arena System!

    [6/11/2012 14:29:34] [Error - NpcScript Interface] [6/11/2012 14:29:34] data/npc/scripts/svargrond_arena.lua:onCreatureSay [6/11/2012 14:29:34] Description: [6/11/2012 14:29:34] (LuaInterface::internalGetPlayerInfo) Player not found when requesting player info #3 [6/11/2012 14:29:35] [Error -...
  2. Naaano201

    [Gesior AAC] Help, showing AFK players

    +1 I'm a bit asleep xd Did u know how can I show afk players?
  3. Naaano201

    Lua UnBan Script..

    Go to table bans from phpmyadmin and delete what you want.
  4. Naaano201

    [Gesior AAC] Help, showing AFK players

    To show online players i'm using that code: <?PHP if($config['status']['serverStatus_online'] == 1) echo $config['status']['serverStatus_players'].''; else echo '0'; ?> Wich code is needed to show afk players? I hope somebody can help me ! Thaaanks :)
  5. Naaano201

    Lua Anti Advertisement

    If there's a script can you post and I"ll test ?
  6. Naaano201

    Lua Anti Advertisement

    Is it possible to block Advertisements like: servegame.com, sytes.net, no-ip.info, etc in default channel with a lua script? I was looking for it but only found a C++ code ...
  7. Naaano201

    Map

    http://otland.net/f50/8-60-tracked-tibia-map-rme-2-1-a-154179/ http://otland.net/f464/8-6-real-server-map-96409/ http://otland.net/f464/8-6-bynera-com-zaneria-pl-very-good-real-map-download-only-here-143478/
  8. Naaano201

    Missing monsters / npc

    Someone have these monsters / npc ? Captain Zraz Rebel Lizard Tunnel Guard Ezean Awareness Of The Emperor I hope somebody can help me, thanks anyway. :) - - - Updated - - - Fixed by my self.
  9. Naaano201

    Map Problem

    I stayed with updated items.otb , I imported full zao from other map and all works fine, thanks to all.
  10. Naaano201

    Map Problem

    It work's but now the items.otb of Remere's are outdated and having bugs in other tiles. Can I do other thing to have the items.otb updated and full zao working correctly?
  11. Naaano201

    Map Problem

    How can I fix it? Full zao:
  12. Naaano201

    Windows Gesior (Problem)

    Post the solution here, i'm getting the same problem with the latest version of gesior "0.6.3".
  13. Naaano201

    Make House Rent Work Again

    config.lua globalSaveEnabled = false globalSaveHour = 8 globalSaveMinute = 0 shutdownAtGlobalSave = true cleanMapAtGlobalSave = false Change it at your own.
  14. Naaano201

    UH

    replace it on spells.xml <conjure name="Ultimate Healing Rune" words="adura vita" lvl="24" mana="400" soul="3" reagentId="2260" conjureId="2273" conjureCount="1" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1;5"/> </conjure>
  15. Naaano201

    Ctrl+ Walk code for crying damson 0.3.6

    You can use this tool to edit it at your own. http://otland.net/f19/ot-flags-generator-v1-0-classic-custom-flags-146485/
  16. Naaano201

    Vip

    Search: Keyword(s): vip, system In 10 seconds I already found it.
  17. Naaano201

    AOL problem

    Data/items/items.xml Find amulet of loss and replace for: <item id="2173" article="an" name="amulet of loss"> <attribute key="weight" value="420" /> <attribute key="slotType" value="necklace" /> <attribute key="charges" value="1" /> <attribute key="preventDrop" value="1" /> </item>
  18. Naaano201

    Ctrl+ Walk code for crying damson 0.3.6

    Try that: <group id="6" name="God" flags="3845069447162" customFlags="50331647" access="5" violationReasons="23" nameViolationFlags="426" statementViolationFlags="469" depotLimit="5000" maxVips="500" outfit="302"/>
  19. Naaano201

    Lua Custom rune not Conjurable

    Omfg, how it will work if you are not spelling it correct? Check the red words ...
  20. Naaano201

    Windows Vip table?

    Sql query: ALTER TABLE `accounts` ADD `vipdays` int(11) NOT NULL DEFAULT 0;
Back
Top