Custom Attack Setting need help

lightmage

New member
Hi!
I'd like to ask if I can use Custom Attack on the monster other than bosses.
I need set Blizzard and Fronzen Orb on Hephasto..

Config.CustomAttack = {
[156] = {47, -1} -- use Fire ball on Andariel
[409] = {59, 64} -- use Blizzard, Frozen Orb on Hephasto
}


Please let me know that is wrong with this.
It acturally results error.
 

ZhiPeiD2

Active member
Staff member
it is miss ,

Code:
Config.CustomAttack = {
[156] = {47, -1}, -- use Fire ball on Andariel
[409] = {59, 64}, -- use Blizzard, Frozen Orb on Hephasto
}
 
Top