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

    Teleport item (other) need full script.

    Remove the protection line.
  2. Optus

    [HELP]Lever creates npc

    Not tested function onUse(cid, item, fromPosition, itemEx, toPosition) local c = { standPos = {x=1000, y=1000, z=1000}, -- Position player stands to use lever. itemPos = {x=1000, y=1000, z=1000, stackpos=255}, -- Position of the place item is put. itemID = 2160, -- ID of the item they...
  3. Optus

    RPG Servers

    People don't even know how to edit their config anymore, let alone make a custom map. :mad:
  4. Optus

    7th basic attack = headshot 30% more damage

    :blink: Thanks, now that i think about it makes sense lol.
  5. Optus

    First 2 sprites

    Nice for a first creation :p I would never be able to do this even if i tired.
  6. Optus

    7th basic attack = headshot 30% more damage

    I dont know what that is sorry :(
  7. Optus

    0.3 inactive players lose there house.

    Bump once every 24 hours. Search please. --Adam 2008 --Goosio OT local safelist = {1,2} function onSay(cid, words, param) if getPlayerGroupId(cid) > 2 then pdelete = "Inactive Players With Houses:\n\n" days = 10*3600*24 t=os.date('*t') local house = db.getResult("SELECT...
  8. Optus

    Avatar White removal please! [Solved]

    Hey OTLand, can i get the white background removed from this picture please! :D Solved! Nvm...
  9. Optus

    Switch Script

    function onUse(cid, item, frompos, item2, topos) local SwitchId = 1512 -- ID of the switch local Token = 5887, 1 -- ID of the token (ID, count) local Item = 2447, 1 -- ID of item to buy (ID, count) if item.itemid == SwitchId and getPlayerItemCount(cid, Token) == TRUE then doPlayerRemoveItem(cid...
  10. Optus

    CreatureEvent deleted thread

    Just put it in your normal config.
  11. Optus

    GlobalEvent Fastfinger Talkaction& Globalevent

    Very nice i guess its a nice way to reward legit players.
  12. Optus

    Citizen portal

    You need the script aswell otherwise it wont work... function onStepIn(cid, item, position, fromPosition) if(item.actionid > 30020 and item.actionid < 30100) then local townId = (item.actionid - 30020) doPlayerSetTown(cid, townId) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR...
  13. Optus

    7th basic attack = headshot 30% more damage

    Untested, but might work not sure never done this before.. although i set it to last 5 seconds when they get the +30% you can change that. function onAttack(cid, target) local t = { profession = 1337, -- storage of profression statchange = 1338, -- storage to store attacks...
  14. Optus

    (REQUEST) Teleport!Rep++ PLEASE FAST AS POSSIBLE :(

    Oh thanks for that didn't know about it.
  15. Optus

    What song are you listening NOW!

    http://www.youtube.com/watch?v=kffacxfA7G4
  16. Optus

    Fallen's NPC Maker v1.4 (using talkState)

    I doubt its going to get re hosted its probably lost somewhere forever!
  17. Optus

    OTRestarter by AeRoX v2.0.3

    Thanks :p
  18. Optus

    Switch Script

    local SwitchId = XXX -- ID of the switch local Token = XXX, X -- ID of the token (ID, count) local Item = XXX, X -- ID of item to buy (ID, count) function onUse(cid, item, frompos, item2, topos) if item.itemid == SwitchId and getPlayerItemCount(cid, Token) == TRUE then doPlayerRemoveItem(cid...
  19. Optus

    (REQUEST) Teleport!Rep++ PLEASE FAST AS POSSIBLE :(

    Untested function onStepIn(cid, item, position, fromPosition) ----- Config setup ----- local config = { summons = getCreatureSummons(cid), message = "You currently have summons and can't enter this portal!", Remove = true -- Do you want the script to automatically remove summons when...
  20. Optus

    Action (Talkaction)Script Good/Bad v1

    Well if you got an RPG map you could turn it into factions or something, but yea simple and sweet.
Back
Top