Skip to content

Commit

Permalink
Guru Chest broke af > spend 1.8m gold
Browse files Browse the repository at this point in the history
  • Loading branch information
wtffidy committed Nov 6, 2024
1 parent fa02238 commit aa3d8f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
3 changes: 1 addition & 2 deletions Nation/MergeShops/DirtlickersMerge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ void findIngredients()
break;

case "Pink Star Diamond of Nulgath":
Core.EquipClass(ClassType.Farm);
Core.HuntMonster("guru", "Guru Chest", req.Name, quant, false);
Adv.BuyItem("tercessuinotlim", 1951, "Pink Star Diamond of Nulgath");
break;

case "Musgravite of Nulgath":
Expand Down
10 changes: 1 addition & 9 deletions Nation/Various/Archfiend.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,7 @@ public void AbyssalContract()

Nation.FarmUni13(3);

if (!Core.CheckInventory("Pink Star Diamond of Nulgath"))
{
if (Bot.Player.Gold >= 2000000)
{
Core.BuyItem("tercessuinotlim", 1951, "Receipt of Swindle", 6);
Core.BuyItem("tercessuinotlim", 1951, "Pink Star Diamond of Nulgath");
}
else Core.HuntMonster("guru", "Guru Chest", "Pink Star Diamond of Nulgath", 1, false);
}
Adv.BuyItem("tercessuinotlim", 1951, "Pink Star Diamond of Nulgath");

Core.HuntMonster("mercutio", "Mercutio", "Immortal Joe's Black Star", 1, false);

Expand Down
4 changes: 2 additions & 2 deletions Nation/Various/EnchantedNulgathNationHouse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ public void GetENNH()
}
Bot.Drops.Pickup("Nulgath Nation House");
}

Core.HuntMonster("guru", "Guru Chest", "Pink Star Diamond of Nulgath", 1, false);
Adv.BuyItem("tercessuinotlim", 1951, "Pink Star Diamond of Nulgath");
Core.HuntMonster("timelibrary", "Ancient Chest", "Musgravite of Nulgath", 2, false);
Adv.BuyItem("archportal", 1211, "Enchanted Nulgath Nation House");
}
Expand Down
4 changes: 2 additions & 2 deletions Templates/Examples/ItemGathering/EmptyTemplate[Basics].cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ public void ScriptMain(IScriptInterface Bot)
public void Example(bool TestMode = false)
{
//Test Stuff Below here


Adv.BuyItem("tercessuinotlim", 1951, "Pink Star Diamond of Nulgath");
// Core.HuntMonster("guru", "Guru Chest", "Pink Star Diamond of Nulgath", isTemp: false);

//Test Stuff Above here

Expand Down

0 comments on commit aa3d8f3

Please sign in to comment.