ScriptUO

Official ScriptUO EasyUO Scripts => Site Scripter Libraries => Manwincs' Script Library => Topic started by: manwinc on June 30, 2011, 08:34:53 PM

Title: Mwinc. Blacksmith Recipe Checker
Post by: manwinc on June 30, 2011, 08:34:53 PM
Checks to see what blacksmithing recipes you haven't learned and displays them.

To make GImlet Happy

8/29/21
Gaderian Modified the script for multiple tools and added more recipes. Uploading as Mwinc. Crafting Recipe Checker
Title: Re: Mwinc. Blacksmith Recipe Checker
Post by: manwinc on June 30, 2011, 08:37:52 PM
Obviously requires a blacksmithing tool in your backpack..... *Cries*
Title: Re: Mwinc. Blacksmith Recipe Checker
Post by: NObama on June 30, 2011, 10:52:46 PM
If it helps, you've also made me happy.  Now, I need to download this before you pull a Twinkle McNugget.
Title: Re: Mwinc. Blacksmith Recipe Checker
Post by: gimlet on July 01, 2011, 06:34:41 AM
Thank you! Thank you! Thank you! Thank you! Thank you! Thank you!

Will play with it this weekend!

Thanks again!

Title: Re: Mwinc. Blacksmith Recipe Checker
Post by: TrailMyx on July 01, 2011, 08:23:19 AM
Thank you! Thank you! Thank you! Thank you! Thank you! Thank you!

And that would be a happy Gimlet!
Title: Re: Mwinc. Blacksmith Recipe Checker
Post by: gimlet on July 04, 2011, 10:28:42 AM
Works Great! Thanks again!!!

Only 1 very minor thing if you ever do another version ever - we forgot a few axes (no big deal)

Thanks again!
Title: Re: Mwinc. Blacksmith Recipe Checker
Post by: manwinc on July 04, 2011, 12:55:40 PM
O yeah its super easy coding. Just have to enter the tool type, category, page, selection, and it will return a value %false if the recipe is missing.
Title: Re: Mwinc. Blacksmith Recipe Checker
Post by: gimlet on July 04, 2011, 01:17:31 PM
+1

Title: Re: Mwinc. Blacksmith Recipe Checker
Post by: Crome969 on August 04, 2011, 12:04:29 AM
O yeah its super easy coding. Just have to enter the tool type, category, page, selection, and it will return a value %false if the recipe is missing.
Good job, and easy to modify if something would be missed:)
Title: Re: Mwinc. Blacksmith Recipe Checker
Post by: Tommy Boy on February 03, 2012, 12:22:55 PM
Wow, this script works really great.  It sucks looking thru for this manually.  Thanks.
Title: Re: Mwinc. Blacksmith Recipe Checker
Post by: roadrunner on May 10, 2013, 04:25:48 AM
 ;D  ok, again my noobness is going to show but it is going to take me a few weeks to get thru all the material here!! hell, may take MONTHS!! i just DL'd this as soon as i saw it, haven't run it yet, but i actually tried to sit down and manually check my smithy for recipes. in a word, FKkkkkkkkkkkkkTHAT! :P that's like INSANE point & clicking! a sincere Thank You Manwinc for the script before i even run it! i'll let you know how it turns out. :)
Title: Re: Mwinc. Blacksmith Recipe Checker
Post by: roadrunner on May 10, 2013, 04:32:33 AM
 :o  Dude!  for real ?!?!?!  it took it 90 SECONDS!  a minute & half to flip thru and tell me i was missing ONE recipe!! (Luminous Rune Blade) i'll have to get on my t-hunter and get that one :P  i know i've thrown 50 of'em away since they added recipes to t-map loot because i didn't have this script to telll me i needed it !!!!

Awesome job Manwinc!!

Ease of Use: 10!!!   Works as Posted: 10!!!
Title: Re: Mwinc. Blacksmith Recipe Checker
Post by: manwinc on May 10, 2013, 04:35:31 AM
Not a problem. Glad to hear it worked well for you.
Title: Re: Mwinc. Blacksmith Recipe Checker
Post by: gimlet on May 10, 2013, 04:42:03 AM
And it still makes me happy!
Title: Re: Mwinc. Blacksmith Recipe Checker
Post by: Crisis on April 03, 2015, 06:20:31 AM
MW, question for ya, on this line here:

Code: [Select]
set %False 206
out of this part:

Code: [Select]
set %False 206
set %Fletching_Tools UFG
set %String

What is the 206? does that look for "you have not learned this recipe" or does it have an entirely different purpose?

I am going through different scripts, reading them and trying to understand the flow and logic. I understand what set % False does but not sure what the 206 on the end does. I love your coding, it is simple to understand but very specific. Many times, I get lost in the logic or complexness of the code.
Title: Re: Mwinc. Blacksmith Recipe Checker
Post by: manwinc on April 03, 2015, 11:00:55 AM
Looks like that is the Pixcol for the Red text meaning you don't have the recipe


Gosub Save_Pix 173 332 ; Area 1 for the Red text
if #Result <> %False
Gosub Save_Pix 173 352 ; Backup Area for the red Text in some of the Recipes
Return #Result


8/29/21
Gaderian Added other tools and more recipes. Uploading his modifications as Mwinc. Crafting Recipe Checker
Title: Re: Mwinc. Blacksmith Recipe Checker
Post by: Crisis on April 03, 2015, 11:22:33 AM
Code: [Select]
Gosub Save_Pix 173 332 ; Area 1 for the Red text
if #Result <> %False
Gosub Save_Pix 173 352 ; Backup Area for the red Text in some of the Recipes
Return #Result

If I wanted to add something above that location, can i do something like this?

Code: [Select]
Gosub Save_Pix 173 312 ; Area 1 for the Red text
if #Result <> %False
Gosub Save_Pix 173 332 ; Backup Area for the red Text in some of the Recipes
if #Result <> %False
Gosub Save_Pix 173 352 ; Backup Area for the red Text in some of the Recipes
Return #Result

or will that not work? I am not sure if it will go to the next after the first
Code: [Select]
if #Result <> %False statement
Title: Re: Mwinc. Blacksmith Recipe Checker
Post by: Weomacer on October 23, 2017, 04:54:25 AM

it looks like it could be very interesting  :P :P
Title: Re: Mwinc. Blacksmith Recipe Checker
Post by: Hyprosick on October 15, 2020, 10:12:41 AM
Where do i post this introduction to get access to the script?  Here?   Oi, just want to try it.....