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

    TFS 0.X Unexpected Crash

    This happened after a clean server. Dont know how to reproduce
  2. potinho

    TFS 0.X Armor that increases Energy damage

    Yes, remember to register it in movements. With this configuration, you're increasing magic damage by 50%.
  3. potinho

    TFS 0.X Armor that increases Energy damage

    Take a look in possible atributes to use in items.xml. I guess those are compatible with our version. https://otland.net/threads/tfs-0-3-2-all-possible-item-attributes-full-list-how-to-for-other-tfss.32081/ I have an armor who increase magic percent +15% and ML +4, thats how item attribute...
  4. potinho

    Lua [TFS 0.X] Auction System (Trade OFF) - Bug charges

    Good afternoon folks,I have a trade off system that is connected to a web page but I saw a bug: if I try to sell an item with charges (stone skin amulet for example), if I put the item up for sale and remove it from the list, it just comes back with a charge, the same happens if a player buys an...
  5. potinho

    TFS 0.X Unexpected Crash

    up
  6. potinho

    TFS 0.X Unexpected Crash

    Too many custom things, money spent on this engine, 4 years working on this. Worked perfectly over then an year without crash, i believe there's just few things to make it perfect
  7. potinho

    TFS 0.X Best connection settings?

    Dont know if the best, but seems to work for me: sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 mysqlReconnectionAttempts = 3 packetsPerSecond = 200
  8. potinho

    TFS 0.X Unexpected Crash

    Hello guys, everything good? My server has had no crash problems for over a year, but today I had one and I am not able to interpret the generated GDB. Could you help me to fix it? #6 ServiceManager::run (this=0x7fff81299fd0) at server.cpp:249 it = {px = 0x5599ac4a6310, pn = {pi_ =...
  9. potinho

    OTCV8 fatal error (Android)

    Yes, i used otclient_gl.exe --encrypt --android to encrypt all files, including Windows. After that, i was able to use in Android and Windows.
  10. potinho

    OTClient Extended Item Editor

    But works with non-extended sprites.
  11. potinho

    OTClient Extended Item Editor

    Does anyone have an item editor to work with extended sprites? Tried from this repo but not working for me (my protocol is 7.6):Releases · ottools/ItemEditor (https://github.com/ottools/ItemEditor/releases). After put this signatures on config file, i've got this error: I've tried this...
  12. potinho

    OTClient Resize Outfits

    Hum ok, thanks for answer.
  13. potinho

    OTClient Resize Outfits

    Hello guys, I tried using some tools but still without success. A colleague shared some outfits with me (I really liked them) but they seem to be too big, I would like to reduce the size of these outfits a little, could someone indicate a method to do this? This is an example. I would like...
  14. potinho

    Lua after SS, server offline in otservlist

    Players are able to login in server? U tested telnet in IP and 7171 port? Checked if you're not banned from otservlist?
  15. potinho

    OTClient Exp Analyzer Button and Reset Button

    I dont use this module anymore, using bot module. But try this, i guess it will work:
  16. potinho

    Lua [TFS 0.X] NPC - Correct doRemoveMoney

    @lursky helped me, thanks for atention and patience, follow solution: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  17. potinho

    Lua [TFS 0.X] NPC - Correct doRemoveMoney

    Same error: 2023-08-15 13:41:54 - [Error - NpcScript Interface] 2023-08-15 13:41:54 - (Unknown script file) 2023-08-15 13:41:54 - Description: 2023-08-15 13:41:54 - attempt to call a nil value 2023-08-15 13:41:54 - stack traceback: 2023-08-15 13:41:54 - 2023-08-15 13:41:54 - [Error -...
  18. potinho

    Lua [TFS 0.X] NPC - Correct doRemoveMoney

    tried to put this way but got an error: if msgcontains(msg, 'offer') then selfSay('Here you can buy the following training items: {training sword}, {training axe}, {training club}, {training bow}, {training rod}, and {training wand}.', cid) elseif msgcontains(msg...
  19. potinho

    Lua [TFS 0.X] NPC - Correct doRemoveMoney

    It's not quite what I'm looking for. If you look at the original script, it doesn't use the money grab function itself (for example if I had all the money in gold coin it would say I don't have any money). I would like to change this NPC's payment method to the correct function, I believe it is...
Back
Top