Thread: client casting
View Single Post
  #4  
Old 01-20-2016, 05:34 PM
JimB_1958
Sarnak
 
Join Date: Mar 2013
Location: Springfield MO
Posts: 66
Thumbs down

Sorry ghanga... My code was trashed in frustration. But it was something like

Code:
sub EVENT_ITEM_CLICK {
 $client->SpellFinished(982, $targetid);  
}
			
and
				
sub EVENT_ITEM_CLICK {
 $client->CastSpell(982, $client->GetTarget(),11);  
}
I guess I was closer than I thought.

Natedog your example was spot on. Thanks a bunch
__________________
"We are all on the same team, and I think not enough people realize this."
- Leetsauce
Reply With Quote