• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. _Aion_

    OTClient Shop Module

    Hello. Someone can help solve this problem? I'm trying create a market with "diamond". But i have this error. this is my init from shop.lua function init() connect(g_game, { onGameEnd = hide }) connect(g_game, 'onTextMessage', onConfirmBought) shopWindow = g_ui.displayUI('shop'...
  2. _Aion_

    TFS 0.X Crash Log

    Alright. Now i will try solution for imput values. Thanks for all 😊😊
  3. _Aion_

    TFS 0.X Crash Log

    It was as if the market was disabled, it appears only to view the design. I believe the problem is in the function you removed, she was responsible for sending the information and it crashed
  4. _Aion_

    TFS 0.X Crash Log

    Nothing came up, it's like I didn't call the function, although the market appears, select the items and click on "sell". But it doesn't happen
  5. _Aion_

    TFS 0.X Crash Log

    Work's, is system of one old poketibia server that be release, but have this bugs. In version official are fixed this EDIT: dont works and no crash. @esigma94
  6. _Aion_

    TFS 0.X Crash Log

    Give this error and cant add item on market, but stop crashes. Error: seglist2 contains improper amount of segments (0). Error: seglist2 contains improper amount of segments (0). Error: seglist2 contains improper amount of segments (0). Error: seglist2 contains improper amount of segments (0)...
  7. _Aion_

    TFS 0.X Crash Log

    https://pastebin.com/2pMG6LHJ
  8. _Aion_

    TFS 0.X Crash Log

    Thread 2 "theforgottenser" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7ffff2642700 (LWP 2886)] 0x00007ffff5820464 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 (gdb) bt full #0 0x00007ffff5820464 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 No symbol table info...
  9. _Aion_

    TFS 0.X Crash Log

    I same code, only put this std::cout << "seglist2[0]: " << seglist2[0] << std::endl; std::cout << "seglist2[1]: " << seglist2[1] << std::endl; if(isNumbers(seglist2[1])){ item->setAttribute(seglist2[0], atoi(seglist2[1].c_str())); in every...
  10. _Aion_

    TFS 0.X Crash Log

    seglist2[0]: poke seglist2[1]: Mewtwo seglist2[0]: poke seglist2[1]: Mewtwo seglist2[0]: ball seglist2[1]: poke seglist2[0]: ball seglist2[1]: poke seglist2[0]: reverseIcon seglist2[1]: poke seglist2[0]: reverseIcon seglist2[1]: poke seglist2[0]: happy seglist2[1]: 255 seglist2[0]: hp...
  11. _Aion_

    TFS 0.X Crash Log

    I just click on "market" and dumped
  12. _Aion_

    TFS 0.X Crash Log

    Thanks. I Will try EDIT: add new value seglist2[0]: poke seglist2[1]: Mewtwo seglist2[0]: poke seglist2[1]: Mewtwo seglist2[0]: ball seglist2[1]: poke seglist2[0]: ball seglist2[1]: poke seglist2[0]: reverseIcon seglist2[1]: poke seglist2[0]: reverseIcon seglist2[1]: poke seglist2[0]: happy...
  13. _Aion_

    TFS 0.X Crash Log

    This is my 3621 protocolgame.cpp if(std::isdigit(atoi((char*)seglist2[1].c_str())) || atoi((char*)seglist2[1].c_str()) >= 1){ item->setAttribute(seglist2[0], atoi((char*)seglist2[1].c_str())); Can you fix this for me? codes are in pastebin on first post
  14. _Aion_

    I need to make my client 8.60 with extended sprites

    Scan Take. Old client with effects uint_16
  15. _Aion_

    TFS 0.X Crash Log

    BT FULL 0x00007ffff5820464 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 (gdb) bt full #0 0x00007ffff5820464 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 No symbol table info available. #1 0x00000000005b43a8 in atoi (__nptr=<optimized out>) at /usr/include/stdlib.h:280 No locals. #2...
  16. _Aion_

    TFS 0.X Crash Log

    Hello. I'm trying put system market on my server. But i have this bug. ProtocolGame::sendMarketBrowseOwnOffers (this=<optimized out>, buyOffers=..., sellOffers=...) at protocolgame.cpp:3621 test2 = <incomplete type> segment2 = "mo" seglist2 = std::vector of length 1...
  17. _Aion_

    Client 10.35 - Limit Effects

    Hi, I'm looking for a way to break the 10.35 client effects limit. I will open a custom server and I need effects above 255, something I've seen here on the forum, but it is for old client 8.60. Does anyone know how I can break that limit and unlock it? without having to use OTC. Thank you.
  18. _Aion_

    Custom LIB

    This is not it, it was one that we just need to put in the "lib" folder on the server and reload or I don't remember if it was in globalevents, I remember it was something simple, it was just to implement and reload.
  19. _Aion_

    Custom LIB

    I'm looking for an old lib, I saw it more or less between 2010-2013 here on the forum. it was a lib that when it was active, it showed all the functions that was being executed at the moment in real time, I don't remember who the author was or what the area was, I just remember it was here in...
  20. _Aion_

    C++ Double Frags For Some Players

    I Want make an system that some players, have "frags to redskull * 2) i made this in sourcer, but are global... how i made only for some players? uint32_t d = g_config.getNumber(ConfigManager::RED_DAILY_LIMIT), w = g_config.getNumber( ConfigManager::RED_WEEKLY_LIMIT), m =...
Back
Top