Search found 47 matches

by nytemyst
Sat Oct 17, 2015 4:39 pm
Forum: MQ2::Help
Topic: how to tell is Target has "boil blood" casted by me
Replies: 13
Views: 3143

Re: how to tell is Target has "boil blood" casted by me

If you want the necros to not cast a dot another necro has then something like this /declare x int local /for x 1 to ${Target.BuffCount} /if (${Target.Buff[${x}].Name.Equal[Boil Blood]}) { /echo He has Boil blood already | do something } else { /echo he doesn't have Boil blood |do something } /next ...
by nytemyst
Sun Aug 02, 2015 9:06 pm
Forum: MQ2::Macros::Requests
Topic: Finding a lost item
Replies: 1
Views: 1562

Re: Finding a lost item

/outputfile

Look in your EQ Root Folder.
by nytemyst
Sat Aug 01, 2015 3:30 pm
Forum: MQ2::Bug Reports
Topic: ${Me.Inventory[slot name].Augs} Broken?
Replies: 1
Views: 534

${Me.Inventory[slot name].Augs} Broken?

It seems to always return 2 or 5 no matter the scenario.
One Aug

Code: Select all

${Me.Inventory[Head].Augs} == 5

No Augs

Code: Select all

${Me.Inventory[RightFinger].Augs} == 2
by nytemyst
Mon Dec 29, 2014 5:46 pm
Forum: MQ2::Macros::Help
Topic: Pet Targeting question
Replies: 4
Views: 1070

Re: Pet Targeting question

/pet attack doesn't accept arguments so i don't see that as being possible.
by nytemyst
Sat Jun 21, 2014 11:08 am
Forum: MQ2::Macros::Help
Topic: Macros packed with the zip
Replies: 7
Views: 2773

Re: Macros packed with the zip

Language mac is good. Everybody always will use one of those at some point.

maybe one of those PL scripts?
by nytemyst
Sat Jun 21, 2014 10:54 am
Forum: MQ2::Macros::Help
Topic: Debuffs/Target Window?
Replies: 15
Views: 2564

Re: Debuffs/Target Window?

Code: Select all

/declare i int local
/if (${Target.ID} && ${Target.BuffCount) {
	/for i 1 to ${Target.BuffCount}
   	/echo ${Target.CleanName} has ${Target.Buff[${i}]} on them.
/next i
}
by nytemyst
Wed May 28, 2014 11:46 pm
Forum: MQ2::Custom UI
Topic: Freq / di28889 Updated 2013
Replies: 65
Views: 17917

Re: Freq / di28889 Updated 2013

Beo you never fail to amaze me.
by nytemyst
Wed Mar 12, 2014 9:50 pm
Forum: MQ2::Bug Reports
Topic: [SOLVED] TLO Raid not working
Replies: 6
Views: 1168

Re: [SOLVED] TLO Raid not working

yeah broken again on latest build
by nytemyst
Fri Apr 26, 2013 6:15 pm
Forum: MQ2::Bug Reports
Topic: MQ2-20130421a -- Crashing when searching in bazaar window
Replies: 19
Views: 5435

Re: MQ2-20130421a -- Crashing when searching in bazaar windo

*** WARNING: Unable to verify checksum for MQ2Bzsrch.dll *** ERROR: Module load completed but symbols could not be loaded for C:\Games\Sony\EverQuest\eqgame.exe 0:000:x86> r eax=00000000 ebx=68ccb770 ecx=32a04f58 edx=000033e0 esi=016f7974 edi=000033e0 eip=68c74a51 esp=016f78b8 ebp=016f79cc iopl=0 n...
by nytemyst
Tue Feb 16, 2010 3:52 pm
Forum: MQ2::Bug Reports
Topic: Me.PetBuff[#].Duration not reporting remaining duration
Replies: 50
Views: 3065

Code: Select all

${Me.PetBuff[${Me.PetBuff[Levitation]}].BuffDuration}
Tried that?
by nytemyst
Thu Jan 07, 2010 6:05 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: working emu server enchanter macro
Replies: 58
Views: 4017

your pacifiy variable names don't match.
by nytemyst
Sun Aug 09, 2009 1:04 am
Forum: Games::Everquest
Topic: items that create arrows
Replies: 32
Views: 6954

Does it have to be arrows? there's an item in dreadspire, valdoholm,stonefoot falls.
by nytemyst
Thu Jul 16, 2009 11:02 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFNuke mac (Wiz Bot Mac update: 12-02-04)
Replies: 373
Views: 128606

Does it do it only when a mob is close?
by nytemyst
Wed May 28, 2008 12:32 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFNuke mac (Wiz Bot Mac update: 07-21-05)
Replies: 77
Views: 32221

This is what i got for that. /if (${Me.PctMana}<=${harvestpercent} && !${Me.Moving} && ${Me.SpellReady["${HarvestSpell}"]} && !${Me.Casting.ID}) { /call Cast "${HarvestSpell}" ${harvestgem} 7s /delay 19s !${Me.Stunned} :wait1 /if (${Me.Casting.ID} || ${Me....