08/05/09, 6:54 PM
|
#1
|
|
palpably superior comprehension
|
Infraction for xinquisitor666x: 6. Do not post unless you have something new and worthwhile to say.
Post: Mage UI and Add-ons (READ THE FIRST POST)
User: xinquisitor666x
Infraction: 6. Do not post unless you have something new and worthwhile to say.
Points: 1
Administrative Note:
Message to User:
|
Send thanks through Private Messages. Doing so in-thread adds to clutter.
|
Original Post:
Originally Posted by Jarlyn
Open Interface\AddOns\Scorchio2\Scorchio2.lua in any text editor, scroll down to this section (it's near the top):
local VULNDATA = {
{ -- Scorch
self = false,
durationpve = 30,
durationpvp = 30,
maxstacks = 5,
unique = false,
valid = 4294967295,
checkPally = false
},
{ -- Winter's Chill
self = false,
durationpve = 15,
durationpvp = 15,
maxstacks = 5,
unique = false,
valid = 4294967295,
checkPally = false
},
{ -- Living Bomb
self = false,
durationpve = 12,
durationpvp = 12,
maxstacks = 1,
unique = true,
valid = COMBATLOG_OBJECT_AFFILIATION_MINE,
checkPally = false
Under the Living Bomb entry, change unique = true to unique = false and Scorchio will track multiple LB's just fine.
|
Big thanks
|
|
|
|
|
|