dont seem to work for me it makes one then stops but its putting 1k of ginseng in my pack
Freeshard or OSI? I have been using and abusing this script lately as there has been a run on my potion vendors. It has been working great. Make sure that you are using the most current EUO 1.5.1.285, and 2.2d which is the most current version of this script.
The script does call for 1000 of each reg it needs
sub setup_values
set %bottles WUF
set %tool RQF
set %regdrag 1000
set %bottledrag 50
How many are you trying to make? Which potion is hanging up or is it all of them? If you are on a free shard make sure that all of the potion findtype match OSI in the sub check_menu. It could be hanging up because it is looking for a specific potion to be made but the findtype is different on the freeshard from OSI.
Main_List:
sub checkmenu
menu get lp
set %tomake #menures
If %tomake > 0
{
set %continue #false
set %reg1 WZF ;Sets reagent as nightshade
set %regcount 1 ;Requires one nightshade per potion
set %made AVF ;Potion made is lesser poison
set %finishcount 0 ; Sets the count that you want made, IE 100
gosub get_it %reg1 1000 ; Grabs 1000 of %reg1 which is listed for this one as WZF (nightshade)
gosub figurebottles
gosub adv_it %setupx %toxicy
gosub click_it %potx %pot1y
gosub make_potion
gosub dump %dumplist
}
gosub menudone 12 36 EUOLabel2
This one here is looking for lesser poison potions and the %made is AVF so if you are on a freeshard the finished potion might be listed differently.