ScriptUO

Official ScriptUO EasyUO Scripts => Script Debug => Topic started by: The Reaper on March 02, 2011, 02:46:56 AM

Title: Scripting Summon Gumps
Post by: The Reaper on March 02, 2011, 02:46:56 AM
Hey all, even the best of us get stuck with a script now and again, so here I am :P

Ok, I'm writing a ToT farmer, which could just as easily be used to farm fame or karma I guess.

I would like a sub to permanently have a shadow wisp active, although, I can't get past the gump window to choose the pet I want.
With the ninja skill, it simply defaulted to the last one used, although this isn't the same for some reason.

Any help would be appreciated.

Finished script will be uploaded as always :D

Thanks
Title: Re: Scripting Summon Gumps
Post by: Cerveza on March 02, 2011, 03:19:33 AM
You need a way of waiting for the gump, then clicking the offset within that gump.

Almost all scripts that click gumps do this. Have a look around at some. Your looking for "gumpwait" or "gumpsizeandwait" and "offsetclick"