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

tfs 1.x

  1. VitoxMaster

    [TFS 1.5 8.6] STAT_MAXHITPOINTS problem with multiple items

    Hi everyone! I've been working on resistance upgrade system recently. I'm working on TFS 1.5 Nekiro downgrade to 8.6 and I've experienced weird condition behaviour. I have to mention that I've implemented ability feature from tfs-1-3-item-abilities-via-lua-v2. This 'weird behaviour' is...
  2. Addams

    C++ High CPU Usage classicAttackSpeed

    I have been trying this for a few days but still cannot find a fix, so in the meantime, I am trying myself. I decided to post this here in case someone has a solution. CPU is going up to 80% by just one function, using TFS 1.4.2 with many commits of 1.5. I have classicAttackSpeed = true in my...
  3. N

    Lua [Tfs 1.5] tibia 8.6 Wall problem

    Hello. ive got a little problem with all walls when ive want throw rune diagonal of any wall. With spells ive got the same problem. Tfs 1.5 downgraded by nekiro. look here: https://gyazo.com/098ecf992f29c73951a494c399c9377a
  4. J

    TFS 1.X+ TFS 1.5 772 downgrade + OTclientV8 unhandled opcode 128

    Hi im using TFS 1.5 Nekiro's downgrade 772. I uncommented source code for the addons, replaced outfits in ObjectBuilder in 772 from 854. Edited features.lua in Otcv8 if(version >= 770) then g_game.enableFeature(GamePlayerAddons) g_game.enableFeature(GameLooktypeU16)...
  5. G

    TFS 1.X+ Issues with onLogin function in CreatureScript

    TFS: 1.4.2 OTClient: 10.98 I'm currently working on a project where I need to create a script that changes the outfit of a player's vocation upon login. However, I've encountered some problems with my implementation. I added a new file to my CreatureScripts directory and wrote a simple onLogin...
  6. Sprrw

    Lua Hello folks! How would I go about an alternativ way of adding npc focus?

    So basically Im looking for ways to enter a npc convo without having to speak. Example: Enter a room and the npc says "Hello, and welcome. Please browse my shop". Idk if thats a super good idea but you kinda get the feel of it. Im asuming this is not doable thorugh a normal moveevent. Would this...
  7. Addams

    C++ OTS statistics 1.4 on Windows

    I am trying to add this OTS statistics by Kondra using TFS 1.4 and Windows. It compiles successfully without any errors or warnings, but I am not getting any .log files in data\logs\stats. I double-checked my source changes and am sure every related change was added correctly. Did anyone try it...
  8. H

    RevScripts [TFS 1.X] Duel system between players [WTRequest]

    TFS 1.X I think this is a revscript? I might be wrong.. I want to request an script that start a queue between 2 or more players like: Player1 says: !duel "Player2 this script should send a request modal window to Player2 to start fight against Player1[Lvl/voc], if this one click on accept then...
  9. H

    Lua [SOLVED] Divide each player in storage math.

    Hello I'm trying to make this task points system to give each player his task points but if some player with higher storage value "helps" to kill the monster, then the storage for both players is the one that give the last hit. I dont want to put +1 on storages since I want to make it work with...
  10. Addams

    C++ DeEquip and Stackable items

    Is this how DeEquip is supposed to work with stackable items on TFS 1.4.2? Shouldn't it only remove attributes when the whole stack is unEquipped? Example: Using a normal spear for testing. This is how it's added to items.xml: <item id="2389" article="a" name="spear"> <attribute...
  11. Addams

    C++ Boostpercenthealing attribute by Nekiro

    I have added those attributes to TFS 1.4.2 But I have an issue that I cannot solve by myself. Attribute boostpercenthealing isn't working, That is a known bug and has an issue opened here, but it's been long enough and no one tried yet, so I decided to try finding a solution here.
  12. Addams

    C++ Boostpercentmagic attribute by Nekiro

    I have added those attributes to TFS 1.4.2 But I have an issue that I cannot solve by myself. Attribute boostpercentmagic is stacking the damage. It increases the total damage instead of the player's primary damage. Example: If I am dealing "1000 damage" and use an item that increases 20% of...
  13. W

    Lua TFS[1.X] New Potions like TibiaDrome

    Hello guys, i've tried to do a new potions script that consists in elemental protection, elemental hit boosts and critical boosts like Tibiadrome potions: I did'nt know if have conditions to do that in lua, i've tried one script like strenght potions: bullseye and mastermind potions, but...
  14. VagosClubTM

    TFS 1.X+ help to change from 772 to 800

    hello friends, I'm looking for a tutorial on how to make my server 772 tfs 1.4 nekiro upload its version to 800 without losing my database, the information of each active player playing, the information of the houses, that everything continues to work the same but with the difference that it...
  15. A

    RevScripts ImpactEffect/MagicEffect for weapon

    Hello! can someone help me on my script for a wand that when it damages something instead of the effect or the impact of the fire that looks like a fire field, instead it shows musical notes? I have this script that I got from the example.lua from the data/weapons folder. This is the code and...
  16. VagosClubTM

    Lua [Nekiro / TFS 1.4 7.72] - help need Double EXP item

    Hello friends, I am trying to search in Otland for a double experience system through a specific item, so I have not found anything about it I use the TFS 1.4 NEKIRO 7.72 distribution If someone has a link or has a script that can help me, it would be of great help, I thank you in advance for...
  17. VagosClubTM

    Lua HELP TFS 1.4 LEVER SHOP

    hello friends, I hope you are well, I am looking for this script instead of charging in crystal coins, it charges you in smalldiamond (2145), to make it a vip store local c = { ['item'] = 2565, ['cost'] = 200 * 10000, [1945] = 1946, -- lever [1946] = 1945 -- lever } function...
  18. VagosClubTM

    Lua HELP TFS 1.4 MINING SYSTEM

    local rewards = { { item = 8298, count = 1, chance = 50 }, { item = 8299, count = 1, chance = 50 }, { item = 8301, count = 1, chance = 50 }, { item = 8302, count = 1, chance = 50 }, { item = 8303, count = 1, chance = 50 }, { item = 8310, count = 1, chance = 50 }, {...
  19. VagosClubTM

    RevScripts HELP TFS 1.4 SCRIPT CHEST 24HRS

    hello friends I have this script that I wish it could work in TFS 1.4, with revscript. I tried but I could not adapt it if someone could help me it would be great I will leave the base code here thank you very much in advance. local config = { items = { [1] = {2160, 1}, [2] =...
  20. VagosClubTM

    TFS 1.4 HELP SPELL MANA/HEALTH RUNE

    local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_HEALING) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, 0) combat:setParameter(COMBAT_PARAM_TARGETCASTERORTOPMOST, 1) combat:setParameter(COMBAT_PARAM_DISPEL...
Back
Top