ScriptUO
Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: Dude1598 on May 20, 2009, 01:46:01 PM
-
What I want to do is restock my luna vendor with ingots from a secure or whatever else I want to stock
What I would like this script to do is:
Log In Check Vendor to see if it needs to be stocked.
Stock certain ingot that needs to be put on vendor.
-Price and put at certain location on vendor
Then log out when done
-
Doesn't Superslayer have something like this?
-
Its to restock your person if you need regs, aids, and pots :)
-
Ah, ok. Really not a very hard script to write. Most of the subs are available that can be harder to do like runebook subs. The rest is just checking your vender and stocking what's needed.
-
There is a vendor stock program called "Vendor Stock 1.1" available on easyuo. The author is Penny. It kicks ass for stocking your vendors and I use it when I am stocking a pile of the same item. Its not an AFK stocker, but it might have some pieces you could use. If you are only going to do ingots, you could pull out a lot of the variability and hard code it to stock just what you want, from where you store it. For example, it will pull items from a bag/ container not on your character, drop them on the vendor and price them. Probably has most of the subs your script would use.
You might look at some of the BOD gathering scripts for character log in routines.
-
There is a vendor stock program called "Vendor Stock 1.1" available on easyuo. The author is Penny. It kicks ass for stocking your vendors and I use it when I am stocking a pile of the same item. Its not an AFK stocker, but it might have some pieces you could use. If you are only going to do ingots, you could pull out a lot of the variability and hard code it to stock just what you want, from where you store it. For example, it will pull items from a bag/ container not on your character, drop them on the vendor and price them. Probably has most of the subs your script would use.
You might look at some of the BOD gathering scripts for character log in routines.
Cool thank you, I have been busy with real life things to try and write this script but I will take a look at that one on easyuo. Thanks again
-
I have used Penny's 1.1 for years. I just recently tried to use it again and for some reason the gump offset sub is no longer pulling up the vendor backpack. I have tried quite a few attmepts to fix this and am at a loss. Anyone have any advice? :-[
-
I would say instead of click opening the vendor backpack, use a shovel or hatchet or whatever to get the objectid of the vendor, open the paperdoll, then open the backpack. make sure the backpack is current on top, then use the contid to get the backpackid then:
set #lobjectid %vendorpackid
event macro 17 0
wait 20