kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
344 stars 332 forks source link

Hello - Barb attack config issue #2352

Open jompy1926 opened 4 years ago

jompy1926 commented 4 years ago

I would like to configure BO barb to follow my Hammer and BO to him before Diablo and Baal.

I congifured correct the Follow script as Barb is joininig successfully to the games, but once I Am in the game I am getting the follolwing error:

image

I am also looking at Attack Configs but cant find what is the proper configs for Barb with BO , can you please assist?

// Barbarian config file

/* Brief instructions:

function LoadConfig() { /* Sequence config

jompy1926 commented 4 years ago

image

and after 1 min, he is leaving the game with the following error msg

DarkHorseDre commented 4 years ago

you have your attacks set as -1 in your config, whereas the notes within your config say:

/* Attack config

read ALL of the config - there are useful notes in there

jompy1926 commented 4 years ago

The file you are refering to says the following : This page is no longer available. It has either expired, been removed by its creator, or removed by one of the Pastebin staff.

But anyway I changed this to random skills and now the Barb is following the Leader, but sitll cant give leader bo or cant give myself bo?. How i can make the Barb(leecher) to BO himself once is in the game or in the TPs ?

DarkHorseDre commented 4 years ago

That's just an old link from my config relating to skill ids, read YOUR config.

The barb will BO himself via the precast function if he has the correct hard skills assigned.

To BO the other player as you describe is not default functionality.

if you read the comments in your config around Scripts.BattleOrder you can use that instead

jompy1926 commented 4 years ago

Sorry but where is this precast function located? I Cant find it in the Char config? When I enable the BattleOrder script, he is waiting the leader to catacombs 2 and leaving the games, due to BO time out

jompy1926 commented 4 years ago

Also when I configure BettleCommands.script ON

Barb is doing BO at Catacombs to the leader, but then leader is using his BO and the whole procedure is useless...

ALso then BO Barb is staying at act 1, it is not going to Leech as is the main idea.

DarkHorseDre commented 4 years ago

yeah i told you:

To BO the other player as you describe is not default functionality.

precast executes by default - it casts buffs etc per character class when needed

the leader needs to be configured correctly too, like i said:

if you read the comments in your config around Scripts.BattleOrder you can use that instead