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

    Feature Conjure runes on your backpadck

    It's not working, in TFS 0.4.0 gives me this error. src\spells.cpp 'class Player' has no member named 'getFirstItemById' How can I fix it? Thanks in advance!
  2. H

    Solved Conjure runes from backpack - TFS 0.4 - 8.6

    You are a master! Thank you very much Zethion. This post is solved!
  3. H

    Solved Conjure runes from backpack - TFS 0.4 - 8.6

    Actually I need all the rune spells from tibia 8.6, I think the longest one is "adevo mas grav vis" which has 3 blank spaces but I'm not sure... BTW, I see that the script doest not have the level restriction for each rune spell. Is it posible to add that too? Thank you again, and sorry for...
  4. H

    Solved Conjure runes from backpack - TFS 0.4 - 8.6

    Thank you very much again Zothion. I'll wait!
  5. H

    Solved Conjure runes from backpack - TFS 0.4 - 8.6

    Thank you very much... I tested the script but in order to work, I have to write "!conjure adura vita" every time I want to conjure a rune right? Is there a way to do it normal? Like just writing "Adura vita" and works? BTW, I tried writing in the talkaction.xml "Adura vita" and other spells...
  6. H

    Solved Conjure runes from backpack - TFS 0.4 - 8.6

    Thanks for the fast reply Zothion... can you give me a more elaborate example? I have the source of the ultimate healing rune... How should I edited in order to work? Thanks! local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat...
  7. H

    Solved Conjure runes from backpack - TFS 0.4 - 8.6

    Hello guys, I was wondering if someone could help me with this. In my ot, the players have to put the blank rune in the hand in order to conjure the rune. What I need is to remove that action and let player being able to conjure runes without putting the blank rune in the hand. I found this...
Back
Top