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

    [Idea] Hunger Games mini-game

    I'm not all that sure about functions in tfs 1.2, but if you have functions isPlayerSaving() and doPlayerSwitchSaving, then your problem with item saving is incredibly easy.
  2. owned

    Mapper Nightshine Online (Mapper Needed)

    Still looking... I know someone on here wants to join the project.
  3. owned

    Clone player

    Ahh well allow me to help you out:
  4. owned

    Need script, something like combo system.

    Alright, post what you worked on.
  5. owned

    Clone player

    And I'm here to tell you it's not likely that anyone will do it for you.
  6. owned

    Need script, something like combo system.

    Have you tried this script yourself yet? Or are you still just waiting for someone to hand you the entire thing?
  7. owned

    Clone player

    Your asking for quite a bit of work to be done for free. So no, not likely. Yea, I'm relatively positive changing a monsters name can't be done in 0.4 with just lua.
  8. owned

    Mapper Nightshine Online (Mapper Needed)

    Hey guys, today I'm reaching out to see if there's any mappers interested in joining my project that I've been working on for months. For those of you who are unaware of what project that is or just haven't seen it refer to this link...
  9. owned

    Clone player

    All of what you asked can be done relatively easily with lua except the name.
  10. owned

    Creature attacking player

    <flag targetdistance="5"/>
  11. owned

    Help with a script

    function onSay(cid, words, param) local storage = 121212 local staff = getPlayerGroupId(cid) local storage1 = getPlayerStorageValue(cid,storage) if(param == "") then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command param required.") elseif getPlayerGroupId(cid)...
  12. owned

    Need script, something like combo system.

    Then make it for him instead of posting a useless comment. At least my comment was constructive.
  13. owned

    Need script, something like combo system.

    Use storages, set targets storage to os.time() + time then for the next spell on cast if getCreatureStorage(target, x) >= os.time() then do y
  14. owned

    Help with a script

    What's wrong with the script? Or what issues are you having?
  15. owned

    Lua how to make the spell get stronger by lvl

    Offensive? If you found that offensive then you should focus on that problem instead of any tibia related problem you have.
  16. owned

    Lua how to make the spell get stronger by lvl

    Stop using spell maker and start learning how to make spells from scratch using custom formulas.
  17. owned

    Windows Spell that kills time

    I don't think anyone has a clue what you want.
  18. owned

    Lua Help with config in lua script

    Because it's tfs 0.4.
  19. owned

    Lua Help with config in lua script

    local config = { [1001] = {itemid = 7620, price = 5000, cap = 180}, [1002] = {itemid = 7589, price = 8000, cap = 200} } function onUse(cid, item, fromPosition, itemEx, toPosition) local id = config[item.uid] if(getPlayerFreeCap(cid) < id.cap) then...
  20. owned

    I got one server space for free

    Seems legit...
Back
Top