Results: 6Comments by: grimmier
File: Button Forge12-12-10
this macro is the only one i have t...
Posted By: grimmier
this macro is the only one i have that will not work on the bars. /run if IsMounted() then Dismount() return end local m if IsFlyableArea() and not (GetCurrentMapContinent()==1 or GetCurrentMapContinent()==2) then m={2,4,11} else m={1,7,10} end CallCompanion("MOUNT",m) it works fine on a default bar, but i have most of those t...
File: Shieldmonitor10-14-10
that worked. noticed some other...
Posted By: grimmier
that worked. noticed some other things that may need adjusting, with no more spell ranks etc.
File: Shieldmonitor10-14-10
PW:S doesn't appear to work. can't...
Posted By: grimmier
PW:S doesn't appear to work. can't seem to find where the issue is though =(
File: Shieldmonitor10-14-10
temp fix for mage ward
Posted By: grimmier
temp fix for mage ward. The fix below does NOT take into account type of damage you are recieving. but at least you get a bubble bar for mage ward for now. although it appears to be working right either way. local SHIELDMONITOR_SPELLS = { -- priest ={tip=1,bonus=2,slot=5,icon='Spell_Holy_PowerWordShield',r=.7,g=...
File: PassLoot_AtlasLoot09-28-10
ok so Class/spec isn't the proper f...
Posted By: grimmier
ok so Class/spec isn't the proper filter for what i thought it was. But it is possible to add to the usable filter. i was playing with the drop downs and redid them so they are Any, Never, Now, and Later For the checks for red text, if there is red text on the right side it is never usable, and always will have red text on...
File: PassLoot_AtlasLoot09-26-10
any chance to get a filter on class...
Posted By: grimmier
any chance to get a filter on classSpec for current class? makes it easier to say if this class can't use then etc... reason being is that if i use a usable flag and set it to not usable, it will consider something i can use but is just higher lvl atm to be unusable.