Difference between revisions of "AuctionQueryHeadersMessage"
From SWGANH Wiki
(→Categories) |
(→Categories) |
||
| Line 101: | Line 101: | ||
==Categories== | ==Categories== | ||
---- | ---- | ||
| + | <pre> | ||
| + | //ok now get the specific itemtype base category is 0x00 40 00 00 | ||
| + | //energy (gas) is 4194305 = 0x00 40 00 01 | ||
| + | //energy (liquid) is 4194306 = 0x00 40 00 02 | ||
| + | //energy (Radioactive) is 4194307 = 0x00 40 00 03 | ||
| + | //energy (solid) is 4194308 = 0x00 40 00 04 | ||
| + | //Inorganic Chemical is 4194309 = 0x00 40 00 05 | ||
| + | //Inorganic Gas is 4194310 = 0x00 40 00 06 | ||
| + | //inorganic mineral is 4194311 = 0x00 40 00 07 | ||
| + | //water is 4194312 = 0x00 40 00 08 | ||
| + | //organic food is 4194313 = 0x00 40 00 09 | ||
| + | //organic Hide is 4194314 = 0x00 40 00 10 | ||
| + | //organic structural is 4194315 = 0x00 40 00 11 | ||
| + | //res container is 4194316 = 0x00 40 00 12 | ||
| + | </pre> | ||
Pease npte : these are the NGE values; sure enough a bitmask | Pease npte : these are the NGE values; sure enough a bitmask | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
Revision as of 10:04, 18 June 2007
Packets - AuctionQueryHeadersMessage
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
Variable DescriptionsOpperand_Count = 14 Opcode = 679E0D00
|
Tags
|
Sample Code
Insert Code Snippet Here...
Sample Packet
Insert Sample Packet Here...
Categories
//ok now get the specific itemtype base category is 0x00 40 00 00 //energy (gas) is 4194305 = 0x00 40 00 01 //energy (liquid) is 4194306 = 0x00 40 00 02 //energy (Radioactive) is 4194307 = 0x00 40 00 03 //energy (solid) is 4194308 = 0x00 40 00 04 //Inorganic Chemical is 4194309 = 0x00 40 00 05 //Inorganic Gas is 4194310 = 0x00 40 00 06 //inorganic mineral is 4194311 = 0x00 40 00 07 //water is 4194312 = 0x00 40 00 08 //organic food is 4194313 = 0x00 40 00 09 //organic Hide is 4194314 = 0x00 40 00 10 //organic structural is 4194315 = 0x00 40 00 11 //res container is 4194316 = 0x00 40 00 12
Pease npte : these are the NGE values; sure enough a bitmask
|
|
|