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

Search results

  1. M

    Players broke rules, pk red with mcs

    Yep, i know:l
  2. M

    Players broke rules, pk red with mcs

    I don´t found the corpses :(
  3. M

    Players broke rules, pk red with mcs

    A player told me to help him kill pk, the pk attacked me, and decided to try to kill him asked me to give her party and did combo ue to the count of 3, these players agreed and bid 3 I did the combo and they log in with other mcs .. haciendome network and making me lose all my items: /, this is...
  4. M

    Lua Error on Lever Script

    Can you edit my script :/? i don´t understand :( function onUse(cid, item, fromPosition, itemEx, toPosition, isHotkey) local gateTile = Tile(1595, 959, 7) local time = 60 if item.itemid == 1945 then gateTile:getPosition():sendMagicEffect(CONST_ME_POFF)...
  5. M

    Lua Error on Lever Script

    Okay, works perfect, the gate removed, and reappears, but in console throw this error: THIS WORK Only one time, i can´t remove the lever again
  6. M

    Lua Error on Lever Script

    I use the script from Techrlz and i got this error :/ : function onUse(cid, item, fromPosition, itemEx, toPosition, isHotkey) local gateTile = (x = 1595, y = 959, z = 7) local time = 60 if item.itemid == 1945 then gateTile:getPosition():sendMagicEffect(CONST_ME_POFF)...
  7. M

    Solved Why i can´t use some talkactions

    Solved. Thank you Limos! :D
  8. M

    Solved Why i can´t use some talkactions

    Hi, I have a problem, in my otserver based on TFS 1.0, I can´t use the talkaction "/i", "/m", and the character is GOD, groupID 3.. <?xml version="1.0" encoding="UTF-8"?> <groups> <group id="1" name="player" flags="0" access="0" maxdepotitems="0" maxvipentries="0" /> <group id="2"...
  9. M

    Lua Error on Lever Script

    Hello, I hope and can help me, I have an error with a script that I found, the function you should realize is that when using a lever remove one gate .. This works fine, but the gate must return to their place in 1 minute, and throws me this error: function onUse(cid, item, frompos, item2...
Back
Top