Jump to content
McKay Development

Recommended Posts

Posted

how to use node-globaloffensive to execute the command and protocol for redeeming items with Stars in the CS2 Armory?

i guess the command like this:

k_EMsgGCCStrike15_v2_ClientRedeemMissionReward = 9209;

and the protocol like this:

message CMsgGCCstrike15_v2_ClientRedeemMissionReward {
    optional uint32 campaign_id = 1;
    optional uint32 redeem_id = 2;
    optional uint32 redeemable_balance = 3;
    optional uint32 expected_cost = 4;
    optional int32 bid_control = 5;
}

but i don't know what's the param's value

i can parse redeem_balance from hello,the type id is 6 and the protocol like this:

message CSOAccountXpShop {
    optional uint32 generation_time = 1;
    optional uint32 redeemable_balance = 2;
    repeated uint32 xp_tracks = 3;
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...