Skip to content

Commit

Permalink
Merge branch 'Skua' of https://github.com/BrenoHenrike/Scripts into Skua
Browse files Browse the repository at this point in the history
  • Loading branch information
wtffidy committed Jan 20, 2025
2 parents c818b1c + 333a880 commit 2f311df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
8 changes: 1 addition & 7 deletions Seasonal/LuckyDay/LuckdragonMerge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,7 @@ void findIngredients()
case "Golden Coupon":
Core.FarmingLogger(req.Name, quant);
Core.EquipClass(ClassType.Farm);
Core.RegisterQuests(0000);
while (!Bot.ShouldExit && !Core.CheckInventory(req.Name, quant))
{
Core.HuntMonsterMapID("luckdragon", 2, req.Name, quant, isTemp: false, log: false);
Bot.Wait.ForPickup(req.Name);
}
Core.CancelRegisteredQuests();
Core.HuntMonsterMapID("luckdragon", 2, req.Name, quant, isTemp: false, log: false);
break;

}
Expand Down
8 changes: 4 additions & 4 deletions scripts.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"null"
],
"path": "CoreFarms.cs",
"size": 137387,
"size": 137383,
"fileName": "CoreFarms.cs",
"downloadUrl": "https://raw.githubusercontent.com/BrenoHenrike/Scripts/Skua/CoreFarms.cs"
},
Expand Down Expand Up @@ -4868,7 +4868,7 @@
"evovled void armor"
],
"path": "Nation/Various/EmpoweredNationItem.cs",
"size": 10948,
"size": 11093,
"fileName": "EmpoweredNationItem.cs",
"downloadUrl": "https://raw.githubusercontent.com/BrenoHenrike/Scripts/Skua/Nation/Various/EmpoweredNationItem.cs"
},
Expand Down Expand Up @@ -10746,7 +10746,7 @@
"null"
],
"path": "Seasonal/LuckyDay/LuckdragonMerge.cs",
"size": 3840,
"size": 3555,
"fileName": "LuckdragonMerge.cs",
"downloadUrl": "https://raw.githubusercontent.com/BrenoHenrike/Scripts/Skua/Seasonal/LuckyDay/LuckdragonMerge.cs"
},
Expand Down Expand Up @@ -18810,7 +18810,7 @@
"contract"
],
"path": "Other/MergeShops/DeleuzeTundraMerge.cs",
"size": 5365,
"size": 5366,
"fileName": "DeleuzeTundraMerge.cs",
"downloadUrl": "https://raw.githubusercontent.com/BrenoHenrike/Scripts/Skua/Other/MergeShops/DeleuzeTundraMerge.cs"
},
Expand Down

0 comments on commit 2f311df

Please sign in to comment.