Replies: 2 comments
-
Is someone testing this ? can i help ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ebner20, Finally getting around to testing these builds. Thanks for posting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Barbarian.SoloLeveling
// Barbarian.SoloLeveling.js config file // select your build var finalBuild = "WhirlBo"; //var finalBuild = "ShoutTank"; //var finalBuild = "BOBarb";function LoadConfig () {
Scripts.UserAddon = false; // !!!YOU MUST SET THIS TO FALSE IF YOU WANT TO RUN BOSS/AREA SCRIPTS!!!
Scripts.SoloLeveling = true; // *** Leveling Script turn off when done leveling ***
}
WhirlBo
Barbarian.WhirlBo
// /d2bs/kolbot/libs/config/Builds/Barbarian.WhirlBo.js /** * * Instructions: See /d2bs/kolbot/libs/config/Builds/README.txt * * Skill IDs: See /d2bs/kolbot/sdk/skills.txt for a list of skill IDs. * * Stat IDs: * * Strength = 0 * Energy = 1 * Dexterity = 2 * Vitality = 3 * */ js_strict(true);if (!isIncluded("common/Cubing.js")) {
include("common/Cubing.js");
}
if (!isIncluded("common/Prototypes.js")) {
include("common/Prototypes.js");
}
if (!isIncluded("common/Runewords.js")) {
include("common/Runewords.js");
}
if (!isIncluded("common/Town.js")) {
include("common/Town.js");
}
var AutoBuildTemplate = {
};
barbarian.WhirlBo
// /d2bs/kolbot/libs/config/Builds/Barbarian.WhirlBo.js/**
*
*/
js_strict(true);
if (!isIncluded("common/Cubing.js")) {
include("common/Cubing.js");
}
if (!isIncluded("common/Prototypes.js")) {
include("common/Prototypes.js");
}
if (!isIncluded("common/Runewords.js")) {
include("common/Runewords.js");
}
if (!isIncluded("common/Town.js")) {
include("common/Town.js");
}
var AutoBuildTemplate = {
};
barbarian.WhirlBo
var build = {
caster: false,
skillstab: 32, //Combat
wantedskills: [126, 151], //Bash, Whirlwind
usefulskills: [130, 138], //Howl, Shout
stats: [
["vit", 40],
["str", 60],
["vit", 100],
["str", 85],
["vit", 150],
["dex", 35],
["str", 100],
["vit", 180],
["str", 125],
["vit", 205],
["str", 156],
["vit", "all"]
],
skills: [
[129, 1, false], //Mace Mastery
[130, 1, false], //Howl
[126, 1, false], //Bash
[138, 1, false], //Shout
[155, 1, false], //Battle Command
[151, 1, false], //Whirlwind
[153, 1, false], //Natural resistance
[148, 1, false], //Increased Speed
[145, 1, false], //Iron Skin
[138, 9, false], //Level shout
[149, 7, false], //Level Battle orders
[149, 20, false], //Max Battle orders
[138, 20, false], //Max Shout
[151, 10, false], //whirlwind
[129, 10, false], //Mace Matery
[153, 10, false], //Natural resistance
[151, 20, false], //Max whirlwind
[129, 20, false], //Max Mace Matery
[153, 16, false], //Natural resistance
[145, 10, false], //Iron Skin
[145, 20, false] //Max iron Skin
]
};
BoBarb
Barbarian.BoBarb
// /d2bs/kolbot/libs/config/Builds/Barbarian.BObarb.js/** * * Instructions: See /d2bs/kolbot/libs/config/Builds/README.txt * * Skill IDs: See /d2bs/kolbot/sdk/skills.txt for a list of skill IDs. * * Stat IDs: * * Strength = 0 * Energy = 1 * Dexterity = 2 * Vitality = 3 * */ js_strict(true);if (!isIncluded("common/Cubing.js")) {
include("common/Cubing.js");
}
if (!isIncluded("common/Prototypes.js")) {
include("common/Prototypes.js");
}
if (!isIncluded("common/Runewords.js")) {
include("common/Runewords.js");
}
if (!isIncluded("common/Town.js")) {
include("common/Town.js");
}
var AutoBuildTemplate = {
};
barbarian.BoBarb
/** BoBarb Build*/var build = {
caster: false,
skillstab: 32, //Combat
wantedskills: [149], //BattleOrders
usefulskills: [130, 138], //Howl, Shout
stats: [
["vit", 40],
["str", 60],
["vit", 100],
["str", 85],
["vit", 150],
["dex", 35],
["str", 100],
["vit", 180],
["str", 125],
["vit", 205],
["str", 156],
["vit", "all"]
],
skills: [
[130, 1, false], //Howl
[131, 1, false], //Find Potion
[138, 5, false], //Shout
[142, 1, false], //Find Item
[141, 1, false], //Increased Stamina
[138, 10, false], //Shout
[145, 1, false], //Iron Skin
[138, 14, false], //Shout
[149, 1, false], //Battle Orders
[148, 1, false], //Increased Speed
[149, 5, false], //Battle Orders
[154, 1, false], //War Cry
[155, 1, false], //Battle Command
[153, 1, false], //Natural Resistance
[149, 20, false], //Max battle orders
[138, 20, false], //Max shout
[153, 16, false], //Natural Resistance
[145, 10, false], //Iron Skin
[142, 10, false], //Find Item
[145, 20, false] //Max iron Skin
]
};
ShoutTank
Barbarian.ShoutTank
// /d2bs/kolbot/libs/config/Builds/Barbarian.ShoutTank.js/**
*
*/
js_strict(true);
if (!isIncluded("common/Cubing.js")) {
include("common/Cubing.js");
}
if (!isIncluded("common/Prototypes.js")) {
include("common/Prototypes.js");
}
if (!isIncluded("common/Runewords.js")) {
include("common/Runewords.js");
}
if (!isIncluded("common/Town.js")) {
include("common/Town.js");
}
var AutoBuildTemplate = {
};
barbarian.ShoutTank
/** ShoutTank Build*/var build = {
caster: false,
skillstab: 32, //Combat
wantedskills: [],
usefulskills: [],
stats: [
["vit", 40],
["str", 60],
["vit", 100],
["str", 85],
["vit", 150],
["dex", 35],
["str", 100],
["vit", 180],
["str", 125],
["vit", 205],
["str", 156],
["vit", "all"]
],
skills: [
[130, 1, false], //Howl 2
[131, 1, false], //Find Potion 3
[138, 6, false], //Shout 6-12
[142, 1, false], //Find Item 6
[141, 1, false], //Increased Stamina level 12
[138, 11, false], //Shout 17
[145, 1, false], //Iron Skin 18
[138, 15, false], //Shout 22
[149, 1, false], //Battle Orders 24
[148, 1, false], //Increased Speed 24
[149, 5, false], //Battle Orders 28
[154, 1, false], //War Cry 30
[155, 1, false], //Battle Command 30
[153, 1, false], //Natural Resistance 31
[149, 20, false], //Max battle orders 46
[138, 20, false], //Max shout 51
[153, 11, false], //Natural Resistance 61
[148, 5, false], //Increased Speed 65
[145, 20, false], //Iron Skin 84
[142, 10, false], //Find Item 93
[155, 20, false] //Battle Command 99
]
};
Beta Was this translation helpful? Give feedback.
All reactions