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

    Searching Web Designer

    Hello, i need a Web designer: You write for me a website using these languages: html/html5,js/jquery or json. and css NOT PSD! ofcourse i will pay for it you. msg me there for more information.
  2. L

    New layouts ;)

    reup?
  3. L

    shorten the quest

    hello, someone can shorten this quest? thanks its 7.6 ots -- Construction kits by JTE -- -- Bugfixes by Shampo -- function onUse(cid, item, frompos, item2, topos) if frompos.x == 65535 then doPlayerSendCancel(cid, "Put the construction kit on the ground first.") return 1...
  4. L

    Programmer System: Fog, Hail, thunderbolts, thunders

    Hello i looking for people who can do this: System: Fog, Hail, thunderbolts, thunders, snow Video similar : Aditional info: With effect sound Possible set interval in serverside by globalevent at xy Storm with rain storm without rain etc I pay after execution, because I have already been...
  5. L

    Regeneration per sec/per two sec

    I Test it today and got Error: script: local config = { -- [{min_level, max_level}] = regen per second [{1, 250}] = { -- [vocation id] = {formula} [1] = {lvl = 1, mlvl = 0.7}, [2] = {lvl = 1, mlvl = 0.5}, [3] = {lvl = 1, distance = 0.7}, [4] =...
  6. L

    TFS 1.2 Change Map items by date

    Hello, i working on some Project. I need a globalevent with date like: 2018.08.12 snow_map 2019.0.0 summer autumn, summer, spring, winter And i love if there will be table like Summer: [2160 = newiditem], [2161 = newiditem] All in map items 2160 and 2161 will be replaced with newitemid...
  7. L

    Regeneration per sec/per two sec

    thanks very much :)
  8. L

    Regeneration per sec/per two sec

    just for formula with vocation like knight have one formula and sorcerer have another one formula
  9. L

    Regeneration per sec/per two sec

    thanks!! one more question how to add there also magiclevel? like formule = (1 * level) + (3 * maglevel)
  10. L

    Regeneration per sec/per two sec

    work, thanks one question how to check if player food > 0 ?
  11. L

    Regeneration per sec/per two sec

    error: [Error - GlobalEvents::think] Failed to executre event: PerLevelRegenHp
  12. L

    Regeneration per sec/per two sec

    I use this local level = getPlayerLevel(cid) if level < 100 then return true end local heal_amount = 0 if level >= 100 and level <= 249 then heal_amount = 100 elseif level >= 250 then heal_amount = 250 end local current_health, max_health = getCreatureHealth(cid)...
  13. L

    Regeneration per sec/per two sec

    this dont work @Xikini i got error on console startup attempt to compare bolean with number!!!
  14. L

    Regeneration per sec/per two sec

    Globalevent ? And interval = 1 sec only when player food > 0 Thanks i try it later and reply again
  15. L

    How to compile ObjectBuilder?

    bump
  16. L

    Evolution unique layout

    ill do for 500 PLN - only layout
  17. L

    Error loading spawn & house file

    show us screenshot error:
  18. L

    MyAAC v0.7.12

    bug bugged bug and 1000000 bug. I can't install it because of set chmod when you set it website stop work awesome trying crash linux keep it up!! important is sql injection to hack credit card and bank transfer. dont use it. is for hack your computer and take information about you credit card...
  19. L

    Regeneration per sec/per two sec

    hello, how i can do this? level 100 = 100hp/per sec level 250 = 250hp/per sec
Back
Top