//2 - Clear all vines and unlock hidden city area.
openStage(346, "The Hidden Apartment Building");
openStage(347, "The Hidden Hospital");
openStage(348, "The Hidden Office Building");
openStage(349, "The Hidden Bowling Alley");
openStage(350, "Unlocked Ziggurat");
void openStage(int shrineSnarfblat, string locationName) {
if (contains_text(visit_url("place.php?whichplace=hiddencity"), locationName)) {
return;
}
equip($slot[weapon], $item[antique machete]);
bumAdv(to_location(shrineSnarfblat), (my_path() == "Way of the Surprising Fist") ? "" : "-weapon, ", "", "1 choiceadv", "Opening "+locationName, "-");
}
set_property("choiceAdventure791", "1");
case $stat[Moxie] : cli_execute("maximize "+max_bees+" beeosity, mainstat "+maxMainstat+" max, "+(my_path() == "Way of the Surprising Fist"[COLOR="#FF0000"] || have_skill($skill[Tricky Knifework]) [/COLOR]? " " : " -melee ") + ((bcasc_AllowML) ? "" : "-10 ml") + " +moxie experience +0.5 mp regen min +0.5 mp regen max, .5 hp, "+maxme); break;[code]Similar change in 702 and 7590
Using this let's the Frankly Mr. Shank be equipped. Not best solution, but start to better one?
Suggestion for line 715?Code:case $stat[Moxie] : cli_execute("maximize "+max_bees+" beeosity, mainstat "+maxMainstat+" max, "+(my_path() == "Way of the Surprising Fist"[COLOR="#FF0000"] || have_skill($skill[Tricky Knifework]) [/COLOR]? " " : " -melee ") + ((bcasc_AllowML) ? "" : "-10 ml") + " +moxie experience +0.5 mp regen min +0.5 mp regen max, .5 hp, "+maxme); break;[code]Similar change in 702 and 7590 Using this let's the Frankly Mr. Shank be equipped. Not best solution, but start to better one?[/QUOTE] Is there anything that tracks 'knife' weapons in Mafia currently? If so, the better solution is probably to make a FReq to allow maximizing based on weapon type, since there are club bonuses, sword bonuses, knife bonuses, etc...
Using 1 "I Love Me, Vol. I"...
Finished using 1 "I Love Me, Vol. I".
You acquire an item: "2 Love Me, Vol. 2"
You lose 338 hit points
Using 1 "2 Love Me, Vol. 2"...
Finished using 1 "2 Love Me, Vol. 2".
Encounter: Another Errand I Mean Quest
BCC: Preparing Booze (Have 0 SCC and 0 ACC)
You are currently in a choice.
Encounter: Another Errand I Mean Quest
BCC: Maximizing '5 elemental damage, +equip bloodied surgical dungarees, +equip surgical apron, +equip half-size scalpel, +equip head mirror, +equip surgical mask, '
Maximizing...
456 combinations checked, best score 2,172.00 (FAIL)
Wielding happiness...
Equipment changed.
Putting on Ultracolor™ shirt...
Equipment changed.
Putting on Danglin' Chad's loincloth...
Equipment changed.
Putting on Mudflap-Girl Ring...
Equipment changed.
Putting on Ring of the Sewer Snake...
Equipment changed.
Unable to meet all requirements via equipment changes.
See the Modifier Maximizer for further suggestions.
BCC: Maximizing '5 elemental damage, +equip bloodied surgical dungarees, +equip surgical apron, +equip half-size scalpel, +equip head mirror, +equip surgical mask, '
Maximizing...
456 combinations checked, best score 2,172.00 (FAIL)
Unable to meet all requirements via equipment changes.
See the Modifier Maximizer for further suggestions.
BCC: Maximizing '5 elemental damage, +equip bloodied surgical dungarees, +equip surgical apron, +equip half-size scalpel, +equip head mirror, +equip surgical mask, '
Maximizing...
456 combinations checked, best score 2,172.00 (FAIL)
Unable to meet all requirements via equipment changes.
See the Modifier Maximizer for further suggestions.
ANd just for completeness: The relay script can be found in the relay browser, up to the right when launching the browser is a drop down menu with your currently installed relay scripts. Use the one called something like "bumcheekrelay" (can't remember the actual name atm) and you will get presented with a long list of options for settings you can tweak.