Author Topic: Supernova ID  (Read 2191 times)

0 Members and 1 Guest are viewing this topic.

Offline bendelTopic starter

  • Full Member
  • ***
  • Posts: 215
  • Activity:
    0%
  • Reputation Power: 4
  • bendel has no influence.
  • Respect: +34
  • Referrals: 0
    • View Profile
Supernova ID
« on: December 27, 2015, 08:51:32 AM »
0
Hello,

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

Ty.

Offline The Ghost

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Supernova ID
« Reply #1 on: December 27, 2015, 09:16:13 AM »
0
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
    }

Offline bendelTopic starter

  • Full Member
  • ***
  • Posts: 215
  • Activity:
    0%
  • Reputation Power: 4
  • bendel has no influence.
  • Respect: +34
  • Referrals: 0
    • View Profile
Re: Supernova ID
« Reply #2 on: December 28, 2015, 12:42:13 AM »
0
Thanks, i'll fixed my script with this !:)

Tags: