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

    Anni bug

    When i pull switch it changes to glossy wall... Whats could be the problem? local playerPosition = { {x = 1224, y = 969, z = 11, stackpos = STACKPOS_TOP_CREATURE}, {x = 1223, y = 969, z = 11, stackpos = STACKPOS_TOP_CREATURE}, {x = 1222, y = 969, z = 11, stackpos =...
  2. K

    Jak prawidłowo ustawić raidy?

    <raid name="troll" file="troll.xml" interval2="60" margin="0" chance="100" enabled="yes"/> <raid name="dragon" file="dragon.xml" interval2="60" margin="0" chance="100" enabled="yes"/> Jak ustawić żeby co godzine był jeden z tych raidów? Przy takich ustawieniach raid mi wyskakuje raz co 3 min...
  3. K

    How does raid works?

    <raid name="troll" file="troll.xml" interval2="60" margin="1800" chance="100" enabled="yes"/> This is my raid. What should i do to make it or other raid every 2h? When i put margin to 0 it is loterry when it starts (once after 3 mins, once after 15)...
  4. K

    TFS 0.X Raid problem

    <raid name="troll" file="troll.xml" interval2="10" margin="0" chance="100" enabled="yes"/> This is my raid (its example) Its set once in 10 mins but in my console it is like that: 1st raid - after 10 mins from server star 2nd raid - after 9 mins from 1st one 3rd raid - after 3 mins from 2nd...
  5. K

    TFS 0.X Double loot shown

    I got problem with loot shown in the game. When i kill 1 rotworm i got loot info from 2 rotworms (wtf?): 22:11 Loot of a rotworm: 7 gold coins, 2 worms, 9 gold coins. 22:11 Loot of a rotworm: a bag, a copper shield, 4 worms, 21 gold coins, a sword Good one is from second rotworm... Dont know...
  6. K

    Problem z czasem

    Witam, Zauważyłem że acc maker trochę mnie oszukuję z czasem. Śmierci, logowania pokazują inną godzinę niż rzeczywiście była. W grze wszystko hula normalnie. Gesior acc z 2012r. (wczesniej miałem starszą wersję i ten sam problem) Również jak odpale na acc makerze odliczanie do startu to...
  7. K

    Płatności gesior

    Czy jest ktoś w stanie zrobić skrypt na gęsiora z innymi płatnościami niż dotpay? np microsms? Podobno dotpay migruje, homepay nie hula. Z polskich serwisów już nic nie zostało...
  8. K

    How to delete errors in console?

    I deleted some monsters in monster folder. After that i imported "new" monster list to my map. When i turn on my server i got errors with deleted monsters: Example: I/O warning : failed to load external entity "data/monster/event/Nophysus.xml" [5:0:29.937] [Warning - Monsters::loadMonster]...
  9. K

    Searching npc system

    Does anyone have npc - trade system but not item - money, money - item. Example : 10 gold nuggets to buy mpa , 15 gold nugets to buy g helmet, etc.. Tfs 0.4 8.6 client Anyone?
  10. K

    Błąd z potami

    Witam, Mam taki oto skrypt na poty: local config = { removeOnUse = "no", usableOnTarget = "yes", -- can be used on target? (fe. healing friend) splashable = "no", range = -1, realAnimation = "no" -- make text effect visible only for players in range 1x1 } local min, max =...
  11. K

    Action [8.6] Need help with pots

    Got this script: local config = { removeOnUse = "no", usableOnTarget = "yes", -- can be used on target? (fe. healing friend) splashable = "no", range = -1, realAnimation = "no" -- make text effect visible only for players in range 1x1 } local min, max = 0, 0 local POTIONS...
  12. K

    Błędy w konsoli

    Witam, Po złączeniu wszystkiego w całość i uruchomieniu otsa wyskakują mi takie błędy: fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented TransmitFile fixme:winsock:WS_getsockopt WS_SO_CONNECT_TIME - faking results ^Cfixme:console:CONSOLE_DefaultHandler Terminating...
  13. K

    Lua Gesior - server status.

    Need help with server status. *Online / offline - doesnt work. *Players online - works fine. *Uptime - 1 time shows me good uptime , and after i refresh site it shows me 0 h 0 m. in layout.php: } <div class="header"><center>Server Status</center></div> <div...
  14. K

    Lua anhi script

    It seems that people can do only 1 time anhi till another server restart... After restart someone else can do. wheres the bug? local playerPosition = { {x = 1224, y = 969, z = 11, stackpos = STACKPOS_TOP_CREATURE}, {x = 1223, y = 969, z = 11, stackpos = STACKPOS_TOP_CREATURE}, {x =...
  15. K

    Lua Hermesquestsytem

    I got this error what does it mean and how to fix it? function onUse(cid, item, fromPosition, itemEx, toPosition) if(getPlayerCustomFlagValue(cid, PlayerCustomFlag_GamemasterPrivileges) == TRUE) then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You are not allowed to get...
  16. K

    Linux how to chmod 777

    how to chmod 777 in var/www/guilds? im arleady in that folder but what i have to do next? Sorry but im new in this
  17. K

    Sorry! Can't save your image. - guild

    Ive got a problem when i want to change image of guild: This is part of php code Whats wrong ? Or maybe i should find bug somewhere else?
  18. K

    Lua doPlayerSetGroupId(cid, 1)

    how to delete this action thats changing any group to player?
  19. K

    choose language on website

    need something like this: anyone knows how to do it?
  20. K

    talkaction into globalevent

    talkaction: return addEvent(spawnItem, 5000, created+1) globalevent: addEvent(throwItem, configRainItem.delayTime * 60 * 1000) I want to change talkaction into globalevent with throwing effect from talkaction
Back
Top