4144
Core Developers-
Content Count
1189 -
Joined
-
Last visited
-
Days Won
124
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by 4144
-
PEEK - Successor to Yommy's Packet Analyzer
4144 replied to Neo-Mind's topic in Client-Side Releases
Structure is same. If no keys, or bpe cant find it, it not add keys at all. you can use 0x0 for all keys. Shuffle packets for this version cant be found. All other informations is same. Try compare format for any file where peek works and to bpe_PacketLengths_20100623.ini- 44 replies
-
- Packet Analyzer
- packet parser
-
(and 2 more)
Tagged with:
-
Can you check same issue on one of latest kro clients? I mean 2017-12 ot 2017-12
-
Zero client not support questid2display.txt at all. I think it using lua files for quests. And if this files removed from grf, will be not quests. 112112113 probably you using quests in grf from main kro client, but it may not works. Or server quest may be missing in quests lua files.
-
PEEK - Successor to Yommy's Packet Analyzer
4144 replied to Neo-Mind's topic in Client-Side Releases
bpe_PacketLengths_20100623.ini this is packets in peek format. Because you asked in peek thread, i think you can undestand this format? If not format like this: ID = LEN- 44 replies
-
- Packet Analyzer
- packet parser
-
(and 2 more)
Tagged with:
-
PEEK - Successor to Yommy's Packet Analyzer
4144 replied to Neo-Mind's topic in Client-Side Releases
@Ernestosee bpe project. It can extract packets for this version, but shuffle packets will be missing because unknown logic how detect it in old clients. Also missing keys. Not remember is 2010-x clients support encryption keys.- 44 replies
-
- Packet Analyzer
- packet parser
-
(and 2 more)
Tagged with:
-
Changed item_db in db/re/ - now I've got errors for about everything.
4144 replied to Dreadbeard's question in General Server Support
see log directory. If it not exists, create it and run server again. -
Changed item_db in db/re/ - now I've got errors for about everything.
4144 replied to Dreadbeard's question in General Server Support
For save you chnages use git. It created specially for contains different versions of files. About your error. You must check only some first errors. All other errors only because you corrupted items db. -
What is the possibles values of 'state' column on 'login' table?
4144 replied to LipESprY's question in General Server Support
if state 0, account not banned if state is non zero, banned. And value (state - 1) will be sent to client in auth error packet. This mean any non zero values only have any meaning for client. -
This is fork of peek packet extractor. Can be downloaded here: https://gitlab.com/4144/peek Changes: For now fixed packets extraction for new clients. Fixed packets extraction if client not have encryption packets (not kro) Known issues: Packet captures not works for new clients.
-
@astralprojection yes hercules support any existing zero clients. But sadly not all versions can be unpacked. For client exe you can see For full client, you can download from gravity zero site. Or use one premade somewhere on rathena forums. For now not all new zero pckets implimented, this mean cant see some new effects.
-
This tool allow extract packets from old clients before 2013 version. For newer versions can be extracted not all packets. Another feature dump some packet related function addresses and create ida pro script file for name this functions. Usage information can found in readme. https://gitlab.com/4144/bpe/ For run bpe need linux or wsl in windows 10. Also need python2 installed.
-
in zero cacheshop probably disabled. somewhere in code by special check. this check probably going from lua or from server flags. Even if cashshop created in client, it invisible for some reason. About roulette not sure, probably it was removed completly?
-
Hercules support all kro clients starting from 2014 to 2017. Missing two very latest clients (2017-12-20 and 2017-12-27) Also hercules support all kro zero clients. Except same two versions missing in main kro clients.
-
in future hercules probably will support more than one script engine based on plugins system. but for now we cant drop existing scripts engine, because old scripts.
-
try upload your exe before and after patching into virustotal. and gave here links.
-
RO Open Setup, v3.2.1.651 - last updated 2024/07/27
4144 replied to Ai4rei's topic in Client-Side Releases
@Beret Nemo change client exe. it may change anything what was coded in patches. But opensetup change registry and local files configurations. -
I think it both need client and server changes
-
Update hercules to latest release or if you prefer old releases, update to 2017.11.19+2 release https://github.com/HerculesWS/Hercules/releases/tag/v2017.11.19%2B2 2017.11.19+2 is same with 2017.11.19 + some fixes.