hammerdin walk bot immunes

ZhiPeiD2

Active member
Staff member
make a sorc 🤣

walk bot is not support and not have priority so is very bug
so big more important feature for make before this
 

uzumaki037890

New member
make a sorc 🤣

walk bot is not support and not have priority so is very bug
so big more important feature for make before this
yeah i have sorc was just wondering if it was normal. how do i skip mobs that are cold immunes plus physical immune like creeping feature in strony tombs.
 

Khawee

New member
wont that skip cold and physical. I am talking about when a mob has both cold and physical at the same time. double immune.
Not according to the documentation. To skip cold and physical as separate immunities you would have to do this

Code:
--[[ #### Skip Immune Setting ####
Possible options: "fire", "cold", "lightning", "poison", "physical", "magic".
To skip enemies with dual immunes put both types in brackets on one line, e.g. { "cold", "fire" }. ]]--
Config.SkipImmune = {
  { "cold" },
  { "physical" }
}
 

uzumaki037890

New member
Not according to the documentation. To skip cold and physical as separate immunities you would have to do this

Code:
--[[ #### Skip Immune Setting ####
Possible options: "fire", "cold", "lightning", "poison", "physical", "magic".
To skip enemies with dual immunes put both types in brackets on one line, e.g. { "cold", "fire" }. ]]--
Config.SkipImmune = {
  { "cold" },
  { "physical" }
}
ok thanks my buddy said it was glitching i need to read im lazy lol.
 
Top