• 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. 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...
  2. 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
  3. 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...
  4. DiegoRulez

    8.60 TFS 0.4 spellpack with correct damages

    Please reupload.
  5. DiegoRulez

    Lua [TFS 1x +[ NPC Storage

    No errors displayed on console
  6. DiegoRulez

    Lua [TFS 1x +[ NPC Storage

    Did not work :\
  7. 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...
  8. 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 =...
  9. 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...
  10. DiegoRulez

    Lua [TFS 1.3] Free Scripting Service 📝

    Edit solved
  11. DiegoRulez

    Lua Xikini's Free Scripting Service TFS 1.3

    Hello, I would like a script made in movements. The player can only pass through the floor if it has storage X Thanks
  12. DiegoRulez

    Scripter Free TFS (1.X) scripts - post your ideas

    Event "Castle 24hrs" for TFS 1.3? ;)
  13. DiegoRulez

    [LUA] Convert Small Script

    I would like this script to be converted so I can use it in my TFS 1.3 with Znote AAC. Table: znote_accounts Column: points local function doPlayerAddPremiumPoints(cid, count) db.query('UPDATE accounts SET znote_accounts = znote_accounts+'.. count ..' WHERE id = ' ...
  14. DiegoRulez

    Programmer C++ and Otclient

    I'm looking for someone who makes adjustments to my client, and minor adaptations in a source (TFS 1.2). If you do one of the things and have interest please contact by PM or discord> Diego#9020 Obviously this is a proposal of paid work (freelance).
  15. DiegoRulez

    Programmer TFS 1.x Programming Services

    I just hired an adjustment service in my source with Nekiro. The price was very low, did a great service and was also very quick. For me it was very expensive just because I am Brazilian and a very low currency, but it has nothing to do with the professional in question. I recommend.
  16. DiegoRulez

    Programmer PAYDJOB WEB (PHP + CSS)

    I'm looking for a PHP programmer who also knows how to work well with CSS. The reason for the search is to fix an error that I have in the Gesior AAC menu and the creation of some pages for it. Discord > Diego#9020
  17. DiegoRulez

    Talkactions Teleport

    Using gotopos requires me to open the map and keep getting the positions, it's very time consuming. And no, do not iridar give conflict because the uniqids I use only once
  18. DiegoRulez

    Talkactions Teleport

    TFS 1.2 I do not know if it is possible, but I would like a teleport talkactions. I would like to teleport to the uniqIDs of the server. My server has many quests, and I need to test one by one, this will only speed up my task. Would you like something like /tp 2031 Where 2031 = uniqid...
  19. DiegoRulez

    Login scripts [solved]

    TFS 1.2
  20. DiegoRulez

    Lever for quest

    TFS 1.2 I need a script on the lever that when squeezing the lever remove some walls from one place and create some walls somewhere else. Clicking on the lever again will reverse the first click. This is for this quest: Set at 2:15 min
Back
Top