Search found 9 matches

by SirCheese
Tue Jun 19, 2007 2:55 am
Forum: ISXEQ::Help
Topic: ISXEQ Help
Replies: 1
Views: 2345

ISXEQ Help

Hello all, I have not been here in quite some time... I decided to start playing good ol EQ again. I am having trouble geting ISXEQ to work. I can compile it. However when I run /ext isxeq in game It crashes on me. Here is the dump I get when it crashes. Any help would be wounderfull. Thanks Extensi...
by SirCheese
Fri Nov 12, 2004 8:48 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: My Druid Mac
Replies: 8
Views: 4321

Thank you for your post A_Druid... I did get carried away with the comments. It was to make it easier to troubleshoot things that did not work. I tested each sub or loop etc before moving on. I would put the comment there when it was complete so i knew it was working and if i needed to find it later...
by SirCheese
Thu Nov 11, 2004 1:35 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: My Druid Mac
Replies: 8
Views: 4321

My Druid Mac

This is my 1st Macro im hoping for some constrctive critisizm. It assumes the druid has 9 spell slots. Druid will heal Group MA and hiself. Will nuke or dot , Keep regen ds and hp buffs on grp and self. Will port to all ports if asked. Has a built in help o well here goes.. try it tell me what u thi...
by SirCheese
Mon Oct 25, 2004 4:58 pm
Forum: MQ2::Macros::Help
Topic: bool
Replies: 1
Views: 875

bool

So today I took some advice I have seen posted at least 1 time on these boards. I read the Manual!!! Learned a ton. Was great advice.

However I still dont understand what the bool command is for. Can anybody give me some help on this?
by SirCheese
Fri Oct 22, 2004 4:10 pm
Forum: MQ2::Macros::Help
Topic: Help with code...
Replies: 8
Views: 2128

/varset focusbeg 1


i get an error when it comes to this point.. will post error when i get home. work is teh suck.
by SirCheese
Fri Oct 22, 2004 2:19 pm
Forum: MQ2::Macros::Help
Topic: Help with code...
Replies: 8
Views: 2128

Help with code...

im having problems with this code.. im trying to make im check if he has focus. If not he checks to see if there is a shaman near if there is he ask for focus if not he cast his own buff /if (!${Me.Buff[Khura's Focusing].ID} && !${Me.Buff[Focus of Soul].ID} && !${Me.Buff[Focus of the...
by SirCheese
Sat Oct 02, 2004 3:18 pm
Forum: MQ2::Macros::Help
Topic: varcalc
Replies: 3
Views: 841

varcalc

Sub NukeCycle /if (${TimesNuked}<${NukeAmount}) { /call cast "${FireNuke}" gem1 5s /delay 2s /varcalc TimesNuked + 1 /delay 10s } else { /echo Im Done Nuking %t! } /return the varcalc adds 1 to the ${timesNuked} ... how do i get it to set ${timesNuked} with the total? so the next time it ...
by SirCheese
Wed Sep 29, 2004 1:19 am
Forum: MQ2::Macros::Help
Topic: If Spell Fizzles
Replies: 3
Views: 944

Thank you so much the Spell_routines.inc worked awsome.


I am also trying to figure out how to determine when a mob dies.

I have a mage and i send his pet in at a %. I want some varset's to reset when the mob dies. Is this doable?
by SirCheese
Tue Sep 28, 2004 8:03 pm
Forum: MQ2::Macros::Help
Topic: If Spell Fizzles
Replies: 3
Views: 944

If Spell Fizzles

Im new to this so dont flame me to bad...

Im trying to find a code where if a spell fizzles it will re cast it.

2nd) is there a url where u can make donations?