Great script.
I play on a Client version 7.0.11.2 (patch 80).
I was able to run the old version 1.16.
Now i was looking to make also this working by some modify.
1.29 version for me seems to loop down in Heartwood, when the script has to start making the 10 Foot stool (i' m trying to do the carpenter quest); it opens the craft gump and stops.
Precisely it loops here:
sub GumpAndSizeWait
set %timedelay #SCNT
wait 5
GumpWait_loop1:
if #CONTNAME = %2 && #CONTSIZE = %3
return #FALSE ; no error
if #SCNT > %timedelay + 7
return #TRUE ; error, timeout
goto GumpWait_loop1 <------ here is where it stops, line 2357
return #TRUE ; should never get here.
I think the problem is with the x-y position of the click that has to make the items, so i tryed some solutions:
;===== Carpentry setup =====
......
......
set %craftitemchain_tool cat_2-sel_1 ;was cat_3-sel_2 <----------
......
......
I also tryed to copy the "sub craftItem" from the version 1.16 and paste in 1.29, but i' m not able to make it work, it still opens the craft menu and stops.
Are there other values to modify with older clients?
Thanks in anvance for any suggestions
