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

    Problem with changing cc to gold ingots

    #Up Thanks for trying but still doesnt work... #Edit Done like that and it works: local ITEM_GOLD_INGOT = 9971 local coins = { [ITEM_GOLD_COIN] = { to = ITEM_PLATINUM_COIN, effect = TEXTCOLOR_YELLOW }, [ITEM_PLATINUM_COIN] = { from = ITEM_GOLD_COIN, to = ITEM_CRYSTAL_COIN, effect =...
  2. K

    Problem with changing cc to gold ingots

    #Up Nope, doesnt work. Same mistake
  3. K

    Problem with changing cc to gold ingots

    Hello, i got this error when i run server: what am i doing wrong? my changegold: local coins = { [ITEM_GOLD_COIN] = { to = ITEM_PLATINUM_COIN, effect = TEXTCOLOR_YELLOW }, [ITEM_PLATINUM_COIN] = { from = ITEM_GOLD_COIN, to = ITEM_CRYSTAL_COIN, effect = TEXTCOLOR_LIGHTBLUE }...
  4. K

    SQM From x lvl

    none of them works... arheon: error ... : 'then' expected near 'return'
  5. K

    SQM From x lvl

    I need script to make some sqms for higher lvls [ex: only 300 lvl may pass] . This is something like experience gate.
  6. K

    Rain Items

    anyone?
  7. K

    Rain Items

    refresh
  8. K

    Rain Items

    Noorv - i guess u gave me rain effects but i need rain items - ex. in depo different items will shown on different sqm so ppl can take them
  9. K

    Rain Items

    I need rain items event. Anyone has globalevent or mod of it?
  10. K

    Zombie Event - Bug

    refresh
  11. K

    Searching for gesior layout.

    Searching for this layout:
  12. K

    Zombie Event - Bug

    function isInRange(pos, fromPosition, toPosition) return (position.x >= fromPosition.x and position.y >= fromPosition.y and position.z >= fromPosition.z and position.x <= toPosition.x and position.y <= toPosition.y and position.z <= toPosition.z) end function getDistanceBetween(firstPosition...
  13. K

    Zombie Event - Bug

    Ive got zombie event from this topic: link/ After someone kill any monster ive got this shown in my distribution: [04/03/2013 23:13:14] [Error - CreatureScript Interface] [04/03/2013 23:13:14] data/creaturescripts/scripts/zombie/onattack.lua:onStatsChange [04/03/2013 23:13:14] Description...
  14. K

    Good Time - double exp

    Thanks Cyko!
  15. K

    Good Time - double exp

    something is wrong: - this shown when i log on any player. mine login.lua: local config = { loginMessage = getConfigValue('loginMessage'), useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')) } function onLogin(cid) local cyko = { new_rate = 2, old_rate = 1 } if...
  16. K

    Good Time - double exp

    searching for script - event for double exp 2-3 times a day example: double exp between 5:00 - 6:00 double exp between 15:00 - 16:00 double exp between 20:00 - 21:00 and if it could give for ex. 20 points every 15 mins to 1 lucky person in this time but only exp can be. tibia 8.6 tfs 0.3.6
  17. K

    timeBetweenExActions vs timeBetweenActions - help...

    Hiho, can someone explain me what these 3 lines mean: -- Item usage timeBetweenActions = 80 timeBetweenExActions = 900 hotkeyAimbotEnabled = true ?
  18. K

    Gesior acc - server status.

    Anyone?
  19. K

    Gesior acc - server status.

    Hello, Ive got problem with server status and server uptime on website. This is how it looks like: It always "offline" even is server is online ;/ 2nd problem is that when server if offline uptime stops on the last server check so in this case is 13 mins. How to repair these 2 things...
  20. K

    Show house on characters page (gesior acc)

    Hello, anyone knows how to make house visible on characters page? need something like that: i need code (gesior acc 0.3.6) and if someone has same code but for marriage status. Thx
Back
Top