• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. S

    Beginning items

    Hello I'm asking about if you leave rook by oracle you receive a starting EQ for main by him (every voc a different set for example sorc wand of vortex etc.) or get it to your depot (I thought about having cap troubles) I know about the druid, knight, sorc samples etc. but it wont work with...
  2. S

    Potion

    [30/06/2013 02:01:16] [Error - LuaScriptInterface::loadFile] data/actions/scripts/liquids/uhp.lua:3: 'then' expected near '=' [30/06/2013 02:01:16] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/liquids/uhp.lua) [30/06/2013 02:01:16]...
  3. S

    Potion

    Yeah I understand ofcourse. But its should be possible I think tho I'm really bad at scripting and don't understand where to change the lines. I could also post my current ultimate healing script and maybe you can just add that "aahhh" appears and only knights over level 130 for example can use it
  4. S

    Potion

    Could anyone please help me?
  5. S

    Potion

    Hello folks :D I'm searching for a health potion script which is based on level and magic level (as UH in old times) I'm sure anyone already has something like this but I couldn't find it with search function so I thought I'm going to ask here Thank you in advance <3:p - - - Updated - - -...
  6. S

    [USA] [Custom Client] Kingdom Age UPDATED!

    xp rate? pvp? do european players have a chance to play lag-free?
  7. S

    [Germany] Highrate - OriginalTibia 7.4 - 24x7 REALMAP

    lmao. It's fun with knights and paladins. It's even more fun when mages don't heal 100+ with manafluid, because they should think twice how to use their mana Im not playing here tho its 7.4 and back in the days manafluids didnt heal really much
  8. S

    [Netherlands] The Lost Lands - We are back.

    bump for this OT (:
  9. S

    [Action] Key disappears after using on a door. Does somebody know how to do?

    Okay, you're a god of scripting (: Thank you ;)! can't rep u :/ already done if anyone needs the script! credits to cykotitan local tp = {x = 1254, y = 1015, z = 10} -- new position function onUse(cid, item, fromPosition, itemEx, toPosition) if item.itemid == 2091 and itemEx.actionid ==...
  10. S

    [Action] Key disappears after using on a door. Does somebody know how to do?

    It does work now with the key. When I use the key with actionID 2091 on the door with actionID 2091, I get teleported and the key disappears. Everything fine. But when I use the door without the key, I get teleported and the DOOR disappears help, please? good job, I can't rep u cus I did...
  11. S

    2 requests (not so hard I think)

    I got it, thanks
  12. S

    [Action] Key disappears after using on a door. Does somebody know how to do?

    it works with this script now but it just opens it like a normal key script Can you change it so you will get teleported to X Z Y and the key disappears? because when you use the key it doesn't disappear function onUse(cid, item, fromPosition, itemEx, toPosition) if itemEx.actionid ==...
  13. S

    [Action] Key disappears after using on a door. Does somebody know how to do?

    I used this script now like this function onUse(cid, item, fromPosition, itemEx, toPosition) if itemEx.actionid == item.actionid and itemEx.itemid == 9279 then doRemoveItem(item.uid) doTransformItem(itemEx.uid, 9280) return true end end and this is actions xml <action itemid="2091"...
  14. S

    [Action] Key disappears after using on a door. Does somebody know how to do?

    Can you change it so you get teleported to X location and the door doesn't open?
  15. S

    [Action] Key disappears after using on a door. Does somebody know how to do?

    I also need this script, please post the code or someone else post it! Thanks in advance
  16. S

    2 requests (not so hard I think)

    both scripts don't work Do I have to set something on the door? test it please before you post :| Thank you (:
  17. S

    2 requests (not so hard I think)

    No error appears but it doesnt work I used other key (golden key) 2091 this is the script I use at the moment local door = 9279 local location = {x=1254,y=1007,z=10} function onUse(cid, item, frompos, item2, topos) if isItemDoor(door) and getPlayerItemCount(cid, 2091) >= 1 then...
  18. S

    Vengeance

    Thanks (: It is working. I would like to give you more reputation but I can't, I need to spread to someone else first Anyways, very kind of you
  19. S

    Vengeance

    I've now changed the storage to something else and the bug still appears. Help please?
  20. S

    Vengeance

    I found some bug. Always when I log in it says "Vengeance effect ended" and I get the starter equipment (torch, jacket, club and bag) huh?O.o help please? :O
Back
Top