Search found 5 matches

by zizak51
Sun Oct 14, 2012 5:48 pm
Forum: MQ2::Help
Topic: Inventory
Replies: 5
Views: 747

Re: Inventory

Still can't figure out how to pick up a stack of items.
by zizak51
Sun Oct 14, 2012 5:40 pm
Forum: MQ2::Help
Topic: Inventory
Replies: 5
Views: 747

Re: Inventory

Nevermind. /destroy
by zizak51
Sun Oct 14, 2012 5:31 pm
Forum: MQ2::Help
Topic: Inventory
Replies: 5
Views: 747

Re: Inventory

Thanks! Wow i feel dumb.. any idea how to delete items on cursor?
by zizak51
Sun Oct 14, 2012 3:53 pm
Forum: MQ2::Help
Topic: Inventory
Replies: 5
Views: 747

Inventory

Hey guys. Can anyone point me to (or write) a code snippet that will do the following: - Loop through all the items in my bags and return the name and vendor value of each item - Move an item that matches a name to cursor and delete it (or a stack of it) Using /itemnotify, ${FindItem[]} and InvSlot[...
by zizak51
Tue Aug 02, 2011 12:51 am
Forum: MQ2::Macros::Snippets
Topic: Being Attacked by mob..
Replies: 0
Views: 5720

Being Attacked by mob..

I noticed a post about detecting // reporting the mob that is attacking your bot characters. There is probably a better way to do this but here is my prototype example in answer to http://www.macroquest2.com/phpBB3/viewtopic.php?f=24&t=6668 . |=====VARS | | o UnderAttack exists so that you can f...