• 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

    MoveEvent StepIn a Tile and get Teleported to X Position if your Premium!

    Congratulations on your journey on scripting, although if something is too simple, best kept to self.
  2. Optus

    Action A Small OnAdvance System

    Instead of having; if getPlayerLevel(cid) >= 200 You can use your locals; if getPlayerLevel(cid) >= levelx
  3. Optus

    !changesex discount 7 VIP DAYS

    Check the thread you got the VIP from then and it from their.
  4. Optus

    [Req] when player step in if have itemid,count doteleport

    function onStepIn(cid, item, pos, fromPos) if isPlayer(cid) then local items = { Amount = 1, Name = "Spike Sword", ID = 1337 } local t = { pos = {z=1000, y=1000, z=7}, -- Position if have the items npos = {z=1000, y=1000, z=7} -- Position if dont have the items...
  5. Optus

    NPC gives STORAGE (travel) for the items

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  6. Optus

    NPC gives STORAGE (travel) for the items

    All in one NPC edit the locals. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid)...
  7. Optus

    NPC that executes /clean

    Dude...Look at the post...
  8. Optus

    Remeres Clients 8.60

    Oh ok no problem. ^_^ Ill probably upload it for others if they ever need it.
  9. Optus

    Remeres Clients 8.60

    I have one took me afew hours to find compatible ill upload it when i get home.
  10. Optus

    Tibia Installer

    Nice, could be useful on the run ;)
  11. Optus

    Action deleted thread

    This is absolutely amazing... Great job! :w00t:
  12. Optus

    [9.1] Exp ground.

    function onStepIn(cid, item, position, fromPosition) local useTeleport = true local position = {x=1000,y=1000,z=7} -- Teleport position if true local message = "You have already stepped on this tile" local storage = 1337 if getPlayerStorageValue(cid, storage) == 1 and useTeleport ==...
  13. Optus

    Wallpaper Counter-Strike 1.6

    Very nice. I actually like it quite a fair bit. ^_^
  14. Optus

    Action OnUse Item = Give Reward

    To this: <action actionid="21212" event="script" value="rewardchest.lua"/>
  15. Optus

    CreatureEvent deleted thread

    You are a boss. Well done man! :d
  16. Optus

    Weapons Speed Atack Request.

    No problem, if you need help just post. I was busy and couldn't do it so i just posted the main function you could use :p
  17. Optus

    Complaint OTLand slow?

    Its fine for me.
  18. Optus

    CreatureEvent Forever Amulet (Red & Black Skull Protection)

    You would have to make another onDeath to make it create a corpse i guess.
  19. Optus

    TalkAction FreakOut Talkaction

    Turn on the music and we got ourselves a partaay :p
Back
Top