• 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 [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...
  2. 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 = ' ...
  3. 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).
  4. 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
  5. 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...
  6. DiegoRulez

    Login scripts [solved]

    TFS 1.2
  7. 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
  8. DiegoRulez

    Lua Shovel in desert floor

    TFS 1.2 With this script, when using shovel in the desert (231) there is a chance to create scarab coins or to summon a scarab. But I would like that when using on floor 231, but that has an action id (which in my case (actionid = 100) would execute the action of opening a hole that would open a...
  9. DiegoRulez

    C++ Effect on stack

    I want to modify a detail in my source (TFS 1.2). I want to leave it as it was before: When using a rune (example: SD - Sudden Death Rune) on someone, this rune must hit everyone who is in the same MQ and not just the target. Does anyone know where and what to change in source to get this...
  10. DiegoRulez

    Gesior 2012 problem

    Can someone help me with Gesior? It creates the account without displaying errors, but the created account does not log in neither the site nor the game. I use TFS 1.2 compiled in Ubuntu 16.04.3. The process I did to install everything you need to run the site was this: apt-get install apache2...
  11. DiegoRulez

    Compiling NPC's speaking on the default channel

    I'm using TFS 1.2 with a downgrade (done by me) to emulate a 7.4 server. I want the speech system with the NPC's to be done in the Default Channel and that it talks to one at a time. Obviously this means not using the NPC Channel. I was able to make the NPC check what the player speaks on the...
  12. DiegoRulez

    Lua Stack Runes / Potions

    I'm trying to create a 7.4 server from a downgrade of TFS 1.2. I would like to know the correct way to prevent runes and potions from being 100x. I do not want them stacked. I have already made attempts in .dat and items.otb and I did not succeed. Any solution?
  13. DiegoRulez

    TFS 1.2 - Lever

    I need a lever that removes 4 magic walls when I press the first time, and it recreates the magic walls when I press again Magic Wall ID = 1497 And a question: In actions.xml which tag should I use? <action actionid="2001" script="quests/lever.lua" /> or action uniqueid="2001"...
  14. DiegoRulez

    [ TFS 1.2 ] Key and Door

    I need to add the key number. function onUse(cid, item, fromPosition, itemEx, toPosition) if item.uid == 1001 then queststatus = getPlayerStorageValue(cid, 1001) if queststatus == -1 then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You have found a morning...
  15. DiegoRulez

    Programmer I'm looking for C ++ programmer

    solved
  16. DiegoRulez

    Programmer Add Modal + Cast

    I'm looking for a programmer who knows how to work with sources. Initially I need to add two functions: 1- Cast System 2- Modal Window System I use OTX 3 for version 7.72 Interested I look for PM in OTLand or Discord: Diego#9020 I want to pay for the service
  17. DiegoRulez

    Compiling Outfits in Source 7.72

    What I am trying to do is add some sprites of version 8.6 and 11x in version 7.72. However there is a code in the source that limits the Outfits that will appear in the selection for you to use. I found some answers in Github of OTX 2 but I could not solve my problem. I'd like a range of 231 to...
  18. DiegoRulez

    Programmer ADD cast system

    I am using OTX 3 based on TFS 1.2, however my server is in version 8.6 in which it does not have the cast system. I'm looking for someone who can implement the cast system in OTX 3 for version 8.6. Cast System should contain: - Delay for chatters - Chat cast opening when using the /cast on...
  19. DiegoRulez

    AAC Shopsystem

    I am using a modified shop system that I found in the forum. I use this because you have the option of filtering the equipment through the vocation (Knight, Mage, Paladin). But he has some mistakes and would like them to be fixed. shopsystem.php Changename does not work The vip delivery is...
  20. DiegoRulez

    Programmer PHP - ShopSystem

    I need a PHP programmer to make two tweaks on a single page for me. The page is the shopsystem and what needs to be done: - Adjust premium account days delivery that is not delivering - Set the containers category that is also not delivering I'll pay for the work. Interested send PM or call...
Back
Top