comparison ICU.lua @ 11:0ed4c1a0412e

Added buff IDs for: + 92725, -- Cauldron Agility + 92729, -- Cauldron Stamina + 92730, -- Cauldron Intellect + 92731, -- Cauldron Strength + 87635, -- 90 Expertise + 87554, -- 90 Dodge + 87555, -- 90 Parry Thanks to Infin1te
author Xiiph
date Sat, 19 Feb 2011 00:17:28 +0100
parents f020d96ccfc8
children 2d952bc9897a
comparison
equal deleted inserted replaced
10:065ef4e56c25 11:0ed4c1a0412e
19 79469, -- Flask of Steelskin 19 79469, -- Flask of Steelskin
20 79470, -- Flask of the Draconic Mind 20 79470, -- Flask of the Draconic Mind
21 79471, -- Flask of the Winds 21 79471, -- Flask of the Winds
22 79472, -- Flask of Titanic Strength 22 79472, -- Flask of Titanic Strength
23 94160, -- Flask of Flowing Water 23 94160, -- Flask of Flowing Water
24
25 92725, -- Cauldron Agility
26 92729, -- Cauldron Stamina
27 92730, -- Cauldron Intellect
28 92731, -- Cauldron Strength
24 }; 29 };
25 30
26 -- Accepted well-fed buffs 31 -- Accepted well-fed buffs
27 local foodID = { 32 local foodID = {
28 87545, -- 90 Strength 33 87545, -- 90 Strength
31 87548, -- 90 Spirit 36 87548, -- 90 Spirit
32 87549, -- 90 Mastery 37 87549, -- 90 Mastery
33 87550, -- 90 Hit 38 87550, -- 90 Hit
34 87551, -- 90 Crit 39 87551, -- 90 Crit
35 87552, -- 90 Haste 40 87552, -- 90 Haste
41 87635, -- 90 Expertise
42 87554, -- 90 Dodge
43 87555, -- 90 Parry
36 }; 44 };
37 45
38 46
39 local minFlaskDuration = 10; 47 local minFlaskDuration = 10;
40 local noFlask, noFood, hasLowDuration = {},{},{}; 48 local noFlask, noFood, hasLowDuration = {},{},{};