-
Notifications
You must be signed in to change notification settings - Fork 51
How to use
Gediminas Masaitis edited this page Sep 6, 2016
·
10 revisions
PokeEase was created with user experience in mind, installation being no exception.
- Download your favorite bot. At the moment we support PokeMobBot, as well as NecroBot and it's many forks.
- Make sure your bot is configured to use WebSockets and port
14251
.
- For PokeMobBot:
- Make sure you are running version
2.0.1
or later. Earlier versions are not supported! - Open
Config\config.json
- In section
StartUpSettings
, make sureWebSocketPort
is set to14251
- Make sure you are running version
- For NecroBot:
- Open
Config\config.json
- Make sure
UseWebsocket
is set totrue
. It is set tofalse
by default! - Make sure
WebSocketPort
is set to14251
- Open
- Download PokeEase in one of the following ways:
- Using this direct link to a zip file
- Using git and cloning our repository
- Start your bot of choice
- In your PokeEase folder, run
launch.bat
to launch the GUI in borderless chrome window OR go to foldersrc
, and runPokeEase.html
.
If you notice any bugs, report them on our GitHub issue tracker.
Back to home