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

    Windows Mounts on Level!

    <event type="XXX" name="PlayerLogin" script="mount_level_100.lua"/> what i need for event type? :o
  2. domyno2837

    Script Request for a Boss Room!

    Hello OTLand, I'm really a noob in thing about Lua etc.. so can maybe someone help me for a Script? Following Idea: I Have an Boos Room.. and wanna when the Boss died then will appear a teleport to leave the Room Someone can script that for me? :/ 2. Idea: a Switch when u use it that a Stone...
  3. domyno2837

    [Hobby Project] Exotica Funworld 10.41

    http://www.imageupload.co.uk/5rba http://www.imageupload.co.uk/5rbN http://www.imageupload.co.uk/5rbs Hope that Works :)
  4. domyno2837

    [Hobby Project] Exotica Funworld 10.41

    Hello Guys, my Name is Domy and i'm 23 years old. I Comes from Germany and try a small Solo Projekt. Because i have much Map and other Ideas in my Head so.. i tryed to create my own OT. For the Beginning.. i used the TFS 1.0 with Client 10.41 Since 1-2 Month i wasted the most time for the Map...
  5. domyno2837

    Windows Mounts on Level!

    THAT IS WHAT I MEAN :D Can you show me the script for that picture?
  6. domyno2837

    Windows Mounts on Level!

    that is exatcly what i mean..
  7. domyno2837

    Windows Mounts on Level!

    there is not possible only for edit globalevents or like that?
  8. domyno2837

    Windows Mounts on Level!

    a simple window as the login in this direction
  9. domyno2837

    Windows Mounts on Level!

    Yea saw it on another OT.. Its open a Window in Level 100, 200, 300 etc.. and you can select one of 3 mounts that u can add
  10. domyno2837

    Solved Aol dont get removed on death

    You created the AOL with a GM or Buy on NPC? When u create it as GM i thing the AOL have 100x Charges.. try /i Amulet of Loss, 1
  11. domyno2837

    Windows Mounts on Level!

    Hello OTLand, :) it is possible to can select at a level one of 3 mounts..? for example at level 100 you can select a Horse, a Sheep or a Wolf as Mount.. Thanks for every Help! :)
  12. domyno2837

    Windows Website change from Znote to Gesior

    Hello OTLand, i wanna change my ZNote Account Website to the Gesior.. because Znote Features like Flags for Character, Advanced Spells Page and much more doesn't work on my website.. But i can't find any tutorials for Gesior for TFS 1.0+ anyone can help me? Greetz, Domy
  13. domyno2837

    Action Vocation door

    Thanks ! :) but the doors.lua is not the same as your post.. :/ function onUse(player, item, fromPosition, itemEx, toPosition, isHotkey) if isInArray(questDoors, item.itemid) then if player:getStorageValue(item.actionid) ~= -1 then Item(item.uid):transform(item.itemid...
  14. domyno2837

    Action Vocation door

    on there i dont need to add the positions? don't work atm
  15. domyno2837

    Action [ADDON] Get Addon on statue Click

    possible to add the addons from Wayfarer, Dream Warden and the other of 10.41?
  16. domyno2837

    Action Vocation door

    Tested on TFS 1.0? On My Server the "104" Try AND your Script dont work :o function onUse(cid, item) local sqm = getPlayerPosition(cid) local leave = {x=137, y=690, z=8} local entrance = {x=137, y=691, z=8} if getPlayerVocation(cid) == 4 then if sqm.x == 578 and sqm.y == 496 and sqm.z == 7 then...
  17. domyno2837

    Lua Utori [Damage Over Time] Spells

    It is possible to make the utori spells magic level based? i tryed much with that script but don't get it :/ local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_SMALLCLOUDS) setCombatParam(combat...
Back
Top