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

    Solved How to make wand loop trough all damage types in lua

    Wow amazing. Thank you Whitevo! Beautiful script, Thanks for all your help and patience! Happy NewYear and Happy Christmas!
  2. jimmydunphy

    Solved How to make wand loop trough all damage types in lua

    <wand id="2184" script="wand.lua" /> <!-- magic wand --> Looks the same to me ? Are you sure this works for tfs 1.2? I've taken the script directly from your edited post above, created a new .lua file and pasted the script there, saved it into weapons/scripts. I added that line of code you...
  3. jimmydunphy

    Uniform server.

    you need to install visual c++. https://www.microsoft.com/en-ca/download/details.aspx?id=48145
  4. jimmydunphy

    Solved How to make wand loop trough all damage types in lua

    Thanks again for the quick reply, after changing what you've said now my server wont even turn on. [Error - BaseEvents::loadFromXml] Failed to load data/weapons/weapons.xml: Start-end tags mismatch Line 38: </wand> Are you sure that this is supposed to be loaded into weapons.xml? I...
  5. jimmydunphy

    Solved How to make wand loop trough all damage types in lua

    Thank you both for your replies! I'm using TFS 1.2 and if it's alright I'll post everything I've changed and you ca tell me where i'm wrong? Weapons.xml <wand id="2184" level="1" mana="10" min="150" max="300" type="death"> <!-- Crystal Wand --> items.xml <item id="2184" article="a"...
  6. jimmydunphy

    Solved How to make wand loop trough all damage types in lua

    Still doesn't work ;/ I don't get the error message any longer but the wand won't shoot.
  7. jimmydunphy

    Solved How to make wand loop trough all damage types in lua

    It wasn't the issue. My script is in the actions folder.
  8. jimmydunphy

    Solved How to make wand loop trough all damage types in lua

    [Warning - Event::checkScript] Event onUse not found. scripts/Donatorwand.lua is the message I get, any idea's why?
  9. jimmydunphy

    10.77 custom client help.

    I cannot seem to figure out how to make my own custom client. I've read the tutorial and made the domains but I cannot open tibia with notepad++ because it is encrypted. It doesn't say anywhere in the tutorial how to view it in text format. I tried using resource hacker, I tried using hex...
  10. jimmydunphy

    Solved Blessing book Script ?

    Thanks guys!
  11. jimmydunphy

    Solved Blessing book Script ?

    I still do not understand. I'm not a scripter, There isnt any item ids on that lua
  12. jimmydunphy

    Solved Custom items aren't giving skill points?

    Thanks pal!!!
  13. jimmydunphy

    Solved Blessing book Script ?

    Thanks for the replies! I'm wondering how do I give an item blessings? Could you show me an example of an item with blessing? Thanks!
  14. jimmydunphy

    Solved Custom items aren't giving skill points?

    <item id="2471" article="a" name="Helmet of Achilles"> <attribute key="description" value="It's the famous Helmet of Achilles." /> <attribute key="weight" value="3200" /> <attribute key="armor" value="12" /> <attribute key="slotType" value="head" />...
  15. jimmydunphy

    Solved Blessing book Script ?

    Thanks for the reply but not sure how this helps? This script is already created and placed into my actions folder.
  16. jimmydunphy

    Solved Blessing book Script ?

    I'm using tfs 1.2 and wondering if anyone could tell me how to make a book of infinite blessings? One click = 5 blessing but but never runs out? Ty!
  17. jimmydunphy

    Solved Issues with Geisor shop.

    Fixed by @Gesior.pl via skpye. Thank you very very much my friend, You are a warrior!
  18. jimmydunphy

    Solved Issues with Geisor shop.

    Hello Narko! Thanks for the reply friend, I am using TFS 1.2 sorry for not mentioning that in my above post, I've also used that new link you suggested but still nothing, I've exhausted myself at this point lol I also have this issue in my database in the z_shop_history section: Edit Copy...
  19. jimmydunphy

    Solved Issues with Geisor shop.

    Hey guys/gals. I'm having a few issues with the Geisor shop (when I say a few, I really only mean one issue). I cannot get the item to send ingame. I used this thread to set up my shop files: https://otland.net/threads/gesior2012-items-shop-installation-administration.170654/ Here is a copy of...
  20. jimmydunphy

    Help making server public

    Thank you all for your fast and great reply ! It seems that no matter what I do with all the help of otlands and reading threads and google nothing is helping me. I must be missing something drastic.. I've tried everything I can try and still no go.. I have a shop system setup with the help of a...
Back
Top