Hi all,
a small table for this game.
Instructions:
go to a dungeon, mark all cheats. kill something. Go back to town and deactivate the "No Damage" cheat. Enter the tavern, and let your characters sleep. Use the cheapest sleeping place. Each round of sleep gives the chosen character one levelup, So you'll sit a while with this. I suggest using the keyboard, so hit A-F-L lots of times.
Or you write a small AutoIt Script for that task, something like that:
Code: Select all
Sleep(3000) ; gives us 3 seconds to activate the game after starting the script
For $i = 1 to 50
send("a")
Sleep(30)
send("f")
Sleep(30)
send("l")
Sleep(30)
Next
Features:
No Damage
always max gold after changing
max XP at every change
Prevent Status-Change of Characters
No Item-Decrease in shop when buying
have fun,
Marc

