View Single Post
  #4  
Old 10-11-2013, 09:09 AM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

Quote:
Originally Posted by trevius View Post
I am not sure what you mean by the slot restrictions or by it only being useable by 1 item.
Create a script called... "Script_1.pl" ...

Now add it to a Helm / Chest / Bracer / ect / ect...

Add a debug line of some sort like so...

Code:
$DEBUG = 1;

sub EVENT_ITEM_CLICK {
	
	if($DEBUG == 1) { 	$client->Message(335, "CLICKED item!"); }

}
It seems I could get 2 of the same EXACT bracer to both work on the same script... but if it was a Bracer and a Helm the script would not work for both.. only worked for one... hmm


I was testing the Charmfile on 2 of the same weapns as well which is why I thought it worked for Charmfile... when I used 2 different weapons.. only of the of scripts would work and the other did not. (when using the same charmfile on both)
Reply With Quote