W wbulot New Member Joined Sep 20, 2014 Messages 24 Reaction score 0 Sep 25, 2014 #1 Hi, i try to get the number of Bloodthirst stack (to use a skill when I have 20 Bloodthirst). I tried with bufftime() but that's not what I want. Can someone help me? Thx
Hi, i try to get the number of Bloodthirst stack (to use a skill when I have 20 Bloodthirst). I tried with bufftime() but that's not what I want. Can someone help me? Thx
SystemShock New Member Joined Aug 18, 2012 Messages 87 Reaction score 4 Sep 25, 2014 #2 find the buff and then find the charge ArcheBuddy - Table of Content
Poopiedoopie New Member Joined Sep 24, 2014 Messages 117 Reaction score 3 Sep 25, 2014 #3 PHP: foreach(Buff b in me.getBuffs()) { if(b.name == "Bloodthirst / buffname") { Log(b.stack); } }