I have tried many different ways in the static list, using the numbers, using the name, using with and without quotations. No matter what I try I cannot get sorc to static Duriel. What is the dealio here, anyone know?
I’ve got the same problem, it seems Duriel is not recognized either for static or CustomAttack. It works fine with every other boss.
I’m also playing in classic.
I’ve found a fix, we just have to replace ClassAttack.doCast(target, Config.AttackSkill[1], Config.AttackSkill[2]);
by ClassAttack.doAttack(target);
in both Andariel and Duriel scripts.
I’m still not sure why the first function works properly in LoD but not in classic.