Search found 35 matches

by rencro
Fri May 11, 2012 1:48 pm
Forum: MQ2::Bug Reports
Topic: /stick with delay
Replies: 2
Views: 460

Re: /stick with delay

You could try the plugin MQ2FPS (VIP membership) which will lighten the load on your system, but seems odd if all you are running are 2 screens..If you have an Innerspace subscription you could use EQPlayNice, although I still just use MQ2FPS even though I also use Innerspace... Both of these sugges...
by rencro
Thu Jun 09, 2011 3:36 am
Forum: MQ2::Macros::Requests
Topic: auto atk macro
Replies: 2
Views: 1995

Re: auto atk macro

Here you go.. This is a hacked up hunter mod, so credits to all the previuos hunter mac writers. Sub Main /declare RV_FailCounter int outer 0 /declare RV_MyTargetID int outer 0 /declare RV_MyTargetName string outer /declare RV_MyTargetDead int outer 0 /declare RV_InvalidTargetID int outer 0 /declare...
by rencro
Sun Aug 15, 2004 11:14 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Shaman Auto-Canni/Slow/Haste/DoT/Healer/etc.. UPDATE 8/14/04
Replies: 71
Views: 25661

Hmm. Yea thats right, tried was getting reset to 0 after the return from DotTarget, and the initial value was 0 as declared, bah... :oops:
by rencro
Sun Aug 15, 2004 1:33 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Shaman Auto-Canni/Slow/Haste/DoT/Healer/etc.. UPDATE 8/14/04
Replies: 71
Views: 25661

Cant log on and check today, and have work early tomorrow but dedpoet, might give this a try, not sure though.. Sub DoTs /if (${malotoggle}==1 || ${slowtoggle}==1 || ${powertoggle}==1) { /if (${needmalo}==1 || ${needslow}==1 || ${needpower}==1) /return } /if (${Dotted}==0 && ${Target.PctHPs}...
by rencro
Sat Aug 14, 2004 2:21 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Shaman Auto-Canni/Slow/Haste/DoT/Healer/etc.. UPDATE 8/14/04
Replies: 71
Views: 25661

Regular or "small" buffs never make a call to the buffing subroutine Sub RegularBuffs /for g 1 to ${SmallBuffArray.Size} /varset SpellName ${SmallBuffArray[${g}]} /next g /return I dont use the small buffs so never bothered t/s'ing it. Try: Sub RegularBuffs /for g 1 to ${SmallBuffArray.Siz...
by rencro
Sun Aug 08, 2004 2:14 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Shaman Auto-Canni/Slow/Haste/DoT/Healer/etc.. UPDATE 8/14/04
Replies: 71
Views: 25661

Running this right now, all works great except Hasting via grouphaste I tried SLOW, DOT, AUTOASSIST, SIT, CANNI, HEALER, PET, BIGUFFGROUP, and HASTE.... All work very well... Just logged and looking at code gonna try this tomorrow, when im awake: gonna try if this works tomorrow? Change: /if (${grou...
by rencro
Thu Aug 05, 2004 1:54 am
Forum: MQ2::General
Topic: Any one else
Replies: 1
Views: 812

Mine ran well all night, have latest build, and begin MQ before EQ.
by rencro
Fri Jul 16, 2004 7:33 pm
Forum: MQ2::Help
Topic: Update for Latest 7-15 patch?
Replies: 31
Views: 8396

Epoch18 wrote:
And for the record... I AM a girl... and I AM currently in school.
Uhhh, come to Butthead!!
by rencro
Sun Jul 11, 2004 12:49 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: What feature do you want next in Genbot?
Replies: 25
Views: 12162

I voted :Relax, level your chars.... I just came back to eq( again ) and it took a few to get used to this "new" genbot. Everything seems solid, and I'm happy with it. Relax, play some, maybe "new" ideas will come to you, out of neccesity.... And thanks for keeping this alive...
by rencro
Fri Feb 27, 2004 12:06 pm
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 82794

There seems to be an occasional bug in eq where an almost dead mob will warp to another part of the zone on its own(Happens in pov about once a night) You're "bots" run like bats outta hell to mobs new location, all the while picking up every add in the zone. Also in some instances where a...
by rencro
Wed Jan 14, 2004 1:35 am
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 82794

Well, figured I would post my SK Sub I use in personal.inc Sub Sknight /if n @Combatstatus!=1 { /if n $char(buff,"grim aura")<1 { /if n $char(buff,"Strenth of Tunare")<1 { /if n $char(gem,"Grim Aura")>0 /call SpellSub "Grim Aura" } } } /if n @Combatstatus==1 {...
by rencro
Tue Jan 13, 2004 12:10 am
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 82794

Lasher said: For those having trouble on the yaulp and cann portions. They are controlled by having the bot 'reportlom'. So to turn off canning or yaulping for any reason; /t bot reportlom off daerk said: Otherwise Yaulp and Cann will only be done if the ReportLom var has been activated. Exactly.
by rencro
Mon Jan 05, 2004 5:08 pm
Forum: Macro Depot (MQ1)
Topic: circle
Replies: 3
Views: 1707

My hand quivers at times...
by rencro
Fri Dec 12, 2003 7:29 pm
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V8 with ini
Replies: 253
Views: 67629

DontShoot, this is outdated but used to work for me, maybe needs just a little touch up, but since you asked, in personal.inc : Sub PersonalMain /if @Combatstatus=="1" /call Epic /if @Combatstatus=="1" /call Mend /return Sub Mend /if n $char(ability,"Mend")<1 /return /i...
by rencro
Thu Dec 11, 2003 9:12 am
Forum: Macro Help (MQ1)
Topic: ))
Replies: 2
Views: 879

:?: