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

    TFS 0.X Exausted SSA/Might Ring

    bumop
  2. eyez

    TFS 0.X Exausted SSA/Might Ring

    Fir3element/3777
  3. eyez

    TFS 0.X Exausted SSA/Might Ring

    bump
  4. eyez

    TFS 0.X Exausted SSA/Might Ring

    My server already has a moveitem function, so i tried to do like in my moveitem function: local storage = 61894 local exhause_time = 5500 -- in milli seconds local function resetStorage(cid) if isPlayer(cid) then setPlayerStorageValue(cid, storage, 0) end end local function...
  5. eyez

    TFS 0.X Exausted SSA/Might Ring

    bump
  6. eyez

    TFS 0.X Exausted SSA/Might Ring

    bump
  7. eyez

    TFS 0.X Exausted SSA/Might Ring

    how? where? Fir3element/3777
  8. eyez

    TFS 0.X Exausted SSA/Might Ring

    bump
  9. eyez

    TFS 0.X Exausted SSA/Might Ring

    bump
  10. eyez

    TFS 0.X Exausted SSA/Might Ring

    bump
  11. eyez

    TFS 0.X Exausted SSA/Might Ring

    bump
  12. eyez

    TFS 0.X Exausted SSA/Might Ring

    bump
  13. eyez

    TFS 0.X Exausted SSA/Might Ring

    With this script it's showing the exausted message, removing on damage, but it's not blocking to equip when you are exausted
  14. eyez

    TFS 0.X Exausted SSA/Might Ring

    bump
  15. eyez

    TFS 0.X Exausted SSA/Might Ring

    I did found this script to add a exausted on SSA and Might Ring (to prevent bots rulles) It's working, you cant equip the item before exausted finish But SSA and Might Ring are not losing charges after u recive damage (after i added this script) <!-- onequip_exausted_pvp --> <movevent...
  16. eyez

    Lua EXP potion should effect 2 hours, but its over so fast

    It's not like I was asking to make for me, i just stuck in a point and don't know how to keep moving on. I also don't make OT to earn money or to sell items overpower for real money, and even if i was sell stuff, on my OT the only one who deserve some money is the one who create the TFS for all...
  17. eyez

    Lua EXP potion should effect 2 hours, but its over so fast

    I know, thank you, but its not a problem, its just a boost to use in 2 hours, to hunt on hands Is that so hard to do? Because a member @Sarah Wesker is trying to to sell me this fix for 5 dollars...
  18. eyez

    Lua EXP potion should effect 2 hours, but its over so fast

    I have this action function ExpBackNormal_EndVoucher(cid, bonus) local rates = getPlayerRates(cid)[8] - bonus doPlayerSetExperienceRate(cid, rates) return true end function onUse(cid, item, fromPosition, itemEx, toPosition) if getCreatureCondition(cid, CONDITION_INFIGHT) then...
Back
Top