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

    Adding Experience

    No errors, but when I use the item in game it performs the script but it doesn't give anywhere near the amount of exp in the script.
  2. G

    Adding Experience

    Doesn't work with what I've came up with: function onUse(cid, item, fromPosition, itemEx, toPosition) doPlayerAddExp(cid, 50000000000) doCreatureSay(cid, "EXP Egg used!", TALKTYPE_ORANGE_1) end
  3. G

    Adding Experience

    Hey guys, I'm making an item that when used it adds experience. I need to know how to do this. Any help? Thanks!
  4. G

    Windows Reflection

    Bump
  5. G

    Lua How to show all my item attributes On Look ?

    I don't think so bro, I've never seen it before.
  6. G

    Lua How to show all my item attributes On Look ?

    You should just add information of the item in the description: <attribute key="description" value="" />
  7. G

    Skull Forever AOL

    Bump
  8. G

    Lua How to show all my item attributes On Look ?

    Hey MoHameD Refaat, You need to add an attribute key to the item in items.xml. This is the attribute key: <attribute key="showattributes" value="1" /> So for example, this attribute key added to the magma coat will look like this: <item id="7899" article="a" name="magma coat"> <attribute...
  9. G

    Windows Reflection

    Hey guys, I'm using The Forgotten Server - Version 0.2.15 (Mystic Spirit) and I want to be able to make an item that reflects some damage back to the attacker. Is there a way to do this in the items.xml file or do I have to make an LUA file? Need some help here. Thanks!
  10. G

    Skull Forever AOL

    Hey guys! I'm looking for a script for a Forever AOL that protects your items like an AOL even when you are skulled (red/black) and that never runs out. I'm using The Forgotten Server - Version 0.2.15 (Mystic Spirit). Thanks!
  11. G

    Solved Health and Mana per second

    Working now, thanks a bunch guys!
  12. G

    Solved Equipment Requirements

    Working now, thanks a lot bro! :)
  13. G

    Solved Health and Mana per second

    No, how do I do that? Sorry bro I'm kinda new to this stuff.
  14. G

    Solved Health and Mana per second

    Hey guys, I'm making donation items for my server (TFS 9.81) and I want to make it so that it regenerates 100k health and mana per second and this is what I've come up with in the items.xml file: <attribute key="healthGain" value="1000000" /> <attribute key="healthTicks"...
  15. G

    Solved Equipment Requirements

    Hello OTLand, I'm using TFS for Tibia 9.81 and I'd like some help on how to remove the requirements for an item. I'm making items for donators and the items I'm using (12642, 12643, 12644, 12645) have requirements (E.G the armour (12642) is for level 100+ knights) So how do I remove these...
Back
Top