mehah / otclient

An alternative tibia client for otserv written in C++20 and Lua, made with a modular system that uses lua scripts for ingame interface and functionality, making otclient flexible and easy to customize
Other
263 stars 206 forks source link

Login in corpse after death #831

Closed leoddias closed 3 months ago

leoddias commented 3 months ago

Priority

Medium

Area

What happened?

Sometimes when you die, you relog in your dead corpse. branch main otclient_x64_AgIMa0X7Ov

What OS are you seeing the problem on?

Windows

Code of Conduct

kokekanon commented 3 months ago

I think it's more of a canary problem, because in tfs (otland) 13.10 I can't reproduce that.

luanluciano93 commented 3 months ago
leoddias commented 3 months ago

@luanluciano93

Canary - Main Branch - 13.32 No errors in OTC Log.

leoddias commented 3 months ago

@kokekanon could be something with canary+otclient... but.... it dont happens in cipclient.

client_-_127 0 0 1_JPUmhDmi8s

kokekanon commented 3 months ago

as i said the error is in canary not in otclient

delete this if : "otclientV8 > 0" and work

https://github.com/opentibiabr/canary/blob/main/src/server/network/protocol/protocolgame.cpp#L927

https://github.com/user-attachments/assets/22146d42-c82a-4951-8667-cf33ca04d5a5

PR FIX in canary : https://github.com/opentibiabr/canary/pull/2776

leoddias commented 3 months ago

@kokekanon PR: https://github.com/opentibiabr/canary/pull/2776 Tested and approved in Canary and Client OTC Meha - Version 13.32 - main branch