code snip for potion belt..AND..

kombat

Spammer
Joined
Feb 25, 2007
Messages
66
Reaction score
0
Points
0
hi all, im looking for two code snips..

no1 , /if potion belt container no 1 is ready /blah

no2 , /if spell gem 4 is ready /blah

much thanks in advance :).
 
hi all, im looking for two code snips..

no1 , /if potion belt container no 1 is ready /blah

no2 , /if spell gem 4 is ready /blah

much thanks in advance :).

/if (${Me.SpellReady[4]}) /blah

Still looking for the first one, maybe someone who knows it will post it before I find it.
 
Instead of looking at the potion belt, you could check to see if the item timer is ready via:

/if (${FindItem[Item Name].TimerReady}) /blah
 
thanks!

hi thanks for ya help here, ill take note and see what i can do.

i was looking for /potionbeltslot 1 ...

as i have a basic mac that ive set up to work with most my toons and levs..its like an all rounder typ of thing.
 
hi thanks for ya help here, ill take note and see what i can do.

i was looking for /potionbeltslot 1 ...

as i have a basic mac that ive set up to work with most my toons and levs..its like an all rounder typ of thing.

Use the find item that he said and make it look for what you have in potionslot 1.
 
I added such a thing a year or two ago to MQ2Melee.

/clickbelt

But you gotta know what button number you want (but it seems like that's what you want): MQ2Melee - MMOWiki

/clickbelt 1

htw