• 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 EXP boost temporally

    Thanks, now i gottcha how it works... But there is something else wrong, because even using right numbers: function ExpBackNormal_EndVoucher(cid, bonus) local rates = getPlayerRates(cid)[8] - bonus doPlayerSetExperienceRate(cid, rates) return true end function onUse(cid, item...
  2. eyez

    TFS 0.X EXP boost temporally

    So it should be 2 hours / 24 hours? addEvent(ExpBackNormal_EndVoucher, 2*60*60*1000, cid, bonus) -- 2 hours doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Now you have your EXP bonus for 2 hours.") doRemoveItem(item.uid) doCreatureSetStorage(cid, exhaustedvoucher...
  3. eyez

    TFS 0.X EXP boost temporally

    There is something wrong on timers? 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...
  4. eyez

    TFS 0.X EXP boost temporally

    There is something wrong on times?
  5. eyez

    TFS 0.X EXP boost temporally

    Making new tests looks like the bonus is adding, but it's removed too fast, there is something wrong on times?
  6. eyez

    TFS 0.X EXP boost temporally

    bump
  7. eyez

    TFS 0.X EXP boost temporally

    bump
  8. eyez

    TFS 0.X EXP boost temporally

    bump
  9. eyez

    TFS 0.X EXP boost temporally

    Thank you so much! ---- About topic it still no work I made this script: function ExpBackNormal_EndVoucher(cid, bonus) local rates = getPlayerRates(cid)[8] - bonus doPlayerSetExperienceRate(cid, rates) return true end function onUse(cid, item, fromPosition, itemEx, toPosition)...
  10. eyez

    TFS 0.X EXP boost temporally

    bump
  11. eyez

    TFS 0.X EXP boost temporally

    That is not getPlayerRates(cid).SKILL__LEVEL too Somebody could help me?
  12. eyez

    TFS 0.X EXP boost temporally

    Halp local rates = getPlayerRates(cid).level + bonus [0:0:08.913] [Error - Action Interface] [0:0:08.913] data/actions/scripts/expvoucher.lua:onUse [0:0:08.913] Description: [0:0:08.913] data/actions/scripts/expvoucher.lua:24: attempt to perform arithmetic on field 'level' (a nil value)...
  13. eyez

    TFS 0.X EXP boost temporally

    But i have another types of bonus, like premium, quests, how to check to in the end of exp boost do not set 1 Just remove that %'s
  14. eyez

    TFS 0.X EXP boost temporally

    Anybody could help me to finish my action item to add exp bonus temporally? Add 50% exp bonus for 1 hour. function onUse(cid, item, fromPosition, itemEx, toPosition) if getCreatureCondition(cid, CONDITION_INFIGHT) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE...
  15. eyez

    Loot gold coin CandyBot

    bump
  16. eyez

    OTclient spyup spydown

    bump
  17. eyez

    OTClient Magic Wall Timer(pure hack)

    Thank you!
  18. eyez

    OTClient Magic Wall Timer(pure hack)

    But how to get it, i want take by my way not ask everytime i need a ID
  19. eyez

    Loot gold coin CandyBot

    bump
  20. eyez

    OTClient Magic Wall Timer(pure hack)

    It's work in 7x servers, but 10x servers not work... how to get itemsid and check to each version?
Back
Top