View Single Post
  #2  
Old 02-13-2012, 01:37 AM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 904
Default

Quote:
Originally Posted by lerxst2112 View Post
Consider what would happen if both IDs were the same.

Change your 7th shout to this:
Code:
quest::shout("7 $TargID, $ClID");
The reason I mention this is that when testing the script alone, the IDs are the same and the if fails.
I see what you're saying. I brought another char out to help with this. Any time the TargID and ClID were the same, the script failed, any time they were different, it worked. I removed the && ($TargID != $ClID)) part of the script and now it fires all the time.

Issue resolved. Thanks for the help!
Reply With Quote