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

    deleted thread

    Haha, that Venom was me :3 Fun times, op champ :>
  2. Cloow

    [Request] Battlemaster NPC

    How about a NPC who split them in 5v5 and then teleports to a certain position? The winning team can get their reward from the NPC after the match.
  3. Cloow

    [SOLVED] What's wrong with this script?

    Nevermind
  4. Cloow

    [SOLVED] What's wrong with this script?

    are you not getting the outfit? edit: sorry there is a need for cid function onUse(cid, item, fromPosition, itemEx, toPosition) local function timer(cid) doSetCreatureOutfit(cid, 36) -- Citizen doChangeSpeed(cid, 100) -- Normal speed doSendMagicEffect(cid, CONST_ME_POFF) end...
  5. Cloow

    [SOLVED] What's wrong with this script?

    ops, doSendAnimatedText only supports up to 8 letters function onUse(cid, item, fromPosition, itemEx, toPosition) local function timer() doSetCreatureOutfit(cid, 36) -- Citizen doChangeSpeed(cid, 100) -- Normal speed doSendMagicEffect(cid, CONST_ME_POFF) end if item.itemid...
  6. Cloow

    [SOLVED] What's wrong with this script?

    use the edit
  7. Cloow

    [SOLVED] What's wrong with this script?

    function onUse(cid, item, fromPosition, itemEx, toPosition) local playerPos = getCreaturePosition(cid) local function timer() doSetCreatureOutfit(cid, 36) -- Citizen doChangeSpeed(cid, 100) -- Normal speed doSendMagicEffect(cid, CONST_ME_POFF) end if item.itemid == 1945 then...
  8. Cloow

    [SOLVED] What's wrong with this script?

    function onUse(cid, item, fromPosition, itemEx, toPosition) function timer(cid) doSetCreatureOutfit(cid, 36) -- Citizen doChangeSpeed(cid, 100) -- Normal speed doSendMagicEffect(cid, CONST_ME_POFF) end if item.itemid == 1945 then doSendAnimatedText(cid, "We have...
  9. Cloow

    Where to pg a level 15 druid, with softies

    Cyclops with stleath ring Mistrock or Cyclopolis
  10. Cloow

    Remere/Asprate - Cipsoft.

    thank you
  11. Cloow

    [England] LetUnit Server Global 8.6

    You know what, keep it. I'll change instead :>
  12. Cloow

    [England] LetUnit Server Global 8.6

    Haha, do you want me to make you an avatar? So you don't have to use mine
  13. Cloow

    GlobalEvent TM - Boss Raid System v1.3.0 (Release/Updated)

    Downloaded your new package and just changed the pos and tested with exampleRaid, the db I deleted the old and did a run on the new (2.0.0) Im using 0.4 5756 Did not change anything inside /lib/
  14. Cloow

    Scripter LUA knowledge searching for work!

    Added on skype, would love to have someone I can ask for help :)
  15. Cloow

    NPC trade sells for custom item (REQUEST)

    bump, getting same error. 0.4 5756
  16. Cloow

    GlobalEvent TM - Boss Raid System v1.3.0 (Release/Updated)

    Why iam getting this? I don't understand
  17. Cloow

    [Request] Battlemaster NPC

    Gogo StreamSide! :>>
  18. Cloow

    [Request] Battlemaster NPC

    hardass script
Back
Top