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

    Best Movie ?

    godfather 1&2 and scarface
  2. Gsp

    MoveEvent WallTrap! : )

    nice work bro but could be better xDD
  3. Gsp

    [request] globalevent for stone

    thanx master xD
  4. Gsp

    Need help to fix this script

    can u try this man function onUse(cid, item, fromPosition, itemEx, toPosition) local monster = "demon" local pos1 = {x=32104, y=33267, z=12} local pos2 = {x=32107, y=33272, z=12} local pos3 = {x=32102, y=33275, z=12} local pos4 = {x=32108, y=33276, z=12} local pos5 = {x=32104, y=33286, z=12}...
  5. Gsp

    Need help to fix this script

    i think thers an error in this part if item.itemid == id and item.uid == 50000 then if isPlayer(cid) == TRUE then if queststatus == (getPlayerStorageValue(cid, 55000) i thnk it has to be if item.itemid == id and item.uid == 50000 and isPlayer(cid) == TRUE and queststatus ==...
  6. Gsp

    Server idea.

    id give it a try
  7. Gsp

    Windows Why now my OT have more lag'n frezees? REP+

    disable ur website and see if the lag is gone
  8. Gsp

    Easy Script (4 basins and a teleporter)

    eldinworld had this download it
  9. Gsp

    [request] globalevent for stone

    hi guys xD i need a script that will check the pos and if stone isnt there it will create it i tried to make one but i sux local walls = { { x = 27, y = 124, z = 9, stackpos = STACKPOS_FIRST_ITEM_ABOVE_GROUNDTILE } } function createWalls(item, position) doCreateItem(1304, 1...
  10. Gsp

    remove vials after usage

    thanks alot man
  11. Gsp

    remove vials after usage

    guys how do i make it so mana potions disappear after usage?
  12. Gsp

    Action I need Help with a script

    rudolf i wish u were my brother xD
  13. Gsp

    MoveEvent .....

    very nice work bro but i have antiafk system so ill continue usin monks
  14. Gsp

    Action Get Bp Mana if use Switch

    i got it now thanks alot man xD
  15. Gsp

    Action Get Bp Mana if use Switch

    how to use it man i couldnt figure it out i put the runes on serv and gave them actionid 10000 and nothing im doin it wrong halp xD
  16. Gsp

    Sell dedicated of leaseweb

    i learned something from the past experiences; trust no one
  17. Gsp

    summon monster with delay

    thanks alot man
  18. Gsp

    summon monster with delay

    hello guys this is my movement script it summons monsters on stepin wl1 = {x=212, y=225, z=10} wl2 = {x=208, y=224, z=10} function onStepIn(cid, item, frompos, item2, topos) if getPlayerStorageValue(cid,15321) == -1 then doSummonCreature("Warlock", wl1)...
  19. Gsp

    War System For Websites (Now With Php Files)

    come on guys it shouldnt be too hard make the php :o
Back
Top