• 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. Felipe93

    OTCV8 UPDATER TIME OUT

    Hello im trying to configure the auto updater from otcv8 this is my updater.php placed in var/www/html/api/updater.php <?php // CONFIG $files_dir = "/var/www/html/files"; $files_url = "http://139.162.189.30/var/www/html/files"; $files_and_dirs = array("init.lua", "data", "modules", "layouts")...
  2. Felipe93

    C++ adapt multiworld system for tfs 1.5

    Hello I'm tryin to add multiworld to my tfs 1.5 Multiworld system by aurelion5670 · Pull Request #929 · opentibiabr/otservbr-global-archived (https://github.com/opentibiabr/otservbr-global-archived/pull/929) i added every commit manually because of the differences among the codes im having few...
  3. Felipe93

    TFS 1.X+ Kawill and pydar storage bless problem or might be something else.

    Hello, As title say, I'm having trouble making these NPCs work. Please help. Kawill bless code -- Kawill Blessing local blessKeyword = keywordHandler:addKeyword({'spark of the phoenix'}, StdModule.say, {npcHandler = npcHandler, text = 'The Spark of the Phoenix is given by me and by the great...
  4. Felipe93

    Solved attempt to compare string with number, while try to get 1 bless

    Hello the blessings in my server are working ok if i get the five bless at once. but they wont work if i want to get them one by one(like in rl) i've took this code from the ORTS and added it into my server which is tfs 1.5 -- Spiritual Shielding local blessKeyword =...
  5. Felipe93

    TFS 1.X+ buy only 1 bless errors in console

    Hello I'm having problem buying 1 bless i use tfs 8.0 downgraded by nekiro dofile('data/npc/lib/npcsystem/greeting.lua') local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions...
  6. Felipe93

    TFS 1.X+ re spawn monster if it's out of it's spawn range / spawn size

    Hello I'm trying to make monsters re-spawn if they are outside of their spawn range / spawn size this is the main code made for tfs 0.4 void Monster::onThink(uint32_t interval) { Creature::onThink(interval); if(despawn()) { if(spawn) {...
  7. Felipe93

    Solved Which or where is is the code or file c++ in charge of re-spawn monsters after death?

    Hello Can somebody please help me with this, I need to know Which or where is the code or file c++ in charge of re-spawn monsters after death? In tfs 1.5 i have scrub up something maybe in sources files because i've checked my config.lua file and my spawn.xml file and everything seems to be...
  8. Felipe93

    TFS 1.X+ Bug/problem open hole in sand if there is splash in the spot

    Hello I have an issue an is the following if the player want to open a hole in sand it's not possible if there's is a splash on spot where the hole should appear. so player have to wait till the splash dissapears in order to open the hole how i can fix this? As you can see there's not...
  9. Felipe93

    C++ convert c++ overspawn code for tfs 1.5

    Hello i found this c++ code for tfs 0.4 in this thread https://otland.net/threads/tfs-0-4-overspawn-monsters-like-old-tibia.275933/ void Monster::onThink(uint32_t interval) { Creature::onThink(interval); if(despawn()) { if(spawn) {...
  10. Felipe93

    TFS 1.X+ Promotion is not being added to player in spite npcs recognize this player as promoted

    Hello I was cheking promotion in my server it's not working. I took promotion and the npc removed my money and said this 22:59 Blex [20]: hail king 22:59 Stutch: HAIL TO THE KING! 22:59 King Tibianus: I greet there, my loyal subject. 22:59 Harsky: HAIL TO THE KING! 22:59 Blex [20]: promotion...
  11. Felipe93

    How to delete top health bar otclientv8

    Hello I'm trying in options.lua to remove these top health bars. but can't figure it out i had to re-add them in order to fix the client but now i can't delete them i use otcv8
  12. Felipe93

    Lua getThingfromPos tfs 1.5 problem error in console

    Lua Script Error: [Action Interface] data/actions/scripts/abwaspbrigde.lua:onUse data/actions/scripts/abwaspbrigde.lua:22: attempt to call global 'getThingFromPos' (a nil value) stack traceback: [C]: in function 'getThingFromPos' data/actions/scripts/abwaspbrigde.lua:22: in...
  13. Felipe93

    TFS 1.X+ [tfs 1.5 downgrded by nekiro]Npc reply to everyone even while they're busy with another playe

    How do I do if I want that NPC only interact with one player at a time? By now everyone can talk to npc even is the npc is already busy talking to another player. @mano368 maybe do you know, or have seen this before? Lua: 19:08 GM Ratx [37]: hi 19:08 Lily: Welcome, GM Ratx. 19:08 Testi [7]: hi...
  14. Felipe93

    [otcv8] not saving hotkey or changes made in settings

    I'm using otclientv8 and i noticed that it saves minimap but it does not saves hotkets or changes made inside settings has somebody had this problem? please tell me how to fix
  15. Felipe93

    Solved Problem with npcs Downgraded tfs 1.5 7.72 - default channel problem

    Hello The downgraded tfs 1.5 7.72 has a critical bug. related to npc talk system. In this version npcs and players interact via default channel so all what the npcs says must be visible to all the player. in this distribution, something is broken might be npc libraries, or in npc.cpp or...
  16. Felipe93

    TFS 1.X+ Strange issue with Npcs messages - tfs 1.5 7,72 [npc libraries by nekiro]

    Hello I have a very strange error in my npcs files and the error is the following: Others players can't see what npcs replies while is talking to a player. The problem here is that my server is 7.72 so players does not talk in npcs channels the chat in main default channel here is an example...
  17. Felipe93

    raids problem tfs 1.5

    I have problem with my raid scripts im receiving this message [Error - Raid::loadFromXml] In file (data/raids/testraid.xml), eventNode: areaspawn [Error - Raid::loadFromXml] Failed to load data/raids/abdendrielWolfattack.xml: Start-end tags mismatch Line 26: </raid> ^ [Error -...
  18. Felipe93

    [OTCV8] minimized inventory like in cipsoft client

    Hello I want to adapt the minimized inventory, in order to display the things that cipsoft client displays when the inventory is minimized I know an otclient that has this working, and it has been released in here: Tibia - OTClient 7.4 with Real Tibia features...
  19. Felipe93

    Solved npc spell seller ex: galuna, wont sell spells

    Hello I use tfs 1.5 I'm trying to make npcs that sells spells works, the problem is that I'not getting any errors in console the npc reply to hi bye and if a certain vocation that is not in the array want to get an spell the noc replys that only sells spells to paladins but when a paladn...
  20. Felipe93

    OTClient how to start otcv8client with enter game box turned off

    How to start otcv9 with the entergame box / windows turned off? in client_entergame.otui EnterGameWindow id: enterGame @onEnter: EnterGame.doLogin() tried changing to EnterGameWindow id: enterGame @onEnter: EnterGame.hide() and also tried in entergame.otmod Module name...
Back
Top