Q: How to get counter value from buff?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
kkulesza
Posts: 150
Joined: Fri May 27, 2011 9:00 pm
Location: Poland

Q: How to get counter value from buff?

#1 Post by kkulesza » Wed Jul 25, 2012 6:55 am

Some buffs have iteger counters (not time counters)
For example druid's nature points.
How to get those counters values?

EDIT: NVW i've found it myself

Code: Select all

player:updateBuffs();for k,v in pairs(player.Buffs) do print(k,"  ",v.Name," ",v.Count,"  ",v.Level) end

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 4 guests