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

    MoveEvent Vip Bridge Script

    function onStepIn(cid, item, position, fromPosition) local config = { uniqueid = 1234, ---item unique id vipstorage = 1234, ---- storage of vip player kickpos = {x=1232, y=234, z=234, stackpos=1 } --- position where non vip player will be kicked } if(item.uid == config.uniqueid)...
  2. A

    [POLAND] Cebergia 8.41/42 RL Map 24/7 Start at 2010.16.01 - 20:00 !

    Worthy of admiration server, really highly recommended! ;))
  3. A

    Action Shop lever rand

    i don't know ;d
  4. A

    [Request]Paying for rent house

    In config.lua This change: houseRentAsPrice = false housePriceAsRent = false at: houseRentAsPrice = true housePriceAsRent = true
  5. A

    NPC selling random item

    Perhaps not in August. but see it http://otland.net/f81/shop-lever-rand-61620/
  6. A

    Value to open doors

    function onUse(cid, item, fromPosition, itemEx, toPosition) local newpos = {x=fromPosition.x -0,y=fromPosition.y+1,z=fromPosition.z} if item.uid == 1229 and getPlayerStorageValue(cid,101) >= 1 then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "happens when he has the value!")...
  7. A

    [Request] Exp Scroll

    Hello. Check out this script function onUse(cid, item) local item = XXXX -- Items ID local pPos = getPlayerPosition(cid) if doPlayerRemoveItem(cid, item, 1) == 1 then doPlayerSendTextMessage(cid,19, "You got 50 levels.") doSendMagicEffect(pPos, 28) doPlayerAddLevel(cid...
  8. A

    Action Shop lever rand

    Hello. Script is when you press the lever we buy a item but not as what we want just a random item. Data/actions/script/NAME_SCRIPTS.lua function onUse(cid, item, frompos, item2, topos) local item = { id = 2130, -- id1 itemka id2 = XXXX, -- id2 itemka id3 = XXXX -- id3...
Back
Top