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

    Linux core dump

    the server crshed saing this [Error - MoveEvent::executeStep] Call stack overflow Segmentation fault (core dumped) what could be?
  2. mimus

    Solved How to remove vial from potions?

    suuup hey the script has change and i dont know how to change it maybe you can help me? plx ? local config = { -- strong health potion [7588] = {health = {min = 250, max = 350}, vocations = {3, 4}, text = 'paladins and knights', level = 50, emptyId = 7634}, -- strong mana potion...
  3. mimus

    Windows Cannot connect error code 200002

    if you are runing the server on youre own pc, some routers doesnt allow you to request to your own computer, try to enter from other pc if it not works maybe is the config.lua, try the local ip else the global one(for the local ip if you are in windows pres win + r and type cmd, then type...
  4. mimus

    Windows Paypal customers dont receive premium points (Znote)

    sup man, ok can you show me the code on the paygol_ipn.php Plx? the thing is that paygol (i supose that youre problem is whit paygol and not paypal) is updating constantly the ips of his service, cause znote dont update that the script is outdated
  5. mimus

    exp scroll 2x

    !bump
  6. mimus

    CreatureEvent [TFS 1.1] Skill Points, modalwindow

    woooooooow did it works well? or have any troubles?
  7. mimus

    Solved talkaction to restore softboots on tfs 1.0

    tank u so much! it work perfect!!!!
  8. mimus

    exp scroll 2x

    !bump
  9. mimus

    Solved talkaction to restore softboots on tfs 1.0

    hello everybody! im wondering if you could helpme to do a talkaction to restore the worn soft boots to a new brand pair of soft boots, tank u so much!
  10. mimus

    exp scroll 2x

    still not working U.U !server info says the same exp amount and the exp gained is not doubled what could be? the log dot show any errors, the item just disapear and says "double exp for 1 hour" but no doble exp lol
  11. mimus

    exp scroll 2x

    tank u so much the second issue works perfect, but now i cant make that the doble exp works i edit my events player.lua like this [3] = 1.50, -- +50% [4] = 1.90 -- +90% } function Player:onGainExperience(source, exp, rawExp) if self:getStorageValue(1234) >= os.time() then exp = exp...
  12. mimus

    exp scroll 2x

    hello everybody!!! well i have this script but i need 2 things function onUse(cid, item, fromPosition, itemEx, toPosition) local player = Player(cid) if player:getStorageValue(16101) >= os.time() then return true end player:setStorageValue(16101, os.time() + 86400)...
  13. mimus

    Exp ring gives to much..

    how do you solve it?
  14. mimus

    I NEED COMPILED TFS 1.0

    how do you do to run it?
  15. mimus

    TFS 1.0 (10.53) new effects

    hello! i got some questions: enums.h, luascript.cpp, this ones are for what? what i need to edit? when is there edited, i just compile? tank you so much
  16. mimus

    Bot ot not Bot?

    so what do you tink is better to ban the bot on the ots?
  17. mimus

    Bot ot not Bot?

    but what about facts and mesurements? in youre servers what happen? you allow bots? did you have a lot of botters ?
  18. mimus

    Bot ot not Bot?

    i also want to know, but in my xp the bot allows the server to have more people on what do u tink?
  19. mimus

    Linux changelog on znote is not shown

    !bump again!
  20. mimus

    need xp ring for tfs 1.0

    i have this on events function Player:onGainExperience(source, exp, rawExp) local party = self:getParty() if party then if party:isSharedExperienceEnabled() and party:isSharedExperienceActive() then local bonus = config[party:getVocationCount()] if not...
Back
Top