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

    TFS 1.X+ OTClientV8 in game shop empty window - TFS 1.5 Nekiro downgrade 7.72

    Hi, kinda embarrassed because it was working at some point of the development but now its not and i spent several days trying to get it working but its not. First of all i have raised network limit and everything that was covered here TFS 1.X+ - TFS 1.5 - Downgrade Nekiro 7.72 - Add in-game...
  2. J

    TFS 1.X+ TFS 1.5 772 downgrade + OTclientV8 unhandled opcode 128

    Hi im using TFS 1.5 Nekiro's downgrade 772. I uncommented source code for the addons, replaced outfits in ObjectBuilder in 772 from 854. Edited features.lua in Otcv8 if(version >= 770) then g_game.enableFeature(GamePlayerAddons) g_game.enableFeature(GameLooktypeU16)...
  3. J

    TFS 1.X+ TFS 1.5 772 nekiro's downgrade - bigger packet size and Otcv8 features causing server crash on login

    Hi, i was trying to edit sources to increasing packet size and also sending otcv8 features to client. This commit: OTCv8 detection, custom features packet, bigget packet size and bug f… · OTCv8/forgottenserver@2839d4d...
  4. J

    TFS 1.X+ ModalWindow not executing functions

    Hi, Im using Nekiro's latest tfs 7.72 downgrade and im trying out modal windows. I have ModalWindowHelper i tried several code examples that i could find here but it just wont works. Modal window will show up but when i click on the button nothing happens. Tested with otclientv8 and otclient...
  5. J

    RevScripts Server wont load lua scripts with revscript spell (Nekiro's TFS 1.5 7.72 downgrade)

    Hi im trying to use LUA to make spells and monsters instead of XML. Monsters are working fine but i cant figure out how to run the spell. So i tried the default example from repo in data/scripts/spells/example.lua But server wont start it just get stuck for few seconds on Loading lua scripts...
  6. J

    TFS 1.X+ Most of GM commands not Working (TFS 1.5 Nekiro's 772 Downgrade)

    Hi, just want to ask if someone is experiencing similar ingame behaviour. I have GM character with group_id set to 6, game shows player as God but the commands that actually works are: goto, up, down, /a Others commands are simply not working - no output to game chat or server console. I want...
  7. J

    TFS 1.X+ TFS 1.3 Item Description (abilities) not showing

    Hello i just pulled latest TFS from github and implemented ItemAbilities via Lua V2. Everything works fine no errors, abilities are working correctly but i cant see those special abilities when i look on Item. I tried multiple abilities but there was no description. 19:10 You see a magic sword...
  8. J

    C++ Slowly dying monsters (OTHire 0.0.3) [Solved]

    Hi. If i kill a creature its dying very slowly till the corpse is created. If im using spell that is attacking the monsters at screen, sometimes its also targeting a dying monsters and it looks weird. Also they dont die at the same time. Using OTHire 0.0.3 distro.
  9. J

    C++ OTHire 0.0.3 stairs exhaust

    Hello. I want to remove exhaust when youre jumping on stairs. There is no such variable in config.lua. I tried checking the source in spells.cpp but i dont know what should i look for. Please help.
  10. J

    Magic wall dissapear with field underneath it

    Hello. Is it possible to change the magic wall so it dissapear just when the field underneath it is dissapearing? For example fire field poison etc.
  11. J

    Exevo gran mas pox (same dmg to players and monsters)

    Hello. I want to ask if its possible to make the spell exevo gran mas pox immune to --how much % of the total damage players actually receive when attacked by other players? --Old Tibia has this in 100% pvp_damage = 50 I want the same damage to monsters and players but only for this spell. I...
  12. J

    Lua Promotion doesn't work [Solved]

    Hello. Im using 7.72 OTHire distro version 0.0.3 and i have an issue with promotion. On previous version 0.0.2 it worked just fine. Both NPC or through talkaction script. Now i keep getting the same error with isPromoted() function. Lua Script Error: [TalkAction Interface]...
  13. J

    Lua [solved] NPC buying problem

    Hello. I created a lua script for buying weapons and ammunition. Problem is that, if player ask for crossbow he gets a bow, because word crossbow contains a 'bow'. Is there any way to check only for full (exact) word and not just a part of it ? Here is my code...
  14. J

    Lua [Solved] NpcSystem. Shop doesnt give money after taking an item.

    Hello. Im using 7.72 OThire distro. In npc/scripts/lib/npcsystem/ is located a lua file called modules.lua with implemented functions for shopping. I created my own NPC using those functions in npcsystem. Everything works fine but player does not get a money for an item that he sold. Here is...
  15. J

    Lua Talkaction promote script. Problem with LUA function [solved]

    Hello. Im trying to make a talkaction script to promote players on 7.72. Im using a OTHire distro located here: https://otland.net/threads/7-72-othire-0-0-1b-based-in-otserv-trunk-latest.212153/ When im trying to use lua function setPlayerPromotionLevel() the server console keep spamming...
Back
Top