Pala bot save and exit before killing diablo

ivo

New member
Hi,

Recently I noted that on some runes pala bot makes save and exit before killing diablo, when the boss is just on 1 or 2 hits.
I dont have this situation with my sorceress.
Can this be caused by the killspeed since my sorceress kill it a little bit faster?
Can there be some sleep time before save and exit on diablo to be sure that game is closed after boss is killed and loot was checked?

Regards,
Ivailo
 
Solution
your configure is wrong for foh do this
Code:
Config.AttackSkill = {
  -1, -- Preattack skill
  121, -- Primary skill for bosses
  123, -- Primary untimed skill for bosses. Use -1 if above skill is an untimed skill
  101, -- Primary skill for other monsters
  123, -- Primary untimed skill for other monsters. Use -1 if above skill is an untimed skill
  101, -- Alternate skill for immune monsters
  123, -- Alternate untimed skill for immune monsters. Use -1 if above skill is an untimed skill
}

SumDumGoy

Administrator
Staff member
Hi,

Recently I noted that on some runes pala bot makes save and exit before killing diablo, when the boss is just on 1 or 2 hits.
I dont have this situation with my sorceress.
Can this be caused by the killspeed since my sorceress kill it a little bit faster?
Can there be some sleep time before save and exit on diablo to be sure that game is closed after boss is killed and loot was checked?

Regards,
Ivailo
this is sadly caused my a user error some where. could you post your config with your named edited out? Here is a list of files that could help me find it fast
 

SumDumGoy

Administrator
Staff member
Hi,

Recently I noted that on some runes pala bot makes save and exit before killing diablo, when the boss is just on 1 or 2 hits.
I dont have this situation with my sorceress.
Can this be caused by the killspeed since my sorceress kill it a little bit faster?
Can there be some sleep time before save and exit on diablo to be sure that game is closed after boss is killed and loot was checked?

Regards,
Ivailo
Did you make sure to put the identify 📖 in your inventory
 

esyouele

Member
Hi,

Recently I noted that on some runes pala bot makes save and exit before killing diablo, when the boss is just on 1 or 2 hits.
I dont have this situation with my sorceress.
Can this be caused by the killspeed since my sorceress kill it a little bit faster?
Can there be some sleep time before save and exit on diablo to be sure that game is closed after boss is killed and loot was checked?

Regards,
Ivailo
Check your max time per game. Maybe you are hitting it.
 

ivo

New member
@Sed-
, This is how my char config looks like. Of course I removed my char name. I also configured my paladin to be on fist of heavens, considering skill id, because it is a lot faster for chaos and pit. Yea Diablo kill is a little bit slower, but the whole area is a lot faster.
 

Attachments

  • paladin-fist.lua
    21.8 KB · Views: 9

ZhiPeiD2

Active member
Staff member
your configure is wrong for foh do this
Code:
Config.AttackSkill = {
  -1, -- Preattack skill
  121, -- Primary skill for bosses
  123, -- Primary untimed skill for bosses. Use -1 if above skill is an untimed skill
  101, -- Primary skill for other monsters
  123, -- Primary untimed skill for other monsters. Use -1 if above skill is an untimed skill
  101, -- Alternate skill for immune monsters
  123, -- Alternate untimed skill for immune monsters. Use -1 if above skill is an untimed skill
}
 
  • Love
Reactions: ivo
Solution

ivo

New member
thank you very much!

can you tell if this is ok for blizz sorceress
Config.AttackSkill = {
-1, -- Preattack skill
59, -- Primary skill for bosses
45, -- Primary untimed skill for bosses. Use -1 if above skill is an untimed skill
59, -- Primary skill for other monsters
55, -- Primary untimed skill for other monsters. Use -1 if above skill is an untimed skill
-1, -- Alternate skill for immune monsters
-1, -- Alternate untimed skill for immune monsters. Use -1 if above skill is an untimed skill
}
 
Top