Skip to content

Commit

Permalink
used killmon instead of hunt
Browse files Browse the repository at this point in the history
  • Loading branch information
wtffidy committed Nov 12, 2024
1 parent 441efb6 commit 7518e0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Nation/CoreNation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,8 @@ public void BambloozevsDrudgen(string? item = null, int quant = 1, bool KeepVouc
Core.RegisterQuests(RegisteredQuests.Distinct().ToArray());
while (!Bot.ShouldExit && !Core.CheckInventory(item, quant))
{
Core.HuntMonster("evilmarsh", "Tainted Elemental", log: false);
Core.KillMonster("evilmarsh", "End", "Left", "Tainted Elemental", log: false);
Bot.Sleep(500);

if (item != "Voucher of Nulgath" && sellMemVoucher == true && Core.CheckInventory("Voucher of Nulgath"))
{
Expand Down

0 comments on commit 7518e0d

Please sign in to comment.