Quote:
Originally Posted by trevius
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)