• 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!

loot

  1. S

    Colored loot based on drop chance

    When a monster dies, the player receives a single message like: Loot of a dragon: [#FF00FF]life crystal[/#], [#00FF00]dragon ham[/#], [#FFFF00]gold coin x68[/#] These color tags are visible in the console, but a clean version without HTML is shown as a pop-up on screen. Sending to bank is...
  2. VitoxMaster

    [TFS 1.5] Loot Extractor

    Hello everyone! I decided to share resource implemented on my server. Script refers to an item with a 'use with' option, which allows us to extract and pack specific loot from any container with the 'pickupable' attribute. Below will be brief description how to implement it. PART I - data...
  3. A

    GOD cant open any boss loot on canary 13x

    Any time I kill a boss with my god character, it shows me a message: "you cant open this corpse because you are an admin". Is there any way to get this permits to the gods?
  4. W

    RevScripts Loot channel + color items

    Hi! I looked through several guides but something didn't work for me... I use: https://github.com/ErikasKontenis/SabrehavenServer/tree/38-introduce-8-0-support I have loot displayed on the screen. I also created a "Loot" channel on ID 9 and it works in the game. However, I have a problem with...
  5. potinho

    C++ [TFS 0.X] Adjust loot message to party members

    I have a loot message in my server. The problem here is loot message isn't sent in party members screen, just in loot channel. I tried to adjust C++ but i cant understand the logic to keep sending message to screen and loot channel for party members, I want to send loot message on party members...
  6. J

    Autoloot Problem tfs 0.4

    Hello Guys I have problem with autoloot TFS 0.4 Tibia 8.6 When Player Died I see error in console Like that My Script is: local tabela = {} local function getPlayerList(cid) local tab = {} if getPlayerStorageValue(cid, 442002) ~= -1 then table.insert(tab...
  7. Jpstafe

    Loot Message error

    Hello, I have checked that my otserver has a loot message.. but when killing a monster it does not appear in the channel. What can be? classicEquipmentSlots = true classicAttackSpeed = true autoStackItems = true displayLootMessage = true I have tried it with Tibia client, and with Otclient...
  8. Yan18

    [TFS 1.3] How to Do Player No Drop Loot When Die?

    Hello guys! How to do players no drop loot when die? I tried to add: player:setDropLoot(false) In events onLogin(), onDeath() and onPrepareDeath(), but didn't work.
  9. Fabi Marzan

    Problem Loot (Bag) in TFS 1.3

    Hello I have a problem with the loot that when I kill the monster that contains a bag it does not tell me what is inside the bag. Some more explanatory images: The monster has a bag inside.. When I kill the monster, it doesn't tell me what's inside the bag.. As you saw, it does not tell...
  10. potinho

    TFS 0.X Doubt - Loot Rate

    I read it in several threads and the answer was not unified: I would like to know what the real % of the loot inside the monsters is. Some people say to divide the value by 1000 and others by 100, what is the correct calculation? <loot> <item id="2148" countmax="55"...
  11. T

    Lua Loot smaller than x1

    Hello! Is it possible to make loot x0.5? How to achieve that? -- Rates -- NOTE: rateExp is not used if you have enabled stages above rateExp = 1 rateSkill = 1 rateLoot = 1 rateMagic = 1 rateSpawn = 1 Setting rateLoot = .5 or = 0.5 doesn't work (there is no loot at all then)
  12. P

    TFS 1.X+ Problem with droploot

    Hey, I have problem with loot. Sometimes creatures drops 2x loot, like: Loot of a monk: 2 book of prayers I got latest TFS 1.3 so I don't know whats wrong with droploot. (rateLoot = 1) Monk loot from .xml: <loot> <item name="gold coin" countmax="1" chance="15300" /> <item...
  13. M

    MyAAC Loot image

    Hello guys. I am having some problems with my otserv website. On the creatures page, loots were supposed to appear with their respective percentages of drop. However, only a few images appear. I have a myaac website hosted on my computer and the images appear normally. For some reason, the site...
  14. Rhyund

    Loot chance problem

    Hi all! I need some help, please =) I got a problem with loot: <loot> <item name="gold coin" countmax="25" chance="67500" /> <item name="bronze amulet" chance="110" /> <item id="2376" chance="5000" /><!-- sword --> <item name="axe" chance="4000" /> <item...
  15. N

    BOSS Monster Loot: Unique drop (reward system)

    Hello, I have been trying to solve a problem with unique items getting looted by every participant that join the fight. I found out that the code is not finished to avoid multiple people getting the unique item. I am using otservbr-global. And this is the part of the code that is unfinished...
  16. B

    Solved Help with Loot Slots

    Hello OTLand Community. I've downloaded the latest version of OTServBR (Version 12) and have a trouble with slots on corpses loot. Here i go: 1. In items.xml, "slain demon" is configured with this line: <attribute key="containerSize" value="24" /> 2. Then, when i kill any Demon, i have only 15...
  17. C

    TFS 1.X+ Is it possible to set a loot/exp/skill rate for 1 specific player?

    I was looking for some lua function that can increase or decrease a specific player loot/exp/skill rate for X amount, but I had no sucess. For example: A player wear a ring or maybe he talks to a NPC and then he get a bonus for one those stats. I am using TFS 1.3
  18. Sarah Wesker

    My Autoloot System for TFS 0.4

    I recognize that there are already some systems that deal with the same, but this had been saved for some time and I want to share it with you now more than ever, as I plan to resume my stay as a scriptwriter, so this will be a good start. thanks! go to their folder "mods" and create a new file...
  19. C

    + Chance Loot System

    Hello. I'm trying to make a system that increases the chance of loot. Anyone know if there is any function in 1.3 to set?
  20. Dvax

    Lua Boss Reward " You Are not the owner " - /m BossName <- Working OTX3

    Hello, I have problem with reward boss. Example 1 : I go Portal Boss ( Knowlage Quest ) North Thais. Killed boss " Lady Tenebris " And try open have massage " You are not the owenr ". Go to Temple and open Reward Chest and empty. but I create this boss " Lady Tenebris " on GoD ( /m Lady...
Back
Top