You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
I love Telegram. Would others think if it will be useful to expand telegram commands. For instance, /transfer, /evolve, /favorite, /unfavorite and /luckyegg. What I found out was that you can use both pokemon go app and botting it at same time as long as you don't spin pokestop and catch any in your app. you can transfer and evolve.
/transfer all:iv90:level20:cp100 //transfer all where iv<90 and level<20 and cp<100
/transfer dratini:iv90:level20:cp100 //transfer dratini where iv<90 and level <20 and cp<100
/transfer dratini:iv90:level20 //transfer dratini where iv<90 and level < 20
/transfer dratini:iv90 //transfer dratini where iv<90
/transfer dratini:level20 //transfer dratini where level<20
Same to /evolve, /favorite, and /unfavorite. /evolve and /favorite will have reversed logic "<" to ">=".
For /luckyegg, two parameters will be added. "count" and "use". "count" will return number of pokemons can be evolved. "use" means use luckyegg to evolve. For instance,
/luckyegg count //returns number of pokemons can be evolved
/luckyegg use //use lucky egg and evolve all!
The text was updated successfully, but these errors were encountered:
I love Telegram. Would others think if it will be useful to expand telegram commands. For instance, /transfer, /evolve, /favorite, /unfavorite and /luckyegg. What I found out was that you can use both pokemon go app and botting it at same time as long as you don't spin pokestop and catch any in your app. you can transfer and evolve.
/transfer all:iv90:level20:cp100 //transfer all where iv<90 and level<20 and cp<100
/transfer dratini:iv90:level20:cp100 //transfer dratini where iv<90 and level <20 and cp<100
/transfer dratini:iv90:level20 //transfer dratini where iv<90 and level < 20
/transfer dratini:iv90 //transfer dratini where iv<90
/transfer dratini:level20 //transfer dratini where level<20
Same to /evolve, /favorite, and /unfavorite. /evolve and /favorite will have reversed logic "<" to ">=".
For /luckyegg, two parameters will be added. "count" and "use". "count" will return number of pokemons can be evolved. "use" means use luckyegg to evolve. For instance,
/luckyegg count //returns number of pokemons can be evolved
/luckyegg use //use lucky egg and evolve all!
The text was updated successfully, but these errors were encountered: