Item ID and Buff ID

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
cheater
Posts: 33
Joined: Fri Jun 17, 2011 9:17 am

Item ID and Buff ID

#1 Post by cheater » Wed Jul 13, 2011 4:23 pm

hi guys,
again a short question
how can i find a buff id?
example a line of KS run script

Code: Select all

if (not player:hasBuff("506687")) then
inventory:useItem(207203);
end  
Item id i can find in the runesdatabase.com -> http://de.runesdatabase.com/item/207203 ... iches-ziel
where i can find the Buff id? i got no clue and in could not find something in the forum search...

plz help :)

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Item ID and Buff ID

#2 Post by lisa » Wed Jul 13, 2011 6:26 pm

Rock has posted some code for getting buff id's in a few different posts, I can't remember it off hand, maybe have a look in similar posts or do a search =)
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Item ID and Buff ID

#3 Post by lisa » Wed Jul 13, 2011 6:27 pm

took around 20 seconds to do a search for buff

Code: Select all

/script i=1 while UnitBuff("player",i) ~= nil do nn,__,__,ii = UnitBuff("player",i) SendSystemChat(nn..", "..ii) i = i+1 end
Do that in game
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

cheater
Posts: 33
Joined: Fri Jun 17, 2011 9:17 am

Re: Item ID and Buff ID

#4 Post by cheater » Thu Jul 14, 2011 4:12 am

i am sorry, :oops:

CanceR
Posts: 33
Joined: Sun Jul 22, 2012 9:28 am

Re: Item ID and Buff ID

#5 Post by CanceR » Sat Sep 21, 2013 6:47 am

sorry to dig up this thread, but what if item ID is new and cannot be found in http://www.runesdatabase.com?
any code that can extract item ID from within game?
EDIT: found it in this thread: http://solarstrike.net/phpBB3/viewtopic ... 700#p50700

Post Reply

Who is online

Users browsing this forum: No registered users and 14 guests