1. Copy your current Thief Action.
2. Change the short name to superthief
3. Change the title to Super Thief!
4. Change the file location to action.superthief.php & if you have an image for it.
5. Open action.thief.php and save it as action.superthief.php
6. Locate:
// Process their chance of failure.
$failure = 50;
Change to:
// Process their chance of failure.
$failure = 0;
Locate: $random = rand(0, 100);
Change to: $random = rand(1, 100);
Save and upload.
|