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

    Tiles give storage to open door!

    Thanks but, i need to copy this one to 4 luas?
  2. Majeski20

    Tiles give storage to open door!

    Hello guys, i need a script for a quest that i've made. :) You need to walk on 4 tiles to open a door. Every tile is in a single room with different monsters. I guess each tile should give a storage, when u got all storages u will be able to open the door :) So its kinda like PoI when u...
  3. Majeski20

    My showoff *

    Correct ;) The vampire's mother gave the mirror to him as a christmas gift. But unfortunately he did't like it and broke it the same night :(. Sad story..
  4. Majeski20

    Yalahar 10th Mission!

    I dont know why it came to a specific message, im sorry if ur hurt :D!
  5. Majeski20

    Yalahar 10th Mission!

    What do you mean :)?
  6. Majeski20

    Yalahar 10th Mission!

    aah, works now :D Thanks alot Glidarn and Sweddy :)
  7. Majeski20

    Yalahar 10th Mission!

    Thanks , but i dont understand that one :o what should i type in here? doTeleportThing(cid, {x=579, y=575, z=10}) doSendMagicEffect({x=579, y=575, z=10},
  8. Majeski20

    My showoff *

    Thanks, yea that was more like a "test" that i should save in png :) Thanks :)
  9. Majeski20

    Yalahar 10th Mission!

    Bump!
  10. Majeski20

    My showoff *

    Haha, that was the last detail i added XD!
  11. Majeski20

    My showoff *

    Nothing to do so i just made a piece of vampire spawn.
  12. Majeski20

    Yalahar 10th Mission!

    Hello guys! I need help from you. :rolleyes: When i enter the teleport to the final room i got this error in console. [Error - MoveEvents Interface] data/movements/scripts/yalahar_azerus_quest.lua:onStepIn Description: (luaGetThingFromPos) Tile not found Here is the movement script...
  13. Majeski20

    :D Stamina Rune

    function onUse(cid, item, fromPosition, itemEx, toPosition) local cfg = {} cfg.refuel = 42 * 60 * 1000 if(getPlayerStamina(cid) >= cfg.refuel) then doPlayerSendCancel(cid, "Your stamina is already full.") elseif(not isPremium(cid)) then doPlayerSendCancel(cid, "You must have a premium...
  14. Majeski20

    Action Yalahar Last Mission {BIG POST}

    i also have the stepin bug, what to do :(?
  15. Majeski20

    My showoff *

    Thanks guys, ill do that in the future :)
  16. Majeski20

    My showoff *

    @Etedan, Thanks :) @Dark199, Yea okay ill do that in the future ^^ @Luffy1255, thanks ill do that :)
  17. Majeski20

    My showoff *

    I do! :O But its not working, but i find a program that makes it for me now. ill post another pic just for a test.
  18. Majeski20

    My showoff *

    2 more pics.. a rotworm cave and oldraks "house". Just a little something.
  19. Majeski20

    My showoff *

    Okay, thanks for advice!
  20. Majeski20

    My showoff *

    Yeah they run every second, globalevents. :)
Back
Top