Search found 11 matches

by el_nene
Wed Jul 18, 2018 12:34 pm
Forum: MQ2::Development::Feature Discussion
Topic: Curious why no do while flow control
Replies: 4
Views: 1037

Re: Curious why no do while flow control

I noticed the addition of the /while loop flow control (I believe I was told @eqmule is to thank), kind of wondered why there is no corresponding do while loop for flow control. Is it a problem with parsing because all statements need a / in front to notate a command and Back in time, when I did th...
by el_nene
Wed Oct 06, 2010 10:28 am
Forum: MQ2::Help
Topic: help with TargetofTarget
Replies: 3
Views: 1622

Re: help with TargetofTarget

/bc Rogue's Name //target id ${Me.TargetofTarget.ID}
by el_nene
Sat Mar 06, 2010 6:27 am
Forum: MQ2::Macros::Help
Topic: Targeting someone based on a string holding their name
Replies: 6
Views: 8074

Re: Targeting someone based on a string holding their name

Sub Event_Haste(Line,Teller) /if (${Teller.Left[1].Compare[ ]}<0) /varset Teller ${Teller.Right[-2].Left[-1]} /tar ${Teller} /delay 2s /call Cast "Speed of Ellowind" gem5 10s /squelch /target clear /echo String Teller is set as "${Teller}" /return Try that.
by el_nene
Tue Apr 07, 2009 3:30 pm
Forum: MQ2::Bug Reports
Topic: MQ2-20090407 release CTD
Replies: 11
Views: 3120

I am having same crash, no merc active.
by el_nene
Wed Dec 17, 2008 4:00 pm
Forum: MQ2::Bug Reports
Topic: Guild Lobby -> CTD
Replies: 46
Views: 16304

by el_nene
Tue Jul 15, 2008 2:45 am
Forum: MQ2::Macros::Requests
Topic: looking for pally macro
Replies: 6
Views: 2153

Autobot or Modbot and mq2melee can do what you want.
by el_nene
Mon May 19, 2008 1:57 pm
Forum: MQ2::Macros::Requests
Topic: INI files for zbot or modbot
Replies: 12
Views: 11152

Posting on correct forum wouldn't hurt neither.
by el_nene
Mon Nov 08, 2004 12:02 pm
Forum: MQ2::Bug Reports
Topic: Spell.Duration bug (Alacrity)
Replies: 10
Views: 2676

Using ${Spell[foo]} can pick out a different spell depending on circumstances. Often a spell will have more than one entry in the database. Not sure if that's the issue here, but it could be. Check if the duration's correct for the actual Item/Spell gem you're using in the circumstances you describ...
by el_nene
Mon Nov 08, 2004 2:10 am
Forum: MQ2::Bug Reports
Topic: Spell.Duration bug (Alacrity)
Replies: 10
Views: 2676

Cr4zyb4rd wrote:How are you getting at the spell? You could be getting the return from an item click or something rather than the spell itself if you're not using Me.Gem or somesuch.
Using /echo ${Spell[Alacrity].Duration}
by el_nene
Sun Nov 07, 2004 5:48 pm
Forum: MQ2::Bug Reports
Topic: Spell.Duration bug (Alacrity)
Replies: 10
Views: 2676

Spell.Duration bug (Alacrity)

I have been able to check this with a few mounts, and with the AA horse from paladin and SK. Spell.Duration is returning 110 when you are not in a horse, and 70 when you are in one. I have not been able to find others spell with this bug (really didnt searched a lot) :wink:. If there is something th...
by el_nene
Tue Nov 02, 2004 1:38 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Shaman Macro - v0.7.2 - Hubba (2004-11-09)
Replies: 74
Views: 35913

Very nice macro :). I have added a few lines to use clicky items with group buffs: - On the declare section, /declare SpellGrpBuff2[1] string outer /declare SpellGrpItem[1] string outer /varset SpellGrpBuff2[1] "Group Primal Essence" /varset SpellGrpItem[1] "Primal Cudgel" - On t...