Skip to content

Commit 2fce0b5

Browse files
committed
SulphurNaguaAIO first commit
Fast fertig alles funktioniert so weit nur paar bugg fixesa müssen noch gemacht werden im bezuge zu potion herstellen
1 parent 1830d39 commit 2fce0b5

2 files changed

Lines changed: 219 additions & 82 deletions

File tree

runelite-client/src/main/java/net/runelite/client/plugins/microbot/SulphurNaguaAIO/SulphurNaguaConfig.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,14 @@ default InventorySetup inventorySetup() {
5252
default int moonlightPotionsMinimum() {
5353
return 2;
5454
}
55+
56+
@ConfigItem(
57+
keyName = "usePiety",
58+
name = "Use Piety?",
59+
description = "When enabled, the bot will also use the Piety prayer during combat.",
60+
position = 4
61+
)
62+
default boolean usePiety() {
63+
return false;
64+
}
5565
}

0 commit comments

Comments
 (0)