Skip to content

Commit

Permalink
move story to aproraite folder, and updated naming structure
Browse files Browse the repository at this point in the history
  • Loading branch information
wtffidy committed Jan 20, 2025
1 parent c1f18a5 commit 1391e36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void ScriptMain(IScriptInterface Bot)

public void BuyAllMerge(string? buyOnlyThis = null, mergeOptionsEnum? buyMode = null)
{
DT.deleuzetundra();
DT.DeleuzeTundra();
//Only edit the map and shopID here
Adv.StartBuyAllMerge("deleuzetundra", 2520, findIngredients, buyOnlyThis, buyMode: buyMode);

Expand All @@ -69,7 +69,7 @@ void findIngredients()
case "Geode of Oblivion":
Core.FarmingLogger(req.Name, quant);
Core.EquipClass(ClassType.Farm);
Core.RegisterQuests(0000);
Core.RegisterQuests(10033);
while (!Bot.ShouldExit && !Core.CheckInventory(req.Name, quant))
{
Core.EquipClass(ClassType.Farm);
Expand Down
4 changes: 2 additions & 2 deletions Story/DeleuzeTundra.cs → Story/Nation/DeleuzeTundra.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ public void ScriptMain(IScriptInterface bot)
{
Core.SetOptions();

deleuzetundra();
DeleuzeTundra();

Core.SetOptions(false);
}

public void deleuzetundra()
public void DeleuzeTundra()
{
if (Core.isCompletedBefore(10031))
return;
Expand Down

0 comments on commit 1391e36

Please sign in to comment.