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

    HELP on my oberon lever .

    nobody is in the room, only the boss was there because he killed my tester
  2. robertorb12

    HELP on my oberon lever .

    THANKS BRO, IT WORKED 1580370106 It can't be real :( now when a player dies and another one pulls the lever, this appears: "There's someone fighting with Grand Master Oberon." Before changing the script, if someone died and another person pulled the lever if he could enter :s
  3. robertorb12

    HELP on my oberon lever .

    I know, but it's not like that, I keep getting the message So, I put it like that in 5 seconds to test but it didn't work, I still get the message and I couldn't get in. 1580366631 I have the same error from the beginning in case I do not explain well
  4. robertorb12

    HELP on my oberon lever .

    throws me this error [Warning - Event::checkScript] Can not load script: scripts/farmine/Oberonlever.lua data/actions/scripts/farmine/Oberonlever.lua:78: unexpected symbol near ')' 1580360673 and if I remove the symbol, it remains the same. I couldn't pull the lever in 5 seconds
  5. robertorb12

    HELP on my oberon lever .

    hello, what happens that in my oberon can go to kill him but once you kill him for the first time and spend 20 hours, you can not go back in it keeps coming out that you wait for the time. someone could help me? here my script: local config = { firstboss = "grand master oberon"...
  6. robertorb12

    need help convert this script to tfs 1.3

    dont work :S
  7. robertorb12

    HELP with paralyze rune

    no bro, it's still like the image I sent you a while ago: S 1580280715 SOLVED THANKS BRO
  8. robertorb12

    HELP with paralyze rune

    I can't do the spell with that script either
  9. robertorb12

    HELP with paralyze rune

    I can't do the spell with that script 1580258450 opentibiabr/otservbr-global (https://github.com/opentibiabr/OTServBR-Global/)
  10. robertorb12

    HELP with paralyze rune

    Im using otx based on tfs 1.3
  11. robertorb12

    HELP with paralyze rune

    It doesn't work, it stays the same. here an image:
  12. robertorb12

    HELP with paralyze rune

    there is: local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, false) local condition = Condition(CONDITION_HASTE) condition:setParameter(CONDITION_PARAM_SUBID, 3) condition:setParameter(CONDITION_PARAM_TICKS, 5000)...
  13. robertorb12

    HELP with paralyze rune

    same bro :S
  14. robertorb12

    HELP with paralyze rune

    hello, my problem is that the paralyze rune does not remove the spell of utani tempo hur. although it has a speed set if it goes down to the speed of 40. and even if it has utani hur, but if it has utani tempo hur it only lowers the speed to 300 of 750 that it had because the spell is not...
  15. robertorb12

    need help convert this script to tfs 1.3

    no what?
  16. robertorb12

    need help convert this script to tfs 1.3

    but that's only for crystal coins, isn't it? I'm looking for all items :D
  17. robertorb12

    [HELP] market tibia

    Yep Yep, obviously xD
  18. robertorb12

    [HELP] market tibia

    hello, cannot use the market of my tibia server, when you want to add an item and I give it to accept, simply the item is not added to the market and the accept button is crushed, and does not give console error use tfs 1.3
  19. robertorb12

    need help convert this script to tfs 1.3

    function onSay(cid, words, param, channel) local t = string.explode(param, ",") if t[1] ~= nil and t[2] ~= nil then local list = {} for i, tid in ipairs(getPlayersOnline()) do list = tid end for i = 1, #list do doPlayerAddItem(list,t[1],t[2]) doBroadcastMessage(getPlayerName(cid) .. " Acaba...
  20. robertorb12

    Looking for Highscores themebox

    up
Back
Top