It still works but just to say:You have duplicate functions:function InMeleeRange()function FeedPet()Also i am using 5mmb from few days now and it's amazin ;-)
Yep, exactly.
ImBusy() then return end does this job, ( in fire/frost single )
function ImBusy()
if Zorlen_isCasting() or Zorlen_isChanneling() then return true end
end
did u leave zorlen in? as i've never seen this cancel ( used all specs )
Yea maybe i was just not paying enough attention but it seems ok for now.
But another small thing i found is your mage stop casting evocation on next click.
i suggest using
if buffed("Evocation","player") then return end
in mage atk functions like mage_single and so on.
PS. new mage trade function works like a harm ;) much better then dispenser
--
Dedi
sorry man, but this is simply not true. All party gets buffed.
i also think your buff function is sometimes always missing one person it's hard to see it in 40 raid but much easier on 5 box exping group.
like this:
local n=GetNumPartyMembers()
if n>0 then
i=math.random(n)
for j=i,n do
i think it's never checking for one person.
Can u try and see it yourself ? ( maybe "for j=i,n+1 do ") ?
I need some testing if this problem occures in other places too.
I find by... comparing line by line what u have changed with previous version... ;-)
Interesting! I will defintely fix that. How did you find that?