Giter VIP home page Giter VIP logo

Comments (10)

tjhorner avatar tjhorner commented on July 17, 2024

Notes:

  • candy (3) seems to always be <03, 00, 00>

Will update when I have more data...

from pogoprotos.

Grover-c13 avatar Grover-c13 commented on July 17, 2024

if you pass it into the right type it will work.

from pogoprotos.

tjhorner avatar tjhorner commented on July 17, 2024

if you pass it into the right type it will work.

This is not the goal of this project though. We want to have a correct message here so that people can use it and have the right values.

from pogoprotos.

Lennix avatar Lennix commented on July 17, 2024

You means this?

Response for CatchPokemon { status: 'CATCH_SUCCESS',
captured_pokemon_id: 'REDACTED',
capture_award:
{ activity_type: [ 'ACTIVITY_CATCH_POKEMON' ],
xp: Int32Array { '0': 100 },
candy: Int32Array { '0': 3 },
stardust: Int32Array { '0': 100 } } }

from pogoprotos.

tjhorner avatar tjhorner commented on July 17, 2024

Yes. That doesn't seem to work for me with repeated int32. Is it working for you with this exact proto file?

from pogoprotos.

Lennix avatar Lennix commented on July 17, 2024

Yes, thats with the currect POGOProtos.

For multiple activities (like great throw):

Response for CatchPokemon { status: 'CATCH_SUCCESS',
capture_award:
{ activity_type: [ 'ACTIVITY_CATCH_POKEMON', 'ACTIVITY_CATCH_GREAT_THROW' ],
xp: Int32Array { '0': 100, '1': 50 },
candy: Int32Array { '0': 3, '1': 0 },
stardust: Int32Array { '0': 100, '1': 0 } } }

from pogoprotos.

tjhorner avatar tjhorner commented on July 17, 2024

Odd. What language are you using with this?

from pogoprotos.

Lennix avatar Lennix commented on July 17, 2024

POGOLib C# and pokemon-go-mitm-node (javascript)

from pogoprotos.

Grover-c13 avatar Grover-c13 commented on July 17, 2024

It works for java api too in its current state

from pogoprotos.

mikuso avatar mikuso commented on July 17, 2024

Please see my pull request. I suspect this will fix your problem.

from pogoprotos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.