Page 1 of 1

[EasyUO] Penny's CraftAid BETA v0.005

Posted: Wed Oct 07, 2009 10:02 pm
by Penny
version: BETA v0.005

v0.005
-All bods now implemented
-minor fixes

v0.004
-New menu look
-Prospecting tools for recall mining/chopping
-Help buttons for some explanations
-Couple bug fixes

v0.003
-fletching BOD filler added

v0.002
-Redid BOD filling system thing

Please give feedback/report bugs! pm me ingame or on forum or post here

This script has:

-Mining around mountains, marking runes for veins (goes clockwise around the mountain)
-Recall mining for the runes from above

-Lumberjacking, goto next tree and target it, marks runes for special woods
-Recall Lumberjacking for the runes above

-A recall shopper for reagents, boards, leather etc

-BOD fillers, so far only blacksmith since I don't know what items other BODs (tailor, fletcher, carp) have, will add later

The script is still buggy and I'm testing it, help appreciated (2000+ lines) :)
I haven't implemented crafter keys yet, so you'll need a bag of holding.. In the script, put your bag's ID in %bogOfHoldingID
(can also use pet's ID, I think)

Ok, somekind of manual for the brave souls trying this one out....

SHOPPING:
You need runebooks to corresponding shops, and you need to name them as:
Reagent ,Board, Cloth, Leather, Scroll, Bottle

To add the new books click update button, and target the bag containing the books, after that their IDs are memorized.

Then just check which shops you want to visit and click SHOP-button (you'll also need to have Razor buy agent set up for the items you want to buy, Razor is just better in this than anything else I came up with).

If at anytime you wish to stop, just click any button.

GATHER RESOURCES:
You need runebooks for veins, and name them as:
dull, shadow, copper, bronze, gold, agapite, verite, valorite, blaze, ice, toxic, electrum, platinum,
according to ore type.

Click update to add new books, they will be memorized.

Now just check which ores you want to mine. The first time 'round the script will search for the correct veins,
but after that they are memorized and the next time it will go faster. Check the overwrite box if you want the
script to relearn the spots (e.g. you have changed some runes -> it will try to mine from other side of the world).

"Mark gathering": you need a bag with unmarked runes and a bag to put them in, mining is automatic, for Lumberjacking
you need to walk from tree to tree.

Lumberjacking is the same. Just name the runebooks as:
pine, ash, mahogany, yew, oak, zircote, ebony, bamboo, purpleheart, redwood, petrified

If at anytime you wish to stop, just click any button.

BOD FILLER:
Place a BOD and enough ingots in your backpack, click the button and it will make the items and fill the BOD.

Re: [EasyUO] Penny's CraftAid

Posted: Wed Oct 07, 2009 10:03 pm
by Penny
This is the secret formula for scripting:

set %cigaretteType LM
set %drinkType ED
set %cigarettes 18
set %EDs 2
set %scripterStatus fine
set %scriptDone no

while %scriptDone = no
{
gosub script

if %cigarettes = 0 || %EDs = 0
gosub shop

gosub updateScripterStatus

if %scripterStatus = tired
gosub drink %drinkType
if %scripterStatus = frustrated
gosub smoke %cigaretteType
if %scripterStatus = hungry
{
finditem * G_2
gosub eat #findID
}
}

Re: [EasyUO] Penny's CraftAid

Posted: Thu Oct 08, 2009 2:06 am
by BlaZe
Penny wrote:if %scripterStatus = hungry
{
finditem * G_2
gosub eat #findID
}
True scripters eat off the floor! :dance


Of course, in my case it would be "finditem * G_2 && %time >= 5s".

Re: [EasyUO] Penny's CraftAid BETA v0.004

Posted: Fri Feb 12, 2010 1:08 am
by Kimitsu
okay, bug report, sort of. or maybe it was supposed like that, dunno... was running a BOD filler for 20 ice norse helms, but it ran out of ingots sooner than I expected, so I stopped it and got more ingots from the keys. I restart the BOD filler, and it crafts me more than 20 helms, 23 exactly. why?

Re: [EasyUO] Penny's CraftAid BETA v0.004

Posted: Sat Feb 13, 2010 5:55 pm
by Penny
Oh, right.. I had this posted here..

That's not a bug in the script, it's bug in script writer. The script just reads the BOD's #property for what item to craft with what material and how many. So if the bod says 20 valorite helmet, it will make 20 valorite helmet.

I rewrote the bod system but never got around to put it in the script. New version would do the same thing. The new system also makes the required amount of exceptional items.


Come to think of it, the script actually just looks at the item type when adding to the bod.. might actually add your favorite weapon/armor there by accident.

I made a quick fix and added the new BOD system there. Now all the BODs are implemented ( = smith/tail/carp/fletch).

P.S. Had to switch it to a .zip file, script was too large to be posted :P Also, nice to hear that someone is actually using
this. Gives me a reason to improve it :)

Re: [EasyUO] Penny's CraftAid BETA v0.005

Posted: Fri Oct 08, 2010 4:40 pm
by Atropa
I use this mainly for filling my smith BODS and it works great, however it will not even start to fill any carpentry BODS yet. Is this a user error on my part? I have all the BODS I wish to fill in my main backpack along with carp tool and of course wood and cloth for the ones that need cloth but it just wont make a single item.

Re: [EasyUO] Penny's CraftAid BETA v0.005

Posted: Wed Feb 23, 2011 7:25 pm
by Cornbread
Link is dead.

Re: [EasyUO] Penny's CraftAid BETA v0.005

Posted: Thu Mar 10, 2011 3:23 am
by krystol
bump for new link?

Re: [EasyUO] Penny's CraftAid BETA v0.005

Posted: Thu Mar 10, 2011 4:18 am
by Penny
If anyone has the script, please post it. I don't have it anymore.

Re: [EasyUO] Penny's CraftAid BETA v0.005

Posted: Thu Mar 10, 2011 12:50 pm
by ticketguru
Here is the version of the script that I have. I think it was v0.5 BETA.

Re: [EasyUO] Penny's CraftAid BETA v0.005

Posted: Sun Apr 17, 2011 3:04 am
by Adrias
ticketguru wrote:Here is the version of the script that I have. I think it was v0.5 BETA.
seems like it's .004

Code: Select all

set %version BETA , #spc , v0.004

Re: [EasyUO] Penny's CraftAid BETA v0.005

Posted: Sat May 14, 2011 5:48 pm
by Adrias
Finally got on the computer that had it

Re: [EasyUO] Penny's CraftAid BETA v0.005

Posted: Sun Mar 09, 2014 8:09 pm
by Dramoor
Updated Penny's Craftaid BETA v0.005 with the updated labels on Carpentry BODS. Will now make Tambourines correct with tassel and without. Also will make the right small, medium or large crates, and correctly make Skullcaps in tailoring. Dunno what other ones it doesn't work with yet so if you see any [pm dramoor in game and I will update it.

Re: [EasyUO] Penny's CraftAid BETA v0.005

Posted: Tue Mar 11, 2014 12:09 am
by Dramoor
Another version should make the female "studded armor" now too, i did not check it so someone test and pm me to let me know.

Re: [EasyUO] Penny's CraftAid

Posted: Thu May 29, 2014 1:15 pm
by David Roland
Penny wrote:This is the secret formula for scripting:

set %cigaretteType LM
set %drinkType ED
set %cigarettes 18
set %EDs 2
set %scripterStatus fine
set %scriptDone no

while %scriptDone = no
{
gosub script

if %cigarettes = 0 || %EDs = 0
gosub shop

gosub updateScripterStatus

if %scripterStatus = tired
gosub drink %drinkType
if %scripterStatus = frustrated
gosub smoke %cigaretteType
if %scripterStatus = hungry
{
finditem * G_2
gosub eat #findID
}
}
6 months is a pretty good run in my experience.