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

    TFS 1.2 Cap attribute

    Could someone help me put the "add Cap" as an attribute in the source? Example of the attribute in the item <attribute key="cap" value="20" /> (when equipping the item he gains 20 in the total cap)
  2. L

    Feature [TFS 1.3] Monster Levels

    i got this error, my file game.cpp https://pastebin.com/YAA0fAxx
  3. L

    Advanced Task NPC

    Does anyone use this system? I realized that when I talk to the npc and if I relog or climb stairs or walk away it doesn't end the conversation. When i press the button to exit the npc also does not finish the corverse. I'm almost giving up on using it. Someone help?
  4. L

    TFS 1.2 Task Error

    I made a comment on this topic below. I don't know if I did it in the right field. https://otland.net/threads/advanced-task-npc.266598/ Would I like a button option to return to choose the initial tasks would also be good. Could anyone help?
  5. L

    TFS 1.2 Script

    How would i do for this situation? If I throw 1 item (any) on the floor (pos x, x, x) and then throw another item (any) on top of item 1 does it become another item x? It would have to be automatic like movements, but I believe it’s not here when it comes to items.
  6. L

    TFS 1.2 Movements

    But what modifications do i need to modify the database?
  7. L

    TFS 1.2 Movements

    Hello guys, I have this script (movements) that when equipping a backpack provides player 6 in the total cap. It works well but whenever I relog add 2 to the total cap because it happens? I simply want to add 6 to the total cap and when I remove the bp, return the normal cap. The numbers "200"...
  8. L

    Advanced Task NPC

    I am having this error below when I press the "exit" button Would I like a button option to return to choose the initial tasks would also be good. could anyone help?
  9. L

    TFS 1.2 add Cap on item

    very good thanks.
  10. L

    TFS 1.2 add Cap on item

    nice work now. But this cumulative add cap, I need to see now how to do it when unpacking back to the initial cap
  11. L

    TFS 1.2 add Cap on item

    Is it. Thanks Ascuas Funkeln. 1583098851 @Ascuas Funkeln I add in movements <movevent event="Equip" itemid="26506" slot="backpack" script="Mochila_Aventureiro.lua" function="onEquipItem"> </movevent> <movevent event="DeEquip" itemid="26506" slot="backpack"...
  12. L

    TFS 1.2 add Cap on item

    How do I add cap on the item. Ex. When equipping a backpack the player gains 200 cap. and when you remove backpack the cap it goes back to normal. I tried using the "weapons" script player:setCapacity(player:getCapacity() + 200) but dont work. I think because it is not a weapon itself I would...
  13. L

    TFS 1.2 Spell Buff Weapon

    shuffled my head here, but I'll try to do it little by little. thanks.
  14. L

    TFS 1.2 Spell Buff Weapon

    Is it difficult to make a spell to buff weapons? Ex. 20% of the damage of the equipped weapon will be extra poison damage. Can anyone help to develop this?
  15. L

    TFS 1.2 NPC Aldo

    resolved https://forums.otserv.com.br/index.php?/forums/topic/169120-tfs-12-npc-aldo/#comment-1254544
  16. L

    TFS 1.2 NPC Aldo

    Does anyone know why this error is happening when i buy an item from this npc? the .xml file is this <?xml version="1.0" encoding="UTF-8"?> <npc name="Aldo" script="Aldo.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100" /> <look type="128" head="40" body="37"...
  17. L

    TFS 1.2 Summon Spell

    It's not exactly how I want it. It would be like a normal spell to summon a monster but without the master or summon link and it also couldn't attack me if I don't attack it first.
  18. L

    TFS 1.2 Npc Error.

    Anyone can help me? I have this error for deposit gold. I also went to buy an item from npc Aldo and gave this error. Do I need to rewrite any missing functions? Someone must have removed something from the server that I use as a base. I would like help to solve the problem and not change...
  19. L

    Tfs 1.2 Custom items look

    I need to develop other things at the moment, but I will try yes in the future. Thanks.
Back
Top