• 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. 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.
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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 }, {...
  9. 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] =...
  10. 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...
  11. VagosClubTM

    Lua HELP ERROR TFS 1.4 ACTION MANA RUNE

    Hi friends, I have this mana rune script, I need it to be used in the protection zone and that it cannot be used in another user since when using it in another user it takes out a white skull as if you were attacking, it would be of great help thanks . I'll leave the code here function...
  12. VagosClubTM

    Lua HELP TFS 1.4 NPC CHRISTMAS TOKEN

    Hello friends I would like to know if you have or can modify this script so that I can trade objects for a specific currency that can be configured. I will leave the npc script. thank you very much in advance <3 local keywordHandler = KeywordHandler:new() local npcHandler =...
  13. VagosClubTM

    RevScripts TFS 1.4 HELP Tax system

    Hello friends, I would like to know if it is possible or if there is a tax system, my intention is to put a king or president on my server which determines the taxes by means of commands, and that these are charged every 1 hour to the players online (for have houses and residence) or perhaps not...
  14. VagosClubTM

    RevScripts TFS 1.4 HELP portal requesting level

    Hello friends, I am looking for a script to be able to use portals with levels, that is, if you do not have a certain level, example 200, the portal will not let you pass and you will not be able to go to the area. TFS 1.4
  15. VagosClubTM

    Lua tfs 1.4 Random Monster Skins

    Hello friends, I need to know if anyone has a mana rune script, I need it to request a vocation to be used and without a level limit. but if of magic level. Also if a transformation rune is possible, which changes your appearance for a few seconds (1200) and that can be configured so that every...
  16. VagosClubTM

    C++ bug experience when climbing more than 3 or 4 levels

    Bug experience when going up more than 3 or 4 levels killing any creature, if you go hunting and go up more than 3 or 4 levels the experience bar stays stuck and does not advance and you must necessarily exit and enter the game again to raise your bar. what could cause this? i am using tfs 1.4...
  17. VagosClubTM

    Lua TFS 1.4 Script Item that bursts Please

    good friend I am requesting this script more than anything because I am migrating from 7.6 xml to TFS 1.4 760 as well and I need some scripts that it is impossible for me to develop them for now, it would be helpful if you help me with this. Well more than anything I request that item 2140 and...
  18. H

    Looting monster delay

    Hi, Im a long term fan of the community but havent really done/contributed much so i thought i'd start with this. I am just poking around trying to setup something to play myself and possibly host later down the line. One thing that is bothering may playing on latest TFS with OtClientV8 is that...
  19. P

    Custom spell with backward direction

    Hi guys, I found the idea to create new spell which area will be always behind the character, it is almost simple copy of exori min but area need to be behind the character. The problem is that when i change the direction property to 0 or -1 area are in the line of character. Could you give me...
  20. .Smile

    TalkAction /adm to turn GOD, / player to turn PLAYER

    Hello everyone, I am currently a beginner in programming and I am developing a Server, and one of the difficulties I had was to have to alternate between 2 Characters one PLAYER and the other GOD to test some things. It is a very simple script, and in the future I intend to improve it. What...
Back
Top