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

    Doesn't recognize mana type or stack tfs 1.2

    Thank you! Now it works perfectly!
  2. Jpstafe

    Doesn't recognize mana type or stack tfs 1.2

    There I followed what mano368 told me, look what he does now hahahaha amazing bug! In the server console I don't get any errors. The positive thing that is stacked now the manas xD actions.xml: <action itemid="7530" script="Other/fluids/potions.lua" /> potions.lua: local antidote = Combat()...
  3. Jpstafe

    Doesn't recognize mana type or stack tfs 1.2

    I used the script it worked perfectly, but the manas fluids are not stackable... in the object builder and item editor I made it stackable
  4. Jpstafe

    Doesn't recognize mana type or stack tfs 1.2

    in potions.lua I have this: local berserk = Condition(CONDITION_ATTRIBUTES) berserk:setParameter(CONDITION_PARAM_TICKS, 10 * 60 * 1000) berserk:setParameter(CONDITION_PARAM_SKILL_MELEE, 5) berserk:setParameter(CONDITION_PARAM_SKILL_SHIELD, -10) berserk:setParameter(CONDITION_PARAM_BUFF_SPELL...
  5. Jpstafe

    Doesn't recognize mana type or stack tfs 1.2

    I have created a new mana fluids, the scripts that you gave me are manas of 8.6, the ot that I am making is 8.0, I just want it to be mana fluid alone.. In fluids.lua do we have to add the new fluid mana? I would like the vial not to be created when used, only the mana to disappear...
  6. Jpstafe

    Doesn't recognize mana type or stack tfs 1.2

    Hello I want to make the manas or life fluid stacks and it doesn't recognize them as such, and they are not stacked either, the runes are all stacked xodet: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local...
  7. Jpstafe

    znote error create character

    Where do I look for the PHP Error Logs file?
  8. Jpstafe

    znote error create character

    Hello, I'm having trouble creating the character on the website, I'm using znote.. When I enter the ACC and the password I get an error. I get an error in :http://127.0.0.1/myaccount.php .. Any solution?
  9. Jpstafe

    How can I color my raritys in OTclient?

    Hello good evening, I would like to know how I can add color to my rarity items, the rare items I did not do through the rarity scripth, I have only created it with ITEMEditor, rare, epic and legendary... Can you still color the items like this? I did it item by item due to the fact that there...
  10. Jpstafe

    Free task module made by @zQt

    I don't see the monsters, I used this JSON. But nothing, if the option comes up to select the monsters.
  11. Jpstafe

    How can I reduce these bars that are too much in my client?

    Hello good evening, I would like to know how to remove these excess black bars, I would like to take it out, as they affect when I put left panel or right panel, and it looks very small. I'd like the screen to be stretched out more
  12. Jpstafe

    I have this stack problem at an 8.0

    I was able to fix it! I kept changing line by line, because I had replaced the files you uploaded but I got an error when compiling, I did it manually and it worked! Thank you so much brother!
  13. Jpstafe

    I have this stack problem at an 8.0

    Directly copy all the code you have given me. that starts at the 309, compile it and it still has the same error
  14. Jpstafe

    I have this stack problem at an 8.0

    I hope so, I have a hate lol I had all weekend trying to fix it xd
  15. Jpstafe

    I have this stack problem at an 8.0

    up
  16. Jpstafe

    How do I join the items?

    up
  17. Jpstafe

    help I want to implement the "Bring Me To" tfs 1.2

    I was able to do it! Thank you so much, it worked perfect!
  18. Jpstafe

    Problem with stack runes tfs 1.2 v8.0

    I have the same error, in Object Build I put all the runes stackable but I have this error... did it happen to you?
  19. Jpstafe

    How do I join the items?

    I made a previous post asking how the items were stacked, I followed a tutorial that I found and edited the Objectbuild in stackable and in Item Editor stackable the runes and it worked, but when I want to stack the runes it won't let me.
Back
Top