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

    Solved stamina doll Refills stamina when allready full

    Hey i have a stamina doll and it refills even when the player have full stamina how can i make so it only refills if they dont have full stamina? Script: function onUse(cid, item, fromPosition, itemEx, toPosition) local cfg = {} cfg.refuel = 42 * 60 * 1000 if(getPlayerStamina(cid) >=...
  2. Ashbringer

    Solved Weapon no voc Bug

    works perfectly thanks!!
  3. Ashbringer

    Solved Weapon no voc Bug

    i added this <melee id="7384" level="60" unproperly="1" event="function" value="default"/> <melee id="7382" level="60" unproperly="1" event="function" value="default"> <melee id="12649" level="60" unproperly="1" event="function" value="default"> <vocation id="4"/>...
  4. Ashbringer

    Solved Weapon no voc Bug

    oh okay ty man :)
  5. Ashbringer

    Solved Weapon no voc Bug

    i use 64 bit i changed my dlls files and now it starts gonna check if i can change the weapons.xml files now btw if it says "can be used by paladins" can royal paladin use it too?
  6. Ashbringer

    Solved Weapon no voc Bug

    no i just stoped it and then try to start it again and now i changed to the original weapons.xml and the server still dont start
  7. Ashbringer

    Solved Weapon no voc Bug

    the server crashes then "not enough memory"
  8. Ashbringer

    Solved Weapon no voc Bug

    but when i do something in the weapons.xml file the server crash ..... or get errors i added this in the weapons.xml <distance id="5907" level="50" unproperly="1" event="function" value="default"/> <!-- slingshot --> <vocation id="3"/> <vocation id="7"...
  9. Ashbringer

    Solved Weapon no voc Bug

    the server crashes then :/
  10. Ashbringer

    Solved Weapon no voc Bug

    i have 0 errors now becouse i removed the item i tried to put there now its just the normal weapons.xml but here is my weapons.xml file http://pastebin.com/XzbYBN6C can you add my sword in there and make it for knights and elite knights?
  11. Ashbringer

    Solved Weapon no voc Bug

    its maybe becouse i tried to add the donator sword id becouse its not in there before .. ItemID: [12649]. how do i add an item to the list ? and make it only for knights and elite knights?
  12. Ashbringer

    Solved Weapon no voc Bug

    geting this error [01/12/2014 18:20:24] [Warning - BaseEvents::loadFromXml] Cannot open weapons.xml file. [01/12/2014 18:20:24] Line: 409, Info: Premature end of data in tag weapons line 2
  13. Ashbringer

    Solved Weapon no voc Bug

    hey i have a donator sword that everyone can use i want it so only knight and elite knights can use it You see a donator sword (Atk:80, Def:45). It can only be wielded properly by players of level 50 or higher. It weighs 60.00 oz. ItemID: [12649]. how do i fix that? @Limos
  14. Ashbringer

    Donate TalkAction Problem

    Hey i have a problem when i try to add an item to my donate list with this script . http://otland.net/threads/gesior2012-items-shop-installation-administration.170654/ i am using tfs 0.3.6 i am geting this error [01/12/2014 09:57:22] [Error - TalkAction Interface] [01/12/2014 09:57:22]...
  15. Ashbringer

    Solved Potions dont get removed on use

    @Limos btw man do you know how i fix so the addon npc dont give the addon directly , i want players to get items and deliver it to him then get the addon.... like rl tibia
  16. Ashbringer

    Solved Potions dont get removed on use

    thanks for all the help today :) your help means alot :)
  17. Ashbringer

    Solved Potions dont get removed on use

    this one? local config = { removeOnUse = "yes", usableOnTarget = "yes", -- can be used on target? (fe. healing friend) splashable = "no", range = -1, realAnimation = "no", -- make text effect visible only for players in range 1x1 healthMultiplier = 1.0...
  18. Ashbringer

    Solved Potions dont get removed on use

    Hey when people use potions they dont get removed .... i have set the config so it should remove. i am using tfs 0.3.6 @Limos
  19. Ashbringer

    Solved Aol dont get removed on death

    thanks again man :)
  20. Ashbringer

    Solved Aol dont get removed on death

    hi when people die their Aol dont get removed ... how do i fix this?
Back
Top