• 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

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

    Rehost :(
  2. Optus

    Guild Master for 8.54 (Tfs 0.3.6pl1)

    Have you tried downloading an older OT and taking its script?
  3. Optus

    Help here

    You can probably use this script as a base for the key functions.
  4. Optus

    Weapons Speed Atack Request.

    setItemAttackSpeed(uid, attackspeed)
  5. Optus

    Need Script!

    function onUse(cid, item, fromPosition, itemEx, toPosition) local key = 2092 local actionID = 54678 local storage = 1337 if getPlayerStorageValue(cid, storage) == 1 then doPlayerSendTextMessage(cid,25,"You have already used this chest!") else if getPlayerStorageValue(cid, storage) == -1 then...
  6. Optus

    Ammo slot

    What client are you using? I guess you could make a onEquip and remove it if its in belt solt
  7. Optus

    Request - Action that gives +5hp permamently to player

    Sorry...still learning scripting :p
  8. Optus

    Security Serious vulnerability on XAMPP - Everyone using XAMPP, please read this!

    Thanks, had no clue about this! Saved me a life.
  9. Optus

    [Rpg] Or [Teleport] ?

    I like low rate teleports, BUT If its a map i fully understand then low rate RPG for sure. But most don't rpgs because they cant be bothered learning the map and shiz
  10. Optus

    God Account Error

    Link to the server? Make sure your commands.xml is correct and your group ID is 6.
  11. Optus

    Request - Action that gives +5hp permamently to player

    Enjoy. function onUse(cid, item, fromPosition, itemEx, toPosition) local health = 2 -- amount of health to get per use local cost = 1000 -- amount to pay per use local add = getCreatureMaxHealth(cid) + health if isPlayer(cid) and getPlayerMoney(cid) > cost then if doPlayerRemoveMoney(cid...
  12. Optus

    Looking for a quick designed picture

    Removed. Still looking for this +rep!!
  13. Optus

    Looking for a quick designed picture

    bump
  14. Optus

    Oldschool tibia dieing out?

    Oldschool would live again if it had oldschool mechanics with newschool graphics.
  15. Optus

    Guess the age of the next poster!

    Nope. Next 193.
  16. Optus

    [Talkaction] Teleport members

    Why is it not working? Whats the error, because you could turn that script into what you want.
  17. Optus

    [TalkAction]OnSay Password To Access or NPC Password System

    @up Free post yeah? Anyway this is can be done when i have time if its not done ill do it for you. All you need in is a movement script that checks the database for a same password.
  18. Optus

    Webdesign My layouts

    Very, very, talented.
  19. Optus

    Looking for a quick designed picture

    Yes i accidently put wallpaper ill remove that now, and the picture size i mean is around the size of your signature.
Back
Top