- /*
- MMMM
- MMMMMMM
- MMMMMMMMM
- MMMMMMMMMMMMM
- MMMMMMMMMMMMMMM
- MMMMMMMMMMMMMMMMMMM
- MMMMMMMMMMMMMMMMMMMMMM
- MMMMMMMMMMMMMMMMMMMMMMMMM
- MMMMMMMMMMMMMMMMMMMMMMMMMMM
- MMMMMMMMMMMMMMMMMMMMMMMMMMMMM
- MMMMMMMMMMMMMMMMMMMMMMMMMMMMM
- MMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
- MMMMMM $MMMMMMMMMMMMMMM$ MMMMM
- MMMMMM MMMMMMMMMMMMM .MMMMM
- MMMMMM MMMMMMMMM. .MMMMM __________ .__ __ __ __ _________ .__ __
- MMMMMM MMMMMMM MMMMMM \______ \| | _____ | | __/ \ / \ / _____/ ____ _______ |__|______ _/ |_ ______
- MMMMMMMM. . MMMMM .MMMMMMMM | | _/| | \__ \ | |/ /\ \/\/ / \_____ \ _/ ___\\_ __ \| |\____ \\ __\/ ___/
- MMMMMMMMMMMMMMMMMMMMMMMMMMM | | \| |__ / __ \_| < \ / / \\ \___ | | \/| || |_> >| | \___ \
- MMMMMMMMMMMMMMMMMMMMMMMMM |______ /|____/(____ /|__|_ \ \__/\ / /_______ / \___ >|__| |__|| __/ |__| /____ >
- MMMMMMMMMMMMMMMMMMMMMMM \/ \/ \/ \/ \/ \/ |__| \/
- MMMMMMMMMMMMMMMMMMM RELOADED
- MMMMMMMMMMMMMMM
- MMMMMMMM
- +-+-+-+-+-+-+ <><><><><><><>
- | Important | [ Important ]
- +-+-+-+-+-+-+ <><><><><><><>
- Before you run the script read the script post/page info and RBPSetup.
- Found a bug or error? Report it here: http://scripts.blakw.com/index.php/support-helpdesk/
- Need support? Visit: http://scripts.blakw.com/index.php/support-helpdesk/
- Have an outdated version? Request the latest one here: http://scripts.blakw.com/index.php/request-new-copy
- Visit our forums: http://scripts.blakw.com/index.php/forum/index
- Disable all persistents while editing values here or you will get a lot of errors!
- +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
- | User configurable settings |
- +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
- +-+-+-+-+-+-+-+-+-+-+-+-+
- | Backpack Settings |
- +-+-+-+-+-+-+-+-+-+-+-+-+
- */
- //Name of Main backpack:
- string mainBp = ("Backpack Of Holding");
- //Name of loot backpack:
- string lootBp = ("Blue Backpack");
- //Name of supplies backpack:
- string supBp = ("Green Backpack");
- //Name of gold backpack:
- string goldBp = ("Golden Backpack");
- /*
- +-+-+-+-+-+-+-+-+-+-+-+-+
- | Depot Settings |
- +-+-+-+-+-+-+-+-+-+-+-+-+
- */
- //Name of backpack inside depot box with multiple backpacks inside for loot:
- string mainDpBp = ("Red Backpack");
- //Id of stackable items to deposit:
- int[] stackables = {0, 3029, 3061, 238, 236, 237};
- //Id of non-stackable items to deposit:
- int[] nonStackables = {0, 823, 8043, 815, 8083, 3297, 9666, 3049, 3098, 8050, 9303};
- /*
- +-+-+-+-+-+-+-+-+-+-+-+-+
- | Supplies Settings |
- +-+-+-+-+-+-+-+-+-+-+-+-+
- */
- //Name of mana potion to use:
- string nameManaPot = ("mana potion");
- //Maximum amount of mana potions to carry:
- int maxManaPot = 1000;
- //Minimum amount of mana potions to carry:
- int minManaPot = 230;
- //Name of health potion to use:
- string nameHealthPot = ("ultimate health potion");
- //Maximum amount of health potions to carry:
- int maxHealthPot = 100;
- //Minimum amount of health potions to carry:
- int minHealthPot = 20;
- //Minimum amount of capacity (cap):
- int minCapacity = 100;
- /*
- +-+-+-+-+-+-+-+-+-+-+-+-+
- | Bank Settings |
- +-+-+-+-+-+-+-+-+-+-+-+-+
- */
- //Price of single mana potion:
- int priceManaPot = 50;
- //Price of single health potion:
- int priceHealthPot = 310;
- //Extra amount to withdraw (for trips and others):
- int extraCash = 2000;
- /*
- +-+-+-+-+-+-+-+-+-+-+-+-+
- | Extra Settings |
- +-+-+-+-+-+-+-+-+-+-+-+-+
- */
- //Minimun amount of Worn Soft Boots to go repair:
- int minWornSbCount = 1;
- //Server type (PVP or OPT-PVP):
- string serverType = ("PVP");
- /*
- +-+-+-+-+-+-+-+-+-+-+-+-+
- | Waypoint Options |
- +-+-+-+-+-+-+-+-+-+-+-+-+
- */
- //Go direct to lower floor (levitate mode):
- string directLow = ("no");
- //Go to lower floor:
- string lowerFloor = ("no");
- //Stay on lower floor (considering no direct lower floor option):
- string stayLowerFloor = ("no");
- //To stay on top floor only just disable all options.
- /*-------------------------------------------------------------------------------------------------------------------------------------------
- -- BlakW Scripts / 2010 - 2012 Visit: www.BlakW.com --
- -------------------------------------------------------------------------------------------------------------------------------------------*/