ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: bendel on December 27, 2015, 08:51:32 AM

Title: Supernova ID
Post by: bendel on December 27, 2015, 08:51:32 AM
Hello,

The Supernova ID are the same as Greater Strenght potion.
How could i find the unique ID of Supernova ?

Ty.
Title: Re: Supernova ID
Post by: The Ghost on December 27, 2015, 09:16:13 AM
You will need to use #FINDCOL. 

Code: [Select]
finditem EYM C_ , #backpackid
if #findcol = xxxx
    {
     exevent drag #findid
     wait 15
     exevent dropc %secure
     wait 20
    }
Title: Re: Supernova ID
Post by: bendel on December 28, 2015, 12:42:13 AM
Thanks, i'll fixed my script with this !:)