From 437565326a9d422a68377321c0435e9a3e76ab57 Mon Sep 17 00:00:00 2001 From: Ignose Date: Fri, 28 Jun 2024 21:16:15 -0400 Subject: [PATCH] Nevermind --- src/tasks/earlyleveling.ts | 38 -------------------------------------- src/tasks/leveling.ts | 32 +------------------------------- 2 files changed, 1 insertion(+), 69 deletions(-) diff --git a/src/tasks/earlyleveling.ts b/src/tasks/earlyleveling.ts index 7e53184..354ea33 100644 --- a/src/tasks/earlyleveling.ts +++ b/src/tasks/earlyleveling.ts @@ -268,44 +268,6 @@ export const earlyLevelingQuest: Quest = { }, limit: { tries: 2 }, }, - { - name: "Cooler Kramco", - after: ["ReConfigure Trainset"], - prepare: (): void => { - restoreHp(clamp(1000, myMaxhp() / 2, myMaxhp())); - restoreMp(50); - }, - ready: () => getKramcoWandererChance() >= 1.0 && have($familiar`Patriotic Eagle`), - completed: () => getKramcoWandererChance() < 1.0 || !have($item`Kramco Sausage-o-Matic™`), - do: $location`Madness Bakery`, - outfit: () => ({ - ...baseOutfit(), - offhand: $item`Kramco Sausage-o-Matic™`, - familiar: $familiar`Patriotic Eagle`, - }), - combat: new CombatStrategy().macro( - Macro.trySkill($skill`%fn, let's pledge allegiance to a Zone`).trySkill( - $skill`%fn, fire a Red, White and Blue Blast` - ).default - ), - }, - { - name: "Cooler Kramco Part 2", - after: ["Cooler Kramco"], - prepare: (): void => { - restoreHp(clamp(1000, myMaxhp() / 2, myMaxhp())); - restoreMp(50); - }, - ready: () => get("rwbMonster") === $monster`Sausage Goblin`, - completed: () => get("rwbMonsterCount") === 0, - do: $location`Madness Bakery`, - outfit: () => ({ - ...baseOutfit(), - familiar: have($familiar`Melodramedary`) ? $familiar`Melodramedary` : undefined, - }), - combat: new CombatStrategy().macro(Macro.default), - limit: { tries: 2 }, - }, { name: "Kramco", after: ["ReConfigure Trainset"], diff --git a/src/tasks/leveling.ts b/src/tasks/leveling.ts index 8aebd82..7f46a03 100644 --- a/src/tasks/leveling.ts +++ b/src/tasks/leveling.ts @@ -1391,10 +1391,6 @@ export const LevelingQuest: Quest = { ...baseOutfit(), offhand: $item`Kramco Sausage-o-Matic™`, shirt: garbageShirt() ? $item`makeshift garbage shirt` : undefined, - familiar: - have($familiar`Patriotic Eagle`) && !have($effect`Seeing Red, White and Blue`) - ? $familiar`Patriotic Eagle` - : undefined, }), combat: new CombatStrategy().macro(() => Macro.externalIf( @@ -1404,9 +1400,7 @@ export const LevelingQuest: Quest = { (haveFreeBanish() || Array.from(getBanishedMonsters().values()).includes($monster`fluffy bunny`)), Macro.trySkill($skill`Recall Facts: Monster Habitats`) - ) - .trySkill($skill`%fn, fire a Red, White and Blue Blast`) - .default(useCinch()) + ).default(useCinch()) ), post: (): void => { sendAutumnaton(); @@ -1414,30 +1408,6 @@ export const LevelingQuest: Quest = { boomBoxProfit(); }, }, - { - name: "RWB Kramco", - prepare: (): void => { - restoreHp(clamp(1000, myMaxhp() / 2, myMaxhp())); - unbreakableUmbrella(); - garbageShirt(); - [...usefulEffects, ...statEffects].forEach((ef) => tryAcquiringEffect(ef)); - restoreMp(50); - }, - ready: () => get("rwbMonster") === $monster`Sausage Goblin`, - completed: () => get("rwbMonsterCount") === 0, - do: $location`Noob Cave`, - outfit: () => ({ - ...baseOutfit(), - shirt: garbageShirt() ? $item`makeshift garbage shirt` : undefined, - }), - combat: new CombatStrategy().macro(() => Macro.default(useCinch())), - post: (): void => { - sendAutumnaton(); - sellMiscellaneousItems(); - boomBoxProfit(); - }, - limit: { tries: 2 }, - }, { name: "Oliver's Place (Map)", prepare: (): void => {