Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Diablo 2
You last visited: Today at 05:07

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



hi you can help me with kolbot?

Discussion on hi you can help me with kolbot? within the Diablo 2 forum part of the Other Online Games category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2017
Posts: 21
Received Thanks: 0
hi you can help me with kolbot?

i have a problem my barb only bo at the start of the game
// Battle orders script - Use this for 2+ characters (for example BO barb + sorc)
Scripts.BattleOrders = true;
Config.BattleOrders.Mode = 0; // 0 = give BO, 1 = get BO
Config.BattleOrders.Wait = true; // Idle until the player that received BO leaves.
Config.BattleOrders.Getters = ["JanKas_Sorcy"]; // List of players to wait for before casting Battle Order

how i can use bo again if my bo runs out?

anyone knows? i use the barb only for bo and then he stay town to wait..^^
derjanka is offline  
Old 05/25/2017, 08:38   #2
 
elite*gold: 0
Join Date: Apr 2008
Posts: 193
Received Thanks: 19
the easyiest way would be
if (!me.getState(32))


example for me if my char dont got bo he leave game.
Code:
		if (!me.getState(32)) {
				delay(100);
				quit;
			}
MysticalFrame2 is offline  
Old 05/25/2017, 11:33   #3
 
elite*gold: 0
Join Date: May 2011
Posts: 272
Received Thanks: 28
Quote:
Originally Posted by MysticalFrame2 View Post
the easyiest way would be
if (!me.getState(32))


example for me if my char dont got bo he leave game.
Code:
		if (!me.getState(32)) {
				delay(100);
				quit;
			}
I rather think he wants the barb to bo again.

like barb goes andy wp and waits for sorc when sorc comes he boes and sorc goes mfing barb waits at wp until sorc comes again and barb boes again.

at the other hand the sorc shall get bo after every script or when bo went off.
psyduke is offline  
Thanks
1 User
Old 05/25/2017, 11:48   #4
 
elite*gold: 0
Join Date: May 2017
Posts: 21
Received Thanks: 0
my sorc need bo again is runing out ^^

in wich cfg i can edit it ?
derjanka is offline  
Old 05/27/2017, 15:11   #5
 
elite*gold: 0
Join Date: May 2017
Posts: 21
Received Thanks: 0
HERE IS MY BATTLEORDER CONFIG. i dont know if you need but if you know where i can change the bo settings can you show me?
i need that my barb makes bo if he go in a tp if bo running 5min np he need to re bo all the time because merc rip or somthing can you say me how?

/**
* @ame BattleOrders.js
* @ kolton
* @ give or receive Battle Orders buff
*/

function BattleOrders() {
this.giveBO = function (list) {
var i, unit,
failTimer = 60,
tick = getTickCount();

for (i = 0; i < list.length; i += 1) {
unit = getUnit(0, list[i]);

if (unit) {
while (!unit.getState(32) && copyUnit(unit).x) {
if (getTickCount() - tick >= failTimer * 400) {
showConsole();
print("ÿc1BO timeout fail.");
quit();
}

Precast.doPrecast(true);
delay(400);
}
}
}

return true;
};

Town.doChores();

try {
Pather.useWaypoint(35, true); // catacombs
} catch (wperror) {
showConsole();
print("ÿc1Failed to take waypoint.");
quit();
}

Pather.moveTo(me.x + 6, me.y + 6);

var i,
tick = getTickCount(),
failTimer = 60;

MainLoop:
while (true) {
switch (Config.BattleOrders.Mode) {
case 0: // Give BO
for (i = 0; i < Config.BattleOrders.Getters.length; i += 1) {
while (!Misc.inMyParty(Config.BattleOrders.Getters[i]) || !getUnit(0, Config.BattleOrders.Getters[i])) {
if (getTickCount() - tick >= failTimer * 400) {
showConsole();
print("ÿc1BO timeout fail.");
quit();
}

delay(1000);
}
}

if (this.giveBO(Config.BattleOrders.Getters)) {
break MainLoop;
}

break;
case 1: // Get BO
if (me.getState(32)) {
delay(400);

break MainLoop;
}

if (getTickCount() - tick >= failTimer * 400) {
showConsole();
print("ÿc1BO timeout fail.");
quit();
}

break;
}

delay(1000);
}

Pather.useWaypoint(1);

if (Config.BattleOrders.Mode === 0 && Config.BattleOrders.Wait) {
for (i = 0; i < Config.BattleOrders.Getters.length; i += 1) {
while (Misc.inMyParty(Config.BattleOrders.Getters[i])) {
delay(1000);
}
}
}

return true;
}
derjanka is offline  
Reply


Similar Threads Similar Threads
O fg - need kolbot specific Kolbot installation
11/09/2016 - Diablo 2 Trading - 0 Replies
Hi guys, im looking for a guy, who has a full kolbot bot with selfleveling settings ( need to have perf settings on kolbot for selfleveling - all scripts have to be complete and full ) Im ready to pay good fg for this = but need to be done good. I dont want to get some errors during selfeleveling. pm me here or on private message for more info Thanks
can someone help me to set up kolbot its all confusing
10/24/2016 - Diablo 2 - 0 Replies
i just want to let my witch run countess but somehow i dont seem to understand how everything should work together , iwould be glad if somone could help me would even payout a paysafe card for 10 € if someone is interested
hi to you and you and you and you oh and you too
06/14/2009 - Say Hello - 1 Replies
Hi all.. Here to learn and help if I can.. lol



All times are GMT +2. The time now is 05:07.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.