ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: Ketchup on February 08, 2015, 02:47:20 PM

Title: how to make this script ignore all drags off my screen but not mine?
Post by: Ketchup on February 08, 2015, 02:47:20 PM
How can I make this script do what it is doing now but not ignore my dragon?
Any help would be greatly appreciated
Title: Re: how to make this script ignore all drags off my screen but not mine?
Post by: ZigZagZebra on February 08, 2015, 07:49:41 PM
I haven't tested this, but my thought is use findid and look for tame$ or bonded$ in item property.

 http://www.easyuo.com/forum/viewtopic.php?t=21756&p=213604  (http://www.easyuo.com/forum/viewtopic.php?t=21756&p=213604)

Here's a thread where someone is looking to do something similar
Title: Re: how to make this script ignore all drags off my screen but not mine?
Post by: Tidus on February 09, 2015, 06:34:30 AM
You could also find the ID of your dragon and use that in the search rather than findtype.  Your Dragon's ID will never change. :)
Title: Re: how to make this script ignore all drags off my screen but not mine?
Post by: Ketchup on February 09, 2015, 02:48:16 PM
how would I add my drags I.D to not be ignored, I have the ID for it
Title: Re: how to make this script ignore all drags off my screen but not mine?
Post by: dxrom on February 10, 2015, 11:55:29 AM
how would I add my drags I.D to not be ignored, I have the ID for it

if id <> dragonid
hide dragon


something like that