Jerzy Skalski
Jerzy Skalski
Can anyone test if it draws properly Minotaur Archer or Cobra on 10.96+ protocols? I tried to export outfits to PNG, but OTC crashed, because it thinks that these outfits...
@Riverlance It was bug in cipsoft files or someone made custom server files with bug? I get files bugged from someone on otland from client 'Unbreaking Tibia 10.00' or something.
Code to limit hotkey (not packets per second of whole client). In source **src\framework\luafunctions.cpp** add new function (we need high precision time in LUA): ``` g_lua.bindGlobalFunction("timeMillis", []() { return (int)...
@iryont 1. Why A* executes so long? On server it executes findPath very often and it all goes in main thread of server without any lag. Is it because there...
> @gerotib can test #474 ? @dudantas It removes stash support from market. Is it a requested fix? I think that after fix, it should be possible to create Market...
@dudantas What problem of `some problems of not saving the player`? Looks like pure waste of CPU and making server lag for no reason. Why server should save player after...
> after for example 2 minutes, person A dies, and respawn in temple but person B is still soulfired, > so almost instantly person A gets skull even after she...
**If someone got a minute:** 1. change it 2. test if installer still works 3. make pull request Refactoring in Gesior is around.. zero, so these lines is not a...
@infister It's not duplicate, but my posts and branch fix this issue and other issues related to 'decay system': https://github.com/gesior/forgottenserver/commits/2641_new_decay_algorithm
Tested this with: https://github.com/otland/forgottenserver/pull/2918/files This change made 'dead rat' decay at house after server restart. This issue can be closed.