Buy Floor: Difference between revisions
Jump to navigation
Jump to search
imported>Arthur Created page with "{{Stub}} Category:Igloo Handlers" |
imported>Lisured No edit summary |
||
Line 1: | Line 1: | ||
{{Stub}} | {{Stub}} | ||
This packet is sent by a client to the server when client wants to purchase a [[clubpenguinwiki:Igloo Flooring|Igloo Flooring]]. In response client will receive ''ag'' packet containing id of floor and some other number {{investigate}}. | |||
== Structure == | |||
{| class="wikitable" | |||
| Client-side | |||
| {{Packet|%xt%s%g#ag%'''room_id'''%'''floor_id'''%}} | |||
|- | |||
| Server-side | |||
| {{Packet|%xt%ag%'''room_id'''%'''floor_id'''%176%'''player_id'''%}} | |||
|} | |||
All floors can be found in [http://cdn.clubpenguin.com/play/en/web_service/game_configs/igloo_floors.json igloo_floors.json]. | |||
[[Category:Igloo Handlers]] | [[Category:Igloo Handlers]] |
Latest revision as of 00:44, 16 November 2014
![]() |
Stub This article is a stub. You can help us by expanding it. |
This packet is sent by a client to the server when client wants to purchase a Igloo Flooring. In response client will receive ag packet containing id of floor and some other number Needs to be investigated..
Structure
Client-side | %xt%s%g#ag%room_id%floor_id%
|
Server-side | %xt%ag%room_id%floor_id%176%player_id%
|
All floors can be found in igloo_floors.json.