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

    Stuffed Dragon

    Hello, i would love to have a working stuffed dragon script :) I have found a script but it creates "Animated text" when you click on them, i want them to display the same text that mobs have, like "doCreatureSay" I'm willing to play with something, i need to learn too ;P
  2. Ozo

    Help with quest chests

    well.. i can't walk on them... but i can open them :D
  3. Ozo

    Help with quest chests

    Usually, you can not open quest chests, but you can open these chests ;o altough they are empty and you get your reward, and if you already did get your reward, the text appears "It is empty" when you open them They should just be there, like a stone that's clickable :P any ideas?
  4. Ozo

    Help with quest chests

    haha kk :D Thank you Serp and BigB for trying! you also forgot to write an END in the script, at the bottom :) But that i could manage myself :P Thanks again!
  5. Ozo

    Help with quest chests

    Thank you Serp, works very well, altough you can walk on the chest.. this isn't the biggest issue but, if there is a fairly quick way to do this i'd like to :)
  6. Ozo

    Help with quest chests

    Ok, this is what i have now: towerquest.lua function onUse(cid, item) config = { storage = 42222, ch1 = 4050, ch2 = 4051, ch3 = 4052, ch4 = 4053 } if isInArray({config.ch1,config.ch2,config.ch3,config.ch4}, item.actionid) == TRUE and getPlayerStorageValue(cid, config.storage) ~=...
  7. Ozo

    Help with quest chests

    Ah, ok :) thank you BigB! Will try it, and change the storagevalue! <3 Edit: What should the actions.xml look like? This is what it looks like now <action uniqueid="4050" script="quests/towerquest.lua"/> <action uniqueid="4051" script="quests/towerquest.lua"/> <action uniqueid="4052"...
  8. Ozo

    Help with quest chests

    This is what the script looks like now, and it doesn't work: function onUse(cid, item) config = { storage = 4224, ch1 = 4050, ch2 = 4051, ch3 = 4052, ch4 = 4053 } if isInArray({config.ch1,config.ch2,config.ch3,config.ch4}, item.actionid) == TRUE and getPlayerStorageValue(cid...
  9. Ozo

    Help with quest chests

    Thanks, and the unique ID and Action ID, which one do i use in the editor?
  10. Ozo

    Help with quest chests

    Anyone? please ;<
  11. Ozo

    Help with quest chests

    So, shall i leave the player storage at 1, or change it to maybe.. 4242? And the chest, do i write anything in unique id inside the editor? since the normal chests reacts when you type a unique ID. Thank you!
  12. Ozo

    Help with quest chests

    Thank you for your reply Marcinek, the problem is that i do not understand what is what... i do understand where to put the item ID's but the rest is scribble to me :)
  13. Ozo

    Monster [TFS] Full Organized Monster Pack

    Cool, thanks alot Koitsalu! :)
  14. Ozo

    Help with quest chests

    Hello, i've tried for hours to get this to work.. I have 4 chests, and i only want you to be able to get rewards from 1 of them. I've tried reconfiguring the annihilator chests etc.. no luck Has anyone got a working script for this matter? - for the latest TFS release I would greatly...
  15. Ozo

    Magic books

    do you mean <attribute key="magicPoints" value="10"/> ? This doesn't work =/
  16. Ozo

    Advanced Annihilator Script

    Hmm.. in the treasure room i get walls as reward :D 05:27 You have found a marble wall. 05:27 You have found a light wall. 05:27 You have found a light wall. 05:27 You have found a exotic butterfly. and i can open all the chests, only 1 reward should be obtainable? TFS 0.2.13 REV. 906
  17. Ozo

    NPC [Release]Spell NPCs

    01:09 Ozo [90]: level 8 01:09 Paladin Trainer: I can teach you, light healing and magic rope.
  18. Ozo

    NPC [Release]Spell NPCs

    Knight trainer does not have magic rope :) Edit: np =)
  19. Ozo

    [8.2/8.21]TFS 0.2.13 rev. ~1000 modified by Gesior

    Replace autowalk in all your npc's to walkinterval="2000" My question: Monsters tend to freeze at random times (not moving or anything) client crashes from time to time, anything i can do to fix this?
  20. Ozo

    Gamemaster Searching for someone that want an gm

    Someone just close the thread, it will soon be flames like never before! ;o
Back
Top