• 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!

Recent content by adrian alvarez

  1. A

    RevScripts function that only works on certain items

    Hello, how can I make this function only work on helmets, armors and weapons? local forge = Action() local count = 1 local porcentagem = 100 -- porcentagem de chance de forjar local chance = { -- cada id significa 10% de chance de acerto [1] = 40, [2] = 30, [3] = 35, [4] = 30...
  2. A

    RevScripts Reset system talkaction

    works fine, thanks
  3. A

    RevScripts Reset system talkaction

    It did not work, at the first reset 3500 I returned to level 8 with 5 life and 2 mana, at the second reset I returned with 2 life and 0 mana and at the third reset I returned to 1 life and 0 mana, do i need to configure anything else?
  4. A

    RevScripts Reset system talkaction

    yes I do, but when doing resets it no longer accumulates, that is, each reset will remain in the same hp and mp that I put there instead of increasing the amount of hp and mp for each reset 1663880628 yes I do, but when doing resets it no longer accumulates, that is, each reset will remain in...
  5. A

    RevScripts Reset system talkaction

    if you have 50k of life and you resetm you keep those 50k of life, then when you go up to the level required for the next reset you would have 50k of life plus the accumulated life let's suppose another 50k, then when you reset you would already have 100k
  6. A

    RevScripts Reset system talkaction

    I have this revscript, it works perfectly but the problem is that for each reset it doubles life and mana, can you help me so that it only gives you a percentage of life and mana per reset? or that only 100 more points of life and mana By doubling the life I mean that if the character has 50k...
  7. A

    lever with time

    I have this script, it works fine and everything just that I would like it to have a time limit for it to return and remove the stones Can somebody help me- local levervip2 = Action() function levervip2.onUse(player, item, fromPosition, target, toPosition, isHotkey) local teleportPosition...
  8. A

    Sql syntax error

    no, the only thing I have added is the vip system and level system in guilds
  9. A

    Sql syntax error

    I'm not trying to make a query when a player disconnects and connects that appears on the console
  10. A

    Sql syntax error

    I have this problem and it makes the players log out any help?
  11. A

    [TFS 1.3] Advanced quest chests

    i have this error data/scripts/actions/quest_chests.lua:36: 'then' expected near '='
  12. A

    Feature Auto Loot Sytem for TFS 1.3

    no work on otservbr 1.3
  13. A

    [TFS 1.3] Reward based on vocation

    i get this error /data/scripts/chestforvocation.lua:4: 'then' expected near 'isContainer'
  14. A

    Action TFS 1.3 Small Dodge System ~ Revscript ~ EventCallback

    Lua script error: /home/otservbr-global/data/scripts/dodge.lua c++ exception help?
  15. A

    Action Small Stamina TFS 1.3 revs

    inside of data/scripts/actions create lua archive and put this stamina:id(12662) change the item id you want local StaminaValue = 4 * 60 stamina amount you want add local stamina = Action() function stamina.onUse(player, item, fromPosition, itemEx, toPosition) local StaminaLevel =...
Back
Top