07-30-2010, 04:36 AM
sayatin Wrote:hmm mby >=normal includes magic, dunno how its coded mby try
"[Name] == Monarch && [Quality] >= normal && [Quality] != magic && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) // Phoenix or Spirit"
but dunno if this works or if it will crash the bot cause of 2x [Quality] argument
btw my bot still wont atc any monsters....
//------------------------------------------------------------------------------
// Attack configuration
//------------------------------------------------------------------------------
NTConfig_AttackSkill[0] = 0; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 0; // Primary skill to boss.
NTConfig_AttackSkill[2] = 0; // Primary aura to boss. Set to 0 if you won't
NTConfig_AttackSkill[3] = 0; // Primary skill to others.
NTConfig_AttackSkill[4] = 0; // Primary aura to others. Set to 0 if you won't
NTConfig_AttackSkill[5] = 0; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
NTConfig_AttackSkill[6] = 0; // Secondary aura. Set to 0 if you won't
NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss.
0 is for normal meelee atc or is this wrong?
0 means no skill configured.. so you are not gonna attack, no matter how many times you put the bot to run..
What char are you? light sorc? other sorc? hdin? etc.[COLOR="Silver"]
---------- Post added at 03:06 PM ---------- Previous post was at 03:05 PM ----------
[/COLOR]
Alexsolheim Wrote:It's set to 4 players. But i want it to be set on 8 players. Do i have to change anything in the configs to make the bot automatic set the max players to 8 ? The level difference is fine. I just need maxplayers to be 8 and not 4.[COLOR="Silver"]
---------- Post added at 06:39 PM ---------- Previous post was at 06:37 PM ----------
[/COLOR]Found solution. Thanks for your time sir
Try running Diablo 2 and changing your room-creation config to "8 players" and "no level difference"..
Try to run bot afterwards..