can anyone help me disabling the Hatred on Emperium?
PLEASE HELP!
i found script like this
and how can i implement it? HELP!
if(status_get_class(bl)==MOBID_EMPERIUM)
return;
the script of sg_hate on skill.c
case SG_HATE:
if (sd) {
clif_skill_nodamage(src,bl,skillid,skilllv,1);
if (!pc_set_hate_mob(sd, skilllv-1, bl))
clif_skill_fail(sd,skillid,0,0,0);
}
break;
Question
PewN
can anyone help me disabling the Hatred on Emperium?
PLEASE HELP!
i found script like this
and how can i implement it? HELP!
the script of sg_hate on skill.c
Edited by bVersatile2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.