KrecikOnDexin

Results 76 comments of KrecikOnDexin

Have you get char list? Maybe your client is not targeting localhost(if using localy) https://www.dropbox.com/scl/fi/ose4d2jg8yuntj39hwdl0/13_10_localhost_8080_client.exe?rlkey=0vld2v1lkrlr9p5gku2yt0oie&st=vvwomk7x&dl=0 Can you try use this exe `httpPort = 8080` is required

there is no "passwordType" field the rest was handled by https://github.com/otland/forgottenserver/commit/c519cc6e6f9864e933c8a5a94d20afee538e70de

Probably Lua is still holding references to global variables, and the reload just shadows them. This prevents the reference count from dropping to zero. As long as any reference exists,...

![image](https://github.com/user-attachments/assets/e8ffb15f-db89-4348-a252-0d796a02fab4) looks like it's still broken I had a case where monster, while fleeing, chose a square that was closer to the player then the rest ![image](https://github.com/user-attachments/assets/c34a12fc-6c8e-43e6-b1da-081f2566e7c1)

https://youtu.be/v7s-jcYlbws looks like it's still broken :<

https://github.com/otland/forgottenserver/pull/4875 similar fix

NVM... I'm really surprised by what I saw in https://github.com/otland/forgottenserver/blame/1cfda85bc1f97b99d621010a62ac00567d70ce3b/src/item.cpp#L956 :)

I think there will be no problem, tfs is under gnu license, you can use/change/sell/share code without issue. Shared code must be under gnu license also. You can ready more...