Keychain detachment
I want to add keychain detachment method, and I'm looking for someone to push me in the right direction.
After checking base_gcmessages.proto I think I need to use CMsgModifyItemAttribute
So something like
this._send(Language.ModifyItemAttribute, Protos.CMsgModifyItemAttribute, {
item_id ,
attr_defidx ,
attr_value ,
});
similar to https://github.com/DoctorMcKay/node-globaloffensive/issues/15
Is this correct ?
Also, here https://github.com/DoctorMcKay/node-globaloffensive/issues/15#issuecomment-647001110 @vankxr suggest that you can hook to GC interface.
Is there any documentation how to do that?
For anyone wondering in the future from where this ids come from https://github.com/DoctorMcKay/node-globaloffensive/issues/15#issuecomment-464921488 "114 for sticker in slot 1, 118 for slot 2, 122 for slot 3 and 126"
go here https://raw.githubusercontent.com/SteamDatabase/GameTracking-CS2/master/game/csgo/pak01_dir/scripts/items/items_game.txt search for "sticker slot 0 wear"
looks like 299 is id for "keychain slot 0 id"
You're going in the wrong way
Could you elaborate more? Any information would be highly appreciated