Category:Igloo Handlers: Difference between revisions

From Club Penguin Protocol
Jump to navigation Jump to search
imported>Arthur
No edit summary
imported>Arthur
No edit summary
Line 6: Line 6:
! scope="col"| Description
! scope="col"| Description
|-
|-
| scope="row" align="center"| '''[[Get Igloo Details]]'''
| scope="row" align="center"| '''[[Get Furniture Inventory]]'''
| align="center"| g#gii
| Retrieves a list of all the furniture, igloos, floor, and locations you have purchased
|-
| scope="row" align="center"| '''[[Get Game Data]]'''
| align="center"| g#ggd
| Retrieves what was last said in the room
|-
| scope="row" align="center"| '''[[Get Active Igloo]]'''
| align="center"| g#gm
| align="center"| g#gm
| Retrieve a player's igloo
| Retrieves the details of a player's active igloo
|-
| scope="row" align="center"| '''[[Buy Igloo Location]]'''
| align="center"| g#aloc
| Purchases an igloo location (if not already owned)
|-
|-
| scope="row" align="center"| '''[[Get Igloo Revision]]'''
| scope="row" align="center"| '''[[Get All Igloo Layouts]]'''
| align="center"| g#gr
| align="center"| g#gail
| Retrieve a list of all open igloos on the server
| Retrieves a list of igloos a player owns (including the igloo type, location, furniture coordinates, etc)
|-
|-
| scope="row" align="center"| '''[[Get Owned Igloos]]'''
| scope="row" align="center"| '''[[Update Igloo Configuration]]'''
| align="center"| g#go
| align="center"| g#uic
| Retrieve player's igloo inventory
| Syncs igloo modifications
|-
|-
| scope="row" align="center"| '''[[Send Igloo]]'''
| scope="row" align="center"| '''[[Buy Furniture]]'''
| align="center"| g#sig
| align="center"| g#af
| Transfer igloo
| Purchases furniture (if furniture is already owned, the amount of that particularly owned furniture increases)
|-
|-
| scope="row" align="center"| '''[[Unlock Igloo]]'''
| scope="row" align="center"| '''[[Buy Floor]]'''
| align="center"| g#or
| align="center"| g#ag
| Unlock igloo
| Purchases flooring
|-
|-
| scope="row" align="center"| '''[[Lock Igloo]]'''
| scope="row" align="center"| '''[[Buy Igloo Type]]'''
| align="center"| g#cr
| align="center"| g#au
| Lock igloo
| Purchases an igloo type (structure)
|-
|-
| scope="row" align="center"| '''[[Get Furniture]]'''
| scope="row" align="center"| '''[[Add Igloo Layout]]'''
| align="center"| g#gf
| align="center"| g#al
| Retrieve owned igloo furniture
| Adds an igloo layout slot
|-
|-
| scope="row" align="center"| '''[[Add Update]]'''
| scope="row" align="center"| '''[[Load Is Player Igloo Open]]'''
| align="center"| g#au
| align="center"| g#pio
| Update igloo type
| Used to determine whether a player's igloo is locked. Sent when another player's playercard is open
|-
| scope="row" align="center"| '''[[Can Like Igloo]]'''
| align="center"| g#cli
| Used to determine whether you can like someone's igloo
|-
| scope="row" align="center"| '''[[Get Igloo List]]'''
| align="center"| g#gr
| Retrieves a list of all the unlocked igloos on the server as well as their like-count
|-
|-
| scope="row" align="center"| '''[[Update Floor]]'''
| scope="row" align="center"| '''[[Update Igloo Slot Summary]]'''
| align="center"| g#ag
| align="center"| g#uiss
| Update igloo floor type
| Sent when you lock or unlock your igloo - used for synchronization
|-
|-
| scope="row" align="center"| '''[[Update Music]]'''
| scope="row" align="center"| '''[[Get Igloo Like By Id]]'''
| align="center"| g#um
| align="center"| g#gili
| Update igloo music
| Retrieves the total amount of likes a player has received
|-
|-
| scope="row" align="center"| '''[[Update Furniture Type]]'''
| scope="row" align="center"| '''[[Like Igloo]]'''
| align="center"| g#ur
| align="center"| g#li
| Update igloo furniture
| Likes a player's igloo
|}
|}


[[Category:Standard Packets]]
[[Category:Standard Packets]]

Revision as of 21:42, 18 October 2014

Requests

Packet Initials Description
Get Furniture Inventory g#gii Retrieves a list of all the furniture, igloos, floor, and locations you have purchased
Get Game Data g#ggd Retrieves what was last said in the room
Get Active Igloo g#gm Retrieves the details of a player's active igloo
Buy Igloo Location g#aloc Purchases an igloo location (if not already owned)
Get All Igloo Layouts g#gail Retrieves a list of igloos a player owns (including the igloo type, location, furniture coordinates, etc)
Update Igloo Configuration g#uic Syncs igloo modifications
Buy Furniture g#af Purchases furniture (if furniture is already owned, the amount of that particularly owned furniture increases)
Buy Floor g#ag Purchases flooring
Buy Igloo Type g#au Purchases an igloo type (structure)
Add Igloo Layout g#al Adds an igloo layout slot
Load Is Player Igloo Open g#pio Used to determine whether a player's igloo is locked. Sent when another player's playercard is open
Can Like Igloo g#cli Used to determine whether you can like someone's igloo
Get Igloo List g#gr Retrieves a list of all the unlocked igloos on the server as well as their like-count
Update Igloo Slot Summary g#uiss Sent when you lock or unlock your igloo - used for synchronization
Get Igloo Like By Id g#gili Retrieves the total amount of likes a player has received
Like Igloo g#li Likes a player's igloo