Page 1 of 1

Cast item

Posted: Tue Jan 28, 2014 11:49 am
by Firenze
Hello my fellow cheaters.


Is there anyway to cast item from bags ?

I use the classic T build from mq2emulator.


Thanks a lot
Kindly
Firenze The Queen


PS : I'm a total noob with macros and stuff

Re: Cast item

Posted: Tue Jan 28, 2014 11:50 am
by Lillu
Firenze wrote:Hello my fellow cheaters.

QFT! :lol:

Re: Cast item

Posted: Tue Jan 28, 2014 12:47 pm
by Firenze
got the answer I was looking for :)

Re: Cast item

Posted: Tue Jan 28, 2014 12:51 pm
by Tristhan
Firenze wrote:got the answer I was looking for :)


Hey Firenze,

here some highlights from the macro i promised to write you, check it out:


/plugin MQ2DPSadv load

:loop
/if (${Me.Combat}) {
/check MQ2DPSadv_Window
/bcaa //q
}
/goto :loop

Sub MQ2DPSadv_Window
/if (${Me.CleanName.Equal[Firenze]}) {
/stick hold 1 to the corner lookdown !moveback
/start Crying
/start Whining
/delay 1000 !${Me.Combat}
}

:mrgreen:

Re: Cast item

Posted: Tue Jan 28, 2014 1:00 pm
by Firenze
Hahaha even if i m a noob , i see what you did there !!

Re: Cast item

Posted: Wed May 07, 2014 8:02 pm
by llucere
Did you ever get an answer to this?

If not you just need to enable mq2exchange plugin (/plugin mq2exchange), then you can cast items from inside bags. If it has to be equipped, it will equip the item, cast it, then swap it back.

Edit: Use an item from inside a bag like this:

Code: Select all

/casting "Item Name" item


I know this is an old post and you probably figured it out by now, but someone else might see this and need to know the answer.

Cheers!