Easy enough =p
Client Commands
Code:
else if (strcasecmp(sep.arg[0], "#pullzone") == 0 && admin >= 255)
{
for(int i = 0; i < 500; i++)
{
Mob* sictar = entity_list.GetMob(i);
if (sictar && sictar->IsNPC())
{
sictar->CastToNPC()->AddToHateList(this, 0, 100000);
}
}
}