Originally Posted by
nelliott500
I just saw you released 1.9.3. I'll give it a try and report back.
Thanks for releasing and continuing to work on this script. It's very good.
1.9.3 is better but I still had to add custom colors to the Vendor function for selling magics. With the color you have listed, it would vendor one or two items and that's it. I now have it doing
Code:
If $VendorMagic == True Then
VendItems(0x12233E, 2)
VendItems(0x151A33, 2)
VendItems(0x192242, 2)
EndIf
just to be sure. I just did a quick run to force it to vendor and it sold everything (8-10 items).
It still doesn't stash all of my gems properly but that's fine. I just have them in my bottom row now and I won't worry about stashing them. Not a big deal. I may even have it stop picking them up altogether. We'll see how it goes.