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

Search results

  1. Naaano201

    [Gesior] X-logged Players

    I compiled tfs 0.3.6 with that patch How to NOT count x-logged players? and i'm using gesior 2012. There are 2 players playing and 1 player exit on trainers, its showing: Currently 3 players are online - 3 are active and 0 is AFK on XXX. whoisonline code: $main_content .= '<TABLE BORDER=0...
  2. Naaano201

    Compiling Bad compilation?

    I compiled a server with 'fast push' and how to 'not count x-logged players'. All is working fine but all the time the CPU usage from the server is at 45-50% What can be the problem?
  3. Naaano201

    Solved Error on save?

    Is there any problem with that script? save.lua local config = { broadcast = {120, 30}, shallow = "no", delay = 120, events = 30 } config.shallow = getBooleanFromString(config.shallow) local function executeSave(seconds) if(isInArray(config.broadcast, seconds)) then local...
  4. Naaano201

    House Problems

    I'm having the next problem with houses. Always when I close the server or it crash, all the items from houses disappear. I'm using it on config.lua: houseCleanOld = 30 * 24 * 60 * 60 houseDataStorage = "binary-tilebased" Where can be the problem?
  5. Naaano201

    Lua Is it possible?

    Is it possible to count the players on X area with lua script and then show in the web page via php script?
  6. Naaano201

    Compiling Error while compiling in Windows

    I think that the images explains the error... C/C++ -> General -> Additional Include Directories and then add "include" directory from where you have unpacked Libs: Linker -> General -> Additional Library Directories and then add "libs" directory from where you have unpacked Libs...
  7. Naaano201

    Solved Banned from otservlist ?

    Can you get banned from otservlist.org if you are using non-logout zone at trainers but showing in your webpage Players online: X - Players AFK: Y ??
  8. Naaano201

    Solved inquisition Portals ... ?

    Why it doesn't create the teleport when I kill the boss? No errors in console, I can't find the error :S inquisitionPortals.lua function onDeath(cid, corpse, killer) registerCreatureEvent(cid, "inquisitionPortals") local creaturename = getCreatureName(cid) local...
  9. Naaano201

    Lua NPC Halvar

    [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]...
  10. 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 :)
  11. 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 ...
  12. 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.
  13. Naaano201

    Map Problem

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

    Apache Problem

    I've got the next problem on Uniform Server 8.6.6 and Windows Server 2008 r2. When I click on "Start Apache Service" nothing happens, just stay loading. If I click on "Apache Syntax Check" it shows that error: Then I go to line 67 of httpd:conf and shows that: I check the php...
  15. Naaano201

    MySQL Error

    Hope somebody can help me :huh: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DELIMITER' at line 1 mysql.sql DROP TRIGGER IF EXISTS `oncreate_players`; DROP TRIGGER IF EXISTS...
  16. Naaano201

    Remere's map editor

    Is it possible to open an 170MB map with 4GB ram in windows 7? Remere's crashes at X% of map loading.
  17. Naaano201

    Lua Creaturescripts

    Can help me? Which of these scripts have to add to login.lua ? <!-- Custom --> <event type="login" name="bless_reminder" event="script" value="custom/bless_reminder.lua"/> <event type="direction" name="anti_dance" event="script" value="custom/anti_dance.lua"/> <event type="look"...
  18. Naaano201

    Help when die

    When a player dies by monster or by player, this loss level, aol, and bless and go to temple but doesn't appear a dead human... Somebody can help me?
  19. Naaano201

    Lua Errors

    Someone could help me with that errors? Thanks ! [10/8/2012 14:29:30] [Error - CreatureScript Interface] [10/8/2012 14:29:30] data/creaturescripts/scripts/advancesave.lua:onAdvance [10/8/2012 14:29:31] Description: [10/8/2012 14:29:31] attempt to index a nil value [10/8/2012...
  20. Naaano201

    Problem Gesior-AAC-0.6.3

    With version 0.6.2 from gesior acc all works fine but with version 0.6.3 from gesior acc at step 3 it doesn't add tables and columns to DB. I don't touch nothing just downloaded and tried to install. Someone can help me?
Back
Top