View Single Post
  #6  
Old 06-26-2008, 03:20 PM
spider661
Discordant
 
Join Date: Oct 2005
Location: michigain
Posts: 260
Default

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?
Reply With Quote