4144
Core Developers-
Content Count
1189 -
Joined
-
Last visited
-
Days Won
124
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by 4144
-
In lines like | SQL_ERROR == SQL->StmtBindColumn(stmt, 0, SQLDT_UINT, &p->woe_statistics.top_damage, 0, NULL, NULL) you should replace 0 to field size what you using for example line it should be like this: | SQL_ERROR == SQL->StmtBindColumn(stmt, 0, SQLDT_UINT, &p->woe_statistics.top_damage, sizeof p->woe_statistics.top_damage, NULL, NULL) do same for other fields
-
This patch will not works anymore. Because new clients using new quests packets, same like zero clients.
-
New packets for in my pull request, but now merged too. Probably you looking wrong branch, see master branch.
-
Search packets in hercules. But nemo may not works yet with this client.
-
@melv0 private servers i think will works fine. For kro need use windows vm for login. And only test server will works (ragexeRE)
-
In screenshot i see "ar ROP'". I mean this string.
-
@Dream Catcher can you show whole string under cursor? I cant find it in msgstringtable. Probably issue in this string.
-
sadly no, zero clients impossible to unpack.
-
Hercules support all or most zero clients, even version what cant be unpacked. Support some new zero client packets. But for now we not adding special skills or stats or what ever related to zero. Also exists some issues with some packets, because long standing pull requests still not merged.
-
yes
-
@WhiteEagle This green message from msgstringtable. If you using hercules, you can disable information about players on server.
-
I need to know closed client versions where crash exists and not exists. Because i cant test X button by self, it not present in wine.
-
red code show call skill on PLAYER. this is not mob. this is your error.
-
then yes this is your issue. you cast player to mob. and calling mod skill on player. memory corruption is hercules issue, but normally no one call mob skill on player.
-
you using any plugins or mods? if yes, try on clean hercules. error mostly mean memory corruption, but it not say where and why. In windows i not sure what exists any simple way to debug this.
-
2018-02-13aRagexeRE: clif_obfuscation #ERROR
4144 replied to ZelosAvalon's question in Client-Side Support
wrong forum? look like your screen from rathena. I think for now rathena not add latest clients packets. Wait a bit or poke some devs. -
@OmarAcero you can get any old kro version and use rsu to update it.
-
it show error in lua files.
-
dont change packet encryption in client at all. in hercules select correct packet version. and rebuild server. also in conf set if you changed packet_obfuscation: 2