Search found 10 matches

by Zardoz0609
Mon Sep 05, 2016 5:07 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AssistBot
Replies: 29
Views: 5495

Re: AssistBot

Edit - 05 Sep 2016 - It has been a minute, but I have started playing again. I have made various bug fixes and had to fix a few of the issues with using a higher performance computer.
by Zardoz0609
Thu Apr 30, 2015 11:59 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AssistBot
Replies: 29
Views: 5495

Re: AssistBot

Edit - 30 Apr 2015 - Added the alternate advancement abilities to be both generic and tank-specific. Tweaked the healing system and the auto buff function. Fixed a few bugs.
by Zardoz0609
Wed Apr 29, 2015 7:37 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AssistBot
Replies: 29
Views: 5495

Re: AssistBot

Edit - 29 Apr 2015 - Finally added some one-spell healing into the system. A simple "Save Your Heal!" into EQBC will push your ninth spell slot along with an 80% hp tolerance into the ini file. I added a way to push a different spell slot as well as load a different tolerance in if wanted....
by Zardoz0609
Mon Apr 27, 2015 7:41 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AssistBot
Replies: 29
Views: 5495

Re: AssistBot

Edit - 27 Apr 2015 - Got rid of the need to map strafe keys, added a way to push a second "attacks" spell set, added a ranger-specific (can be modified for any bow/range wielding class) range attack function, added a caster range attack function, added casting while fiighting, added an aut...
by Zardoz0609
Sat Apr 25, 2015 3:44 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AssistBot
Replies: 29
Views: 5495

Re: AssistBot

My plan for the next few weeks is to add some caster-specific functionality just in case someone doesn't want their mage/wizzy whatever meleeing. I would also like to put in some more ranged function specifically for the ranger. To top it off, I want to give some backup healing parameters for shaman...
by Zardoz0609
Fri Apr 24, 2015 8:06 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AssistBot
Replies: 29
Views: 5495

Re: AssistBot

Tested both. Both work!

I ended up going with the /if (!${Target.Buff[Whatever].ID})
by Zardoz0609
Fri Apr 24, 2015 4:13 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AssistBot
Replies: 29
Views: 5495

Re: AssistBot

Today's update allows for a simple "Buff Up!" Command and all of the caster-type buff the group and their own pet. Sub Event_Buffs /declare Count int /declare SpellCount int /if (${Me.Class.CanCast}) { /call CountGems /target ${Me.CleanName} /for SpellCount 1 to ${GemCount} /if (${${Me}Spe...
by Zardoz0609
Fri Apr 24, 2015 7:49 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AssistBot
Replies: 29
Views: 5495

Re: AssistBot

I changed it around a bit last night to run through the Irc client and temporarily use a public irc server (no one seems to use those any more... especially ones based in northern Canada ;) ). Perhaps, tonight, I will get it working with the BCS. On another note, I put in some code to push each cast...
by Zardoz0609
Thu Apr 23, 2015 5:41 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AssistBot
Replies: 29
Views: 5495

Re: AssistBot

I had looked into EQBCS, I just haven't made it around to configuring it. On my main setup, I really only pass the assist command regularly. I have a group buffing function and a few ways to toggle on and off some of the other features, but they aren't really noticeable. The only noticeable thing in...
by Zardoz0609
Thu Apr 23, 2015 4:52 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AssistBot
Replies: 29
Views: 5495

AssistBot

Macroquest has quickly turned into one of my favorite hobbies. Anyhow, this is the code I use for my toons. I 3-box most of the time and tabbing window to window is just silly. I have a significantly more advanced code I use for my main toons, but I decided to build up a different group and refine t...