• 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!

Recent content by matheusjp2

  1. M

    TFS 1.X+ Help new inventory slot TFS 1.3 and OTClient

    I did it when I move an item in the slot the image disappears but it is there
  2. M

    MyAAC v1.0

    I use it in the name, but it is a number, is there a way to change it to be manual?
  3. M

    MyAAC v1.0

    hi Where do I activate it to create an account only using USE_ACCOUNT_NUMBER?
  4. M

    Crash addevent 1.2 8.0

    Segmentation fault (core dumped) 1738282487 Bom fiz a correção na 1.x é necessário fazer uma verificação em todos parâmetros cid:getId() exemplo: if isCreature(parameters.cid:getId()) then estranho demais haha
  5. M

    Crash addevent 1.2 8.0

    Logs : 0x00007f06e8000080 in ?? () (gdb) call g_game.saveGameState(13) Attempt to extract a component of a value that is not a structure. (gdb) bt full #0 0x00007f06e8000080 in ?? () No symbol table info available. #1 0x000055ada9f86600 in Combat::getCombatDamage(Creature*, Creature*) const...
  6. M

    edit talkactions x.y transform

    up
  7. M

    edit talkactions x.y transform

    Is it possible to add a time to change clothes? He always changes clothes and it still has no effect. changes clothes too quickly
  8. M

    Feature [TFS 1.4] OTS statistics (C++/Lua/SQL) by kondra

    it is due to the size of the file it was saving in 30 in 30 seconds I'll try to put it in hours
  9. M

    Feature [TFS 1.4] OTS statistics (C++/Lua/SQL) by kondra

    @Gesior.pl I'm testing in otx the result is very cool, a doubt is there a way to disable it? or put hours in hours I also noticed that it doesn't show the amount of players online, it's always 0 [9/7/2023 19:49:58] Thread: 1 Cpu usage: 1.23292% Idle: 98.9552% Other: -0.188133% Players online: 0...
  10. M

    Onkill otx2

    I made a change and it seems to have worked. 1687636797 local saga = { ['raditz saga'] = {setStorageValue = 2, getStorageValue = 1, rewards = { {"exp", 10000} }}, ['monkey'] = {setStorageValue = 4, getStorageValue = 3, rewards = { {"item", 2160, 100}, {"exp", 20000} }}, ['gregory'] =...
  11. M

    Onkill otx2

    both do not give to storage 1687621483 now does not receive any messages, nor does it change anyone's storage
  12. M

    Onkill otx2

    this occurs when there are a lot of people attacking
  13. M

    Onkill otx2

    A small problem is occurring, when there is a group of 10 people killing the same monster sometimes it does not set the storage and ends up leaving the team behind script. local saga = { ['raditz saga'] = {setStorageValue = 2, rewards = { {"exp", 10000} }}, ['monkey'] = {setStorageValue =...
Back
Top