Skip to content

Commit

Permalink
Fixed missing StoneyTomb (Borega#21)
Browse files Browse the repository at this point in the history
* Update Amazon.js

* Update Assassin.js

* Update Barbarian.js

* Update Druid.js

* Update Necromancer.js

* Update Paladin.js
  • Loading branch information
iriFiri authored Apr 16, 2021
1 parent cf0eb0a commit 2e974d3
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
4 changes: 3 additions & 1 deletion kolbot/libs/config/Amazon.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ function LoadConfig() {
Scripts.Cows = false;

// *** act 2 ***
Scripts.StonyTomb = false;
Config.StonyTomb.ClearType = 0; // 0xF = skip normal, 0x7 = champions/bosses, 0 = all
Scripts.Radament = false;
Scripts.Coldworm = false;
Config.Coldworm.KillBeetleburst = false;
Expand Down Expand Up @@ -663,4 +665,4 @@ function LoadConfig() {
Config.AutoBuild.DebugMode = true; // Debug mode prints a little more information to console and
// logs activity to /logs/AutoBuild.CharacterName._MM_DD_YYYY.log
// It automatically enables Config.AutoBuild.Verbose
}
}
4 changes: 3 additions & 1 deletion kolbot/libs/config/Assassin.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ function LoadConfig() {
Scripts.Cows = false;

// *** act 2 ***
Scripts.StonyTomb = false;
Config.StonyTomb.ClearType = 0; // 0xF = skip normal, 0x7 = champions/bosses, 0 = all
Scripts.Radament = false;
Scripts.Coldworm = false;
Config.Coldworm.KillBeetleburst = false;
Expand Down Expand Up @@ -671,4 +673,4 @@ function LoadConfig() {
Config.AutoBuild.DebugMode = true; // Debug mode prints a little more information to console and
// logs activity to /logs/AutoBuild.CharacterName._MM_DD_YYYY.log
// It automatically enables Config.AutoBuild.Verbose
}
}
4 changes: 3 additions & 1 deletion kolbot/libs/config/Barbarian.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ function LoadConfig() {
Scripts.Cows = false;

// *** act 2 ***
Scripts.StonyTomb = false;
Config.StonyTomb.ClearType = 0; // 0xF = skip normal, 0x7 = champions/bosses, 0 = all
Scripts.Radament = false;
Scripts.Coldworm = false;
Config.Coldworm.KillBeetleburst = false;
Expand Down Expand Up @@ -656,4 +658,4 @@ function LoadConfig() {
Config.AutoBuild.DebugMode = true; // Debug mode prints a little more information to console and
// logs activity to /logs/AutoBuild.CharacterName._MM_DD_YYYY.log
// It automatically enables Config.AutoBuild.Verbose
}
}
2 changes: 2 additions & 0 deletions kolbot/libs/config/Druid.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ function LoadConfig() {
Scripts.Cows = false;

// *** act 2 ***
Scripts.StonyTomb = false;
Config.StonyTomb.ClearType = 0; // 0xF = skip normal, 0x7 = champions/bosses, 0 = all
Scripts.Radament = false;
Scripts.Coldworm = false;
Config.Coldworm.KillBeetleburst = false;
Expand Down
4 changes: 3 additions & 1 deletion kolbot/libs/config/Necromancer.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ function LoadConfig() {
Scripts.Cows = false;

// *** act 2 ***
Scripts.StonyTomb = false;
Config.StonyTomb.ClearType = 0; // 0xF = skip normal, 0x7 = champions/bosses, 0 = all
Scripts.Radament = false;
Scripts.Coldworm = false;
Config.Coldworm.KillBeetleburst = false;
Expand Down Expand Up @@ -673,4 +675,4 @@ function LoadConfig() {
Config.AutoBuild.DebugMode = true; // Debug mode prints a little more information to console and
// logs activity to /logs/AutoBuild.CharacterName._MM_DD_YYYY.log
// It automatically enables Config.AutoBuild.Verbose
}
}
4 changes: 3 additions & 1 deletion kolbot/libs/config/Paladin.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ function LoadConfig() {
Scripts.Cows = false;

// *** act 2 ***
Scripts.StonyTomb = false;
Config.StonyTomb.ClearType = 0; // 0xF = skip normal, 0x7 = champions/bosses, 0 = all
Scripts.Radament = false;
Scripts.Coldworm = false;
Config.Coldworm.KillBeetleburst = false;
Expand Down Expand Up @@ -663,4 +665,4 @@ function LoadConfig() {
Config.AutoBuild.DebugMode = true; // Debug mode prints a little more information to console and
// logs activity to /logs/AutoBuild.CharacterName._MM_DD_YYYY.log
// It automatically enables Config.AutoBuild.Verbose
}
}

0 comments on commit 2e974d3

Please sign in to comment.