[EasyUO] Penny's CraftAid BETA v0.005

If you make a Client-side script you can publish it here for other players to use
Locked
Penny
Legendary Scribe
Posts: 210
Joined: Thu Oct 01, 2009 12:05 pm

[EasyUO] Penny's CraftAid BETA v0.005

Post 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.
Attachments
CraftAid.euo.zip
(10.78 KiB) Downloaded 786 times
Last edited by Penny on Wed Feb 17, 2010 8:00 am, edited 12 times in total.
Failure is not an option, it's a standard.
Penny
Legendary Scribe
Posts: 210
Joined: Thu Oct 01, 2009 12:05 pm

Re: [EasyUO] Penny's CraftAid

Post 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
}
}
Failure is not an option, it's a standard.
User avatar
BlaZe
Legendary Scribe
Posts: 402
Joined: Thu Dec 25, 2008 12:54 am
Location: Ann Arbor, MI; USA

Re: [EasyUO] Penny's CraftAid

Post 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".
EasyUO Devotee
Download
My Popular ScripZ
Pet FightR | Doorman | TrainR: Lockpicking | HealR
Kimitsu
Expert Scribe
Posts: 34
Joined: Wed Jan 06, 2010 5:43 am

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

Post 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?
Penny
Legendary Scribe
Posts: 210
Joined: Thu Oct 01, 2009 12:05 pm

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

Post 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 :)
Failure is not an option, it's a standard.
Atropa
Apprentice Scribe
Posts: 17
Joined: Thu Dec 24, 2009 1:59 am

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

Post 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.
Cornbread
Legendary Scribe
Posts: 236
Joined: Sun Dec 26, 2010 9:25 pm

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

Post by Cornbread »

Link is dead.
krystol
Elder Scribe
Posts: 133
Joined: Tue Oct 12, 2010 12:07 am

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

Post by krystol »

bump for new link?
Penny
Legendary Scribe
Posts: 210
Joined: Thu Oct 01, 2009 12:05 pm

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

Post by Penny »

If anyone has the script, please post it. I don't have it anymore.
Failure is not an option, it's a standard.
ticketguru
Grandmaster Scribe
Posts: 99
Joined: Fri Jun 12, 2009 11:25 pm

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

Post by ticketguru »

Here is the version of the script that I have. I think it was v0.5 BETA.
Attachments
CraftAid.zip
CraftAid v0.5 BETA
(10.55 KiB) Downloaded 446 times
User avatar
Adrias
Legendary Scribe
Posts: 426
Joined: Tue Sep 07, 2010 10:34 pm

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

Post 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
User avatar
Adrias
Legendary Scribe
Posts: 426
Joined: Tue Sep 07, 2010 10:34 pm

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

Post by Adrias »

Finally got on the computer that had it
Attachments
CraftAid.euo.zip
(10.78 KiB) Downloaded 409 times
Dramoor
Legendary Scribe
Posts: 450
Joined: Wed Feb 23, 2011 7:37 pm

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

Post 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.
Attachments
CraftAid.zip
Updated With Correct Labels
(11.12 KiB) Downloaded 376 times
Dramoor
Legendary Scribe
Posts: 450
Joined: Wed Feb 23, 2011 7:37 pm

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

Post 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.
Attachments
CraftAid.zip
Updated again
(11.12 KiB) Downloaded 415 times
David Roland
Passer by
Posts: 1
Joined: Thu May 29, 2014 1:14 pm

Re: [EasyUO] Penny's CraftAid

Post 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.
Locked