Skip to content

Commit

Permalink
Added support for 02F7 package (guild_name)
Browse files Browse the repository at this point in the history
  • Loading branch information
ya4ept committed Dec 14, 2024
1 parent 99ef6b0 commit 7df70db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Network/Receive/ServerType0.pm
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ sub new {
'02EF' => ['font', 'a4 v', [qw(ID fontID)]],
'02F0' => ['progress_bar', 'V2', [qw(color time)]],
'02F2' => ['progress_bar_stop'],
'02F7' => ['guild_name', 'a4 a4 V C a4 Z24 a4', [qw(guildID emblemID mode is_master interSID guildName master_char_id)]], #47
'040C' => ['local_broadcast', 'v a4 v4 Z*', [qw(len color font_type font_size font_align font_y message)]], #TODO: PACKET_ZC_BROADCAST3
'043D' => ['skill_post_delay', 'v V', [qw(ID time)]],
'043E' => ['skill_post_delaylist', 'v a*', [qw(len skill_list)]],
Expand Down
1 change: 1 addition & 0 deletions src/Network/Receive/kRO/Sakexe_0.pm
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ sub new {
'02EF' => ['font', 'a4 v', [qw(ID fontID)]], # 8
'02F0' => ['progress_bar', 'V2', [qw(color time)]],
'02F2' => ['progress_bar_stop'],
'02F7' => ['guild_name', 'a4 a4 V C a4 Z24 a4', [qw(guildID emblemID mode is_master interSID guildName master_char_id)]], #47
'040C' => ['local_broadcast', 'v a4 v4 Z*', [qw(len color font_type font_size font_align font_y message)]], # -1
'043D' => ['skill_post_delay', 'v V', [qw(ID time)]],
'043E' => ['skill_post_delaylist', 'v a*', [qw(len skill_list)]],
Expand Down

0 comments on commit 7df70db

Please sign in to comment.