dota2 icon indicating copy to clipboard operation
dota2 copied to clipboard

🐸 Python package for interacting with Dota 2 Game Coordinator

Results 35 dota2 issues
Sort by recently updated
recently updated
newest added

See https://github.com/ValvePython/dota2/pull/24#issuecomment-277550687

enhancement

Recently, I find these 2 errors as soon as I start a private lobby. It is not stopping the normal execution of the program. ``` [2016-12-05 23:08:49,646] ERROR Failed to...

enhancement

https://github.com/ValvePython/dota2/blob/eb8d814b6404448a0fe40f2ebb37e020cac0edda/dota2/msg.py#L46

enhancement

- [x] update find_proto function with EGCBaseMsg enum; - [x] invite to party; - [x] kick from party; - [x] respond party invite; - [x] leave party; - [x] set...

- [x] parse SO related messages from gc - [x] manage SOs state - [x] create - [x] update - [x] destroy - [x] cache subscribe/unsubscribe - [ ] track...

enhancement
WIP

Hello. how can I get the match result and end match event when I lunch the current lobby into a game?

hello everyone, what is unsupported type error? ``` Unsupported type: 2013 Unsupported type: 2014 Unsupported type: 2015 Unsupported type: 2016 ``` for example

I've tried to obtain match details using `EMsgGCMatchDetailsRequest` message but it seems like `EMsgGCMatchDetailsResponse` does not has any info regarding player purchases during the game, how much gold he earned...

I'm not very good at programming, I don't know if your project can be a plug-in for the emulator below, so that it can play dota2 offline. https://gitlab.com/Mr_Goldberg/goldberg_emulator

I have an issue with creating a small web application whuch will wait for request with profile id and return it's profile card, but it seems like jobs and events...

question