Skip to content

Commit

Permalink
Add daily and reputation farming methods to MemberFarm class
Browse files Browse the repository at this point in the history
  • Loading branch information
PUNK3DAF committed Feb 14, 2025
1 parent 5dd28df commit 6db88e6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Other/FarmJoeKits/1MemberFarmsKit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ public class MemberFarm
private IScriptInterface Bot => IScriptInterface.Instance;
private CoreBots Core => CoreBots.Instance;
private CoreAdvanced Adv = new();
private CoreFarms Farm = new();
private CoreDailies Daily = new();
private CoreNation Nation = new();
private CoreSDKA SDKA = new();
private TrobbolierPet Trobbolier = new();
Expand Down Expand Up @@ -202,6 +204,13 @@ public void DoAll()
return;
}

//Dailies
Daily.DeathKnightLord();
Daily.MonthlyTreasureChestKeys();
Daily.WheelofDoom();
Daily.FreeDailyBoost();
Daily.BeastMasterChallenge();

//Core Farm
SDKA.DoAll();
Core.ToBank(SDKA.SDKAItems);
Expand Down Expand Up @@ -251,6 +260,10 @@ public void DoAll()
ChronoAssassin.GetChronoAss();
Core.ToBank("Chrono Assassin");

//Reputations
Farm.BeastMasterREP();
Farm.SkyguardREP();

//Deadfly.BuyAllMerge();
//GonnaGetcha.BuyAllMerge();
//Oddities.BuyAllMerge();
Expand Down

0 comments on commit 6db88e6

Please sign in to comment.