i think i've almost got my macro 100% converted but a few things are still evadeing me ive been searching my butt off...
1: in the reference for ${Spawn} it says ${Spawn[npc radius 500 trakanon] and it says uses the standard search strings.. do they not require a : anymore? like loc:@loc or radius:500?
/if (!${Spawn[pc radius 400]}) and /varset PullMobID ${Spawn[npc loc @Mob1].ID} or with :'s?
and 2: how can i check if a pack is opened my
/if $pack(6,open)==FALSE
i was lookin at ${invslot} but couldnt come up with anything
last one :3 im setting a snare timer and ive just converted the old one over
/varset SnareTimer ${Math.Calc[${Spell[SnareSpell].Duration}*10].Int}
is that correct for setting the timer?
thanx in advance.


