psu_proto: Review and move send_1204 to psu_proto.

This commit is contained in:
Loïc Hoguin 2010-09-26 01:59:40 +02:00
parent 0b497aeae4
commit 9fa78477f0
3 changed files with 8 additions and 7 deletions

View File

@ -277,7 +277,7 @@ event({counter_enter, CounterID, FromZoneID, FromMapID, FromEntryID}, State=#sta
psu_proto:send_0215(0, State2),
psu_proto:send_020c(State2),
psu_game:send_1202(),
psu_game:send_1204(),
psu_proto:send_1204(State2),
psu_game:send_1206(),
psu_game:send_1207(),
psu_game:send_1212(),

View File

@ -183,11 +183,11 @@ area_load(AreaType, IsStart, SetID, OldUser, User, QuestFile, ZoneFile, AreaName
myroom ->
send_1332(),
send_1202(),
send_1204(),
psu_proto:send_1204(State2),
send_1206();
mission ->
send_1202(),
send_1204(),
psu_proto:send_1204(State2),
send_1206(),
send_1207();
_ -> ignore
@ -600,10 +600,6 @@ send_1113(Data) ->
send_1202() ->
send(<< (header(16#1202))/binary, 0:32, 16#10000000:32, 0:64, 16#14000000:32, 0:32 >>).
%% @todo Figure out what this packet does. Seems it's the same values all the time.
send_1204() ->
send(<< (header(16#1204))/binary, 0:32, 16#20000000:32, 0:256 >>).
%% @doc Object events response?
%% @todo Not sure what Value does exactly. It's either 0 or 1.
send_1205(EventID, BlockID, Value) ->

View File

@ -1392,6 +1392,11 @@ send_1022(#egs_user_model{character=#characters{currenthp=HP}}, #state{socket=So
PartyPos = 0,
packet_send(Socket, << 16#10220300:32, 16#ffff:16, 0:144, 16#00011300:32, DestGID:32/little, 0:64, HP:32/little, PartyPos:32/little >>).
%% @todo Always the same value, no idea what it's for.
%% @todo Handle the LID properly.
send_1204(#state{socket=Socket, gid=DestGID}) ->
packet_send(Socket, << 16#12040300:32, 0:160, 16#00011300:32, DestGID:32/little, 0:96, 16#20000000:32, 0:256 >>).
%% @doc Available types handler. Enable all 16 types.
send_1a07(#state{socket=Socket, gid=DestGID, lid=DestLID}) ->
packet_send(Socket, << 16#1a070300:32, DestLID:16/little, 0:144, 16#00011300:32, DestGID:32/little, 0:160,