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

Search results

  1. Unknown Soldier

    [TFS 1.4.2] Boss Reward Bag - onDeath (with DamageMap)

    Hello everyone, I want to share a script that gives reward bag to all the players participating in fight against boss. The reward will be sent automatically as soon as boss dies, to players' inventory, or when no cap or space, will be sent to players' mailbox. It features: any player who has...
  2. Unknown Soldier

    TFS 1.X+ Training weapons used directly from players store inbox

    Hello, After few failed trials, I give up. I would want to change the exercise training script so that it would allow players to use the weapons BOTH from their store inbox right away, without a need of moving them into inventory first, and preserve the ability to use them from the backpack in...
  3. Unknown Soldier

    TFS 1.X+ Kill task error in function onKill

    Hello, I am out if ideas so decided to ask. TFS 1.4.2 While doing a task, ocasionally console error shows up Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/killtasks.lua:onKill data/creaturescripts/scripts/killtasks.lua:24: attempt to index local 'monster' (a nil...
  4. Unknown Soldier

    [TFS 1.4.2] World exp, skill and loot boost

    Hello everyone, I've created a script that activates a global experience, skill and loot boost upon using a basin, shrine or any other object you desire. It is configured to get specified amount of money from bank balance and inventory of a player at the same time. It features for example...
  5. Unknown Soldier

    Mapper Quality Mapping Services

    Hello, I am offering my mapping services. I prefer to work on newer Tibia assets, but depending on the amount of free time I can also consider 7.X and 8.X protocols. I won't work on anything related to pokemon or dragon ball or anything like that. I like to work on new map patterns/themes...
  6. Unknown Soldier

    TFS 1.X+ Items decaying in equipment slot -> does not update stats

    Hello, I wonder if it's only me and my TFS 1.4.2, but when an item that has specified duration in items.xml, got decayed (so the duration runs out) transforming into another item (this is important), and the item is in equipment slot when it happens, the bonus stats that it gave during the...
  7. Unknown Soldier

    Lua Boss area entrance - crash

    Hello, recently, after some chanegs in my script, I have noticed some crashes. Crash happens ocassionally while using the following script, so entering the boss area, usually after a fight or at the very end of it, or few seconds after player leaves the arena and enters it again. I blame...
  8. Unknown Soldier

    TFS 1.X+ Leech bug again, using mana potion returns health and additional mana

    Hello, Tried to search for solution on github as well as on OTLand but couldn't find any fix for that, but I am sure many people already noticed that. Have this bug been already solved? Drinking a mana potion in TFS 1.4.2 while having mana and/or life leech condition(s), beside adding...
  9. Unknown Soldier

    TFS 1.X+ Weapon script with area effect and damage

    Hello, so I was messing with weapon scripts, and made a script as below. However that is not the intention, not the result that I want. The idea: if players has specific weapon equipped, then there is x% chance to trigger an area effect/spell that will damage also nearby creatures. In other...
  10. Unknown Soldier

    Lua Get item count/fluid type on a specific tile

    Hello, I thought it would be pretty simple to get the position and amount of items on the ground, but got no results. So the thing is, that I want to check if a fluid container (a vase for instance) at certain position is filled with certain fluid like water or blood or whatever fluid type it...
  11. Unknown Soldier

    Lua Get Magic Level from an item

    Hi, how do I get magic level attribute from an item in TFS 1.4.2? It seems that there is no method like getMagicLevel, so I can't get it like for instance, armor value item:getType():getArmor() Thanks in advance
  12. Unknown Soldier

    TFS 1.X+ Weapon elemental damage + knight spells

    Hi, Is the issue with elemental damage from weapons being ignored when using spells by knight already officially solved in TFS? Or only self-made solutions for now like the one from attached thread below? ;)...
  13. Unknown Soldier

    TFS 1.X+ [TFS 1.4.2] NPC Error: Argument -1 has out-of-range value for unsigned int: -1

    Hello, I'm getting an error when I want to trade with NPC. It appears in console after saying "trade". Trade window pops up, everythign seems to be working. What is messed up here? Thanks in advance! Lua Script Error: [Npc interface] data/npc/scripts/runes.lua:onCreatureSay...
  14. Unknown Soldier

    TFS 1.X+ [TFS 1.4.2] Mana leech, life leech and critital hit simultaneously

    Hi, I was just wondering how could I maintain all 3 conditions at once (as in title: mana leech, life leech and critital hit), using 3 different items to get each one of them. The problem is when I receive first condition and then want to get another one, the first one disappears. Example: I am...
  15. Unknown Soldier

    OTClient Few questions regarding 12+ clients

    Hi everyone, I have some question regarding newer client versions after 10.98. Currently I'm working on a server for 10.98. Recently TFS started aiming for newer protocols 12+, it will most likely take some time to implement all that goodies from newer versions, but it will also take me some...
  16. Unknown Soldier

    Lua Simple NPC Trade TFS 1.3

    Hello, I'm having a problem with npc script selling equipment, wrapped furniture. It will be probably very easy for every lua scripter... It is about item:setAttribute("wrapid", itemsList[j].wrapid), and probably also the for loop where this line is (line 39). So I want the wrapid to be...
  17. Unknown Soldier

    TFS 1.X+ Buggy life and mana leech in TFS 1.3

    Hello everybody, I don't know if it is already a known issue, but I would like to check if this is really a bug or an error of mine. I think the formula, or perhaps something else, isn't correct for life and mana leech feature. I have found two issues: 1. Using some area spell, like exori...
  18. Unknown Soldier

    TFS 1.X+ Increased loot with rate at 1?

    Hi, so I am having that problem since I moved from TFS 1.2 to TFS 1.3. Sometimes creatures drop much more loot than it is specified in xml file, like 6 pieces of something, instead of max 3 that is specified (for stackable items), or two identical items in two separate corpse slots, instead of...
  19. Unknown Soldier

    AAC Error while saving player

    Hey, so I tried not to spam here, but I am stuck. TFS 1.3 / 10.98 MyAcc 0.8.0 Uniserv After installing TFS 1.3 and MyACC and clearing few errors I started checking if everything is running fine, and I noticed that I cannot save a character, example: I take any item to inventory, move a...
  20. Unknown Soldier

    TFS 1.X+ Weapon Secondary Damage

    Hello everyone, since by default there are no damage types such as "elementdeath" and "elementholy" available to set in items.xml as attribute, what is the easiest way to make a weapon cause that type of damage (for example 10 physical and 45 death) without getting into the source? A weapon...
Back
Top