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

Recent content by DiegoRulez

  1. DiegoRulez

    Lua Xikini's Free Scripting Service TFS 1.4.2

    Thank you very much, it worked perfectly.
  2. DiegoRulez

    Lua Xikini's Free Scripting Service TFS 1.4.2

    Nothing happens when I say, for example, 'sell golden legs'. I mention this because the script is for an 8.0 server where the dialogues are written, there is no 'trade'."
  3. DiegoRulez

    Lua Xikini's Free Scripting Service TFS 1.4.2

    It worked perfectly, thank you. Now, if possible, I would like to change my NPC that buys items from players. In this case, if the player doesn't have item 4444, the NPC should buy the items for half the price listed. But if the player has the item, the NPC should buy for the full price on the...
  4. DiegoRulez

    Lua Xikini's Free Scripting Service TFS 1.4.2

    giveItems a nil value - Line 14 Is it possible to enhance the code to deliver directly to the player's account: outfits, addons, mounts, and premium account?
  5. DiegoRulez

    Lua Xikini's Free Scripting Service TFS 1.4.2

    Hello, I would like a script (action) that, when the item is clicked, it disappears and gives the player some other items. Also, if possible, add days of premium account directly to the player’s account who used the item. All necessary checks must be included: check if the player has the...
  6. DiegoRulez

    Lua Xikini's Free Scripting Service TFS 1.4.2

    Thank you for your last script! @Xikini Now I am having issues with a specific part of a POI script (known as holy tibe). If possible, I would like to ask for that part to be redone. How it works: If the player has an item, they can step on a specific SQM; if they don't have the item, they...
  7. DiegoRulez

    Lua Xikini's Free Scripting Service TFS 1.4.2

    A script so that when the item is equipped it adds 1000 points to the total capacity, but when the item is unequipped the capacity that the added item has is removed
  8. DiegoRulez

    Roulette System

    @Xikini Excellent system, but there is a point to be urgently improved. When a player clicks on the lever he can log out, with that the roulette stops but the player does not win the prize. My suggestion is that the player cannot log out until he receives the item. The detail explained by...
  9. DiegoRulez

    8.60 TFS 0.4 spellpack with correct damages

    Please reupload.
  10. DiegoRulez

    Lua [TFS 1x +[ NPC Storage

    No errors displayed on console
  11. DiegoRulez

    Lua [TFS 1x +[ NPC Storage

    Did not work :\
  12. DiegoRulez

    Lua [TFS 1x +[ NPC Storage

    How to make the NPC only talk to whoever has the 38765 storage, and talk to whoever doesn't have the following message: You didn't do the quest local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function...
  13. DiegoRulez

    Lua Xikini's Free Scripting Service TFS 1.3

    The last script also worked perfectly, thanks. @Xikini I would like the NPC to check if the player has a premium account. If you don't have it, follow the list price. If you do, buy the items for 20% more NPC (default): local keywordHandler = KeywordHandler:new() local npcHandler =...
  14. DiegoRulez

    Lua Xikini's Free Scripting Service TFS 1.3

    Thanks for the last script. @Xikini Create a damage formula for each vocation. My general idea is that sorcerers have more damage than druids. My script (default): local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT...
  15. DiegoRulez

    Lua [TFS 1.3] Free Scripting Service 📝

    Edit solved
Back
Top