MQ2Melee Question

Third party software discussion goes here.
User avatar
Puffda
Posts: 141
Contact:

MQ2Melee Question

Post#1 » Thu Jul 02, 2015 1:06 am

I am trying to get MQ2Melee to detect what buffs my pet has on him and to cast said buff on pet when it wears off. Also I am trying to implement a recast timer as well so the item wont try to recast over and over till the item is able to be recasted.
Image
<Sanctuary>

User avatar
Nilbus
Posts: 1258

Re: MQ2Melee Question

Post#2 » Thu Jul 02, 2015 3:02 am

As an example, I use this in my mage's ini for mq2melee - downshit1=/if (${Me.Pet.ID}>0 && ${Me.PetBuff[Elemental Mastery]}==NULL && !${Me.Moving} && !${Me.Casting.ID}) /casting "Aged Sarnak Channeler Staff" -targetid|${Me.Pet.ID}

doesn't have the check for recast, but should get you a start
Nodyin-Nilbus-Pockit-Tiah-Rakas- Funeral
Likeatruck-Khaltos-Nilbie-Ziknaf-Prathun-Missus
Elidor
Youme-Yumme-Blazingtide-Sublin-Lissanda-Darmok
Djarik-Ikat-Nerys-Ometi-Tarana-Biln

I know way too much random stuff.

User avatar
Puffda
Posts: 141
Contact:

Re: MQ2Melee Question

Post#3 » Thu Jul 02, 2015 3:22 am

awesome that works now just to figure out how to work a recast timer into it. =)
Image
<Sanctuary>

User avatar
Nashoba
Posts: 17

Re: MQ2Melee Question

Post#4 » Thu Jul 02, 2015 10:16 pm

I would think that adding a && ${Me.SpellReady[spell name/ID]} for a straight spell gem, or && ${FindItem[item name/ID].TimerReady} for an item cast should give the checks for if the spell or item is good to cast/click.
Xsas - Monk (Main)
Etisien - Mage
Mosaphic - Warrior
Nerisong - Bard
Rusco - Cleric
Zanoske - Beastlord

User avatar
Puffda
Posts: 141
Contact:

Re: MQ2Melee Question

Post#5 » Thu Jul 02, 2015 10:31 pm

tried added that for the item but it still seems to just spam cast it till it can finally cast
Image
<Sanctuary>

User avatar
Shin Noir
Posts: 380

Re: MQ2Melee Question

Post#6 » Fri Jul 03, 2015 9:55 am

Code: Select all

downshit7=/multiline ; /if (!${Defined[sune]}) /declare sune timer outer 0 ; /if (!${Defined[doSune]}) /declare doSune bool outer TRUE ; /if (${sune}==0 && ${doSune} == FALSE && ${Zone.ID} != 368) /casting "Sune's Vambraces of Eternal Life";  /if (${sune}==0) /varset sune 60s
ImageImage

User avatar
Alulien
Posts: 283

Re: MQ2Melee Question

Post#7 » Tue Jul 07, 2015 12:42 am

Has this been resolved? I don't use MQ2Melee for anything other than the normal melee handlers and instead macro everything else, including all buffs. You can set a variable to track buffs of all toons/pets and recast accordingly. There's some info I provided in another post here.
Malistari (SHD) | Daggar (ROG) | Sarda (BST) | Gurneyman (BRD) | Glamd (SHM) | Wrunken (CLR)

<Muffins>

Letow (PAL) | Feydakin (MAG) | Corpselight (NEC) | Mallyal (ENC) | Thomel (BRD) | Araer (DRU)

Return to “Third party software”

Who is online

Users browsing this forum: No registered users and 2 guests

cron