ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: EekAMacro on April 29, 2010, 04:16:52 AM

Title: quest gumps question? :p
Post by: EekAMacro on April 29, 2010, 04:16:52 AM
Hi, I'm trying to make a questing script, and I wanted to know how to have easyuo discriminate different quests from the same npc. I thought I could use #contid or #conttype but instead of a value, easyuo gives me a nice N/A text. Quests gumps have same #contkind and #contsize so I just can't figure out how to select a different quest. Maybe there is some way to have easyuo "read" the text of the quest gump?
More specifically I'm trying to differentiate the quests "beer goggles" from "message in a bottle" off the wine tender npc in heartwood
Title: Re: quest gumps question? :p
Post by: luv2luvlong on April 29, 2010, 05:17:29 AM
You'll have to do pixel scanning to determin which quests are which. Take a look at TM's heartwood questor on how to do it.
Title: Re: quest gumps question? :p
Post by: EekAMacro on April 29, 2010, 08:37:00 AM
ok, I'm using the savepix and pixcolor commands. Work great
Title: Re: quest gumps question? :p
Post by: Scrripty on April 29, 2010, 10:17:09 AM
ok, I'm using the savepix and pixcolor commands. Work great

If you look in my sig I have a "Poor Man's OCR" sub that might help you also.  Very fast and easy to use.  You just feed it coordinates and it will read the area for you and return #true/#false I believe...