ThyroDree
New member
does hercules have hatredreset? or hatereset?
The only way to Hatred reset from what I know is through an NPC.set PC_HATE_MOB_SUN,0;set PC_HATE_MOB_MOON,0;set PC_HATE_MOB_STAR,0;
You could use a bindatcmd feature to make it into a command, just note that doing it this way requires a player to log off and back on for it to reset properlyThe only way to Hatred reset from what I know is through an NPC.set PC_HATE_MOB_SUN,0;set PC_HATE_MOB_MOON,0;set PC_HATE_MOB_STAR,0;
ACMD(hatereset){ pc->resethate(sd); clif->message(fd, "Reset 'hate' mobs, kicking..."); clif->GM_kick(NULL, sd); return true;}
We use essential cookies to make this site work, and optional cookies to enhance your experience.