Post
by DaRoot » Fri Oct 18, 2002 11:40 pm
ok so merchant window comes up...
What does it do next, does it just attempt to continue with the rest of the script, or does it return an error message in the chat box like
Usage: /click <left|right> <mouseloc>
if it continues then you may need to add a delay before or after the actual clicking, as your comp would be skipping over that step in the code.
if you get an error, there is usually something wrong with what slot your selecting or the way its coded.
It would have to be /click left merchant buy , or /click left merchant 0 (or whatever slot), make sure you specify merchant in the click left statement.
also if you get an error post the portion of the code your having problems with so we can get a better idea of the problem.