ok so far i have this to test
Code:
sub EVENT_CAST_ON
{
$mob->AddToHateList(other, hate= 100, damage= 1)
}
prob is im still learning the scripting for eqemu.
what is other, would that be the player? and how would i get the player object its the one that last cast the spell so is there an object for that or would it jsut be $client?