- Install the .NET Framework 4.6.2 Developer Pack
- Install the .NET Core 1.1+ SDK
- Run
make.bat
- Build with
make.bat
- Run
.\bin\SilverPexer.exe
You can edit .\bin\appsettings.json
to change the following settings :
username
Your username (optional)password
Your password (optional)actionPoints
The amount of action points to use (before to go to sleep)sleepType
The type of place you want to sleep in: forteresse isCamp
, auberge isInn
pathToSleep
The path to the closest inn or camp (used to go to sleep)timeToSleep
The time to sleep in the inn (in hours)goToSleepWhenMessage
To go to sleep when a message is received (true or false)goToSleepWhenPlayer
To go to sleep when another player is spotted (true or false),grabLoot
: To grab the loot on the ground (true or false),levelUp
Stats distribution on level upconstitution
The amount of points to place in constitutionstrength
The amount of points to place in strengthagility
The amount of points to place in agilityintelligence
The amount of points to place in intelligence
spell
The spell number to use for attacking monsters (e.g. Cone de froid image src is systeme/mag17
.gif, hence the value should be 17,0
for swichting to warrior mode)monster
The monster ID to use for attacking monsters (e.g. Leviathan de Corail src is systeme/monster286
.gif, hence the value should be 286)potion
Potion to drinkid
The potion number (e.g. systeme/obj303
.gif is the image for a mana potion, hence the value should be 303)amount
The amount of potions to drinkhits
The amount of hits to do before to drink the amount of potions specified
- Windows 7+
- .NET Framework 4.6.2
- .NET Core 1.1+
- Google Chrome 55+
You can fetch the "feature/unix-support" branch but it only works with .NET Core 1.0 so far and has problems running on Windows.