Difference between revisions of "VoiceChatChannelInfo"

From SWGANH Wiki
Jump to: navigation, search
Line 38: Line 38:
 
* '''Codes''':
 
* '''Codes''':
 
<pre>
 
<pre>
0: Bid Accepted.
+
 
1: ui_auc:[err_accept_bid_invalid_auctioner]
+
//channelInfoFlags
2: ui_auc:[err_accept_bid_invalid_item]
+
 
3: BLANK
+
channelInfoFlags_None = 0x00
8: [ui_auc:err_accept_bid_not_owner]
+
channelInfoFlags_LeaveChannel = 0x01
10: There are currently no bids on this item
+
channelInfoFlags_AutoJoin = 0x02
15: That auction is complete.  You cannot accept the high bid.
+
channelInfoFlags_ChannelDoesNotExist = 0x04
 +
channelInfoFlags_TargetModerator = 0x08
 +
channelInfoFlags_ForcedShortlist = 0x10
  
 
</pre>
 
</pre>

Revision as of 19:07, 1 January 2014





Server Packet - AcceptAuctionResponseMessage (C58A446E)

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Struct


SHORT Opperand_Count
INT Opcode
LONG ItemID
INT ErrorCode

Variable Descriptions


Opperand_Count = 3

Opcode = C58A446E


  • ItemID:
The ObjectID of the Item on auction whos bid we are accepting.
  • ErrorCode:
An integer used to represent an error if an error occurred, 0 if okay.
  • Codes:

//channelInfoFlags

channelInfoFlags_None = 0x00		
channelInfoFlags_LeaveChannel = 0x01
channelInfoFlags_AutoJoin = 0x02
channelInfoFlags_ChannelDoesNotExist = 0x04
channelInfoFlags_TargetModerator = 0x08
channelInfoFlags_ForcedShortlist = 0x10

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

Bazaar Bazaar related stuff.


Sample Packet

Insert Sample Packet Here...