0x30FF AGENT_GUILD_ENTITY_UPDATE request packet struct

03/19/2019 20:16 SubZero**#1
can any one parse it?
i try and noting work :o
03/19/2019 22:27 B1Q#2
Code:
[S -> C][30FF]
76 B9 A5 00                                       v...............
95 03 00 00                                       ................
0A 00                                             ................
53 4E 4F 57 46 4C 41 4B 45 53                     SNOWFLAKES......
00 00                                             ................
00 00 00 00                                       ................
00 00 00 00                                       ................
00 00 00 00                                       ................
00                                                ................
01                                                ................
edxloader's analyzer
jsro.net's server

int uniqueid (the same one you get from 0x3020/self id)
int guildid (db id i checked on jsro.net's website)
string guildname
string grantName

last byte is guild lvl (not sure)

the rest idk i'll update this after i check
03/23/2019 16:58 SubZero**#3
Quote:
Originally Posted by B1Q View Post
Code:
[S -> C][30FF]
76 B9 A5 00                                       v...............
95 03 00 00                                       ................
0A 00                                             ................
53 4E 4F 57 46 4C 41 4B 45 53                     SNOWFLAKES......
00 00                                             ................
00 00 00 00                                       ................
00 00 00 00                                       ................
00 00 00 00                                       ................
00                                                ................
01                                                ................
edxloader's analyzer
jsro.net's server

int uniqueid (the same one you get from 0x3020/self id)
int guildid (db id i checked on jsro.net's website)
string guildname
string grantName

last byte is guild lvl (not sure)

the rest idk i'll update this after i check
Thank you tested