I added this into the include (in red) Sub LootItem(int i,DoWhat,WhichButton) /declare CorpseItemID int local ${Corpse.Item[${i}].ID} /nomodkey /itemnotify loot${i} ${WhichButton}mouseup /delay 5s ${Window[ConfirmationDialogBox].Open} || !${Corpse.Item[${i}].NoDrop} /if (${Window[ConfirmationDialogB...
Greets dkaa, don't know where you get the time to monitor all this stuff, but it IS appreciated. (at least by me) Added code, testing after patch, thanks. /target dkaa /give coffee /if (!${target.type.want[coffee]}) /give Beer /if (${target.type.want[money]}) /say Check is in the mail. /return Pantz.
Hi, Agreed, I am never away from my PC while MQ is running. It may not seem it from this macro example especially, but It's really about automation. I often look for spots just like forgotten halls that require little interaction from me while I'm doing my class work (on the same computer in fact) I...
Greetings, This was originally the Forgotten Halls for Cleric in the 40ish. I'm back and playing an Enchanter now, and taking onine classes. So what the hell, decided to see if could multitask. This Macro is now Enchanter Centric, but could be easily modified for any caster variety, it is very speci...
Yep, that will help, my MQ2 life just got a whole lot broader..... Thanks, I did manage to fix my issue, I removed the excessive F8'ing, the combat sub handles targetting and does it with /target and not /keypress, much cleaner. Thanks everyone. I'm archiving this one for now while I work on /doeven...
Greetings, That is exactly what I'm trying to do. I recognize it's a very specific location macro because pressing F8 isn't going to give you good results if you happen to target a friendly! I worry about using /tar npc name will it choose the closest one like f8 does? I also find that if I use /tar...
My Lord! You guys are too fast, I'm happily pleased from the responses I've gotten back so far, I guess it really makes a difference to those who are trying their best to follow the rules. As I'm updating the wiki; thinking to myself wow I have no friggen clue what I'm talking about, turns out the n...
Greetings, WIKI Edit: http://www.macroquest2.com/wiki/index.php/Help_Macros#My_Macro_Stalls_until_Mouse_Movement My macro seems to just stall out sometimes until I move the mouse, but especially if I click either right or left, it picks right back up. It always stalls in the combat sub so I'm just s...
Greets, Thanks for all the suggestions, I'm working on some cleaner code right now and will test shortly once the patched code is released. Thanks for the tip on the targetting as fairly soon, I'll be writing the companion macro that will control some type of melee toon (if I want to buy the damn ex...
Greetings, This is my very first post, while I don't expect anyone involved in this project to be gentle I would happily take suggestions for improving this macros. This is also my first macro that I spent more than 8 minutes on. This macro is for a cleric in their early to mid 40's (that's all that...