Also think it might be fun, just for shits and giggles, to add in the short macro built that alters your hotkeyed messages. Like your incoming hotkey if you pull, the macro is found here http://www.macroquest2.com/phpBB2/viewtopic.php?t=8019&postdays=0&postorder=asc&start=0 Give credenti...
Love the additions you made. But you broke forage again =P Add two delays as I will show, if you use OOW foraging AA. At least on my system, it goes too fast and doesnt catch a second item on the cursor. sub destroyornot :Keep /delay 5 /if (!${Cursor.ID}) /return /varset invset ${Ini[ArchSettings.in...
Latest MQ broke some of the structural uses.
If you're having problems running the macro command lines, use /echo before the command such as for /setforage use /echo setforage.
Okey on the assistpercent issue this is my problem. Didn't check melee, but while arch is being used, and settankname set, as well as autoassist set to a certain percent it seems to just automatically start firing. I will test it a bit more tonight to find out exactly where the issues are. Also the ...
Just had another revolution, a thought of something you could add if you saw fit, plus I have another bug report? Suggestion: Add a toggle to cast a nuke or two. Like at a certain %, cast whatever you nuke you have selected. Adds to the entertainment! Bug Report?: I'm not entirely positive I'm toggl...
Not sure if you were getting my tells LPW: Forage as you have it still wasn't working. I couldn't figure it out at first and then realized the trend that was going on. As you have it set right now, it only checks for another item on the cursor IF it /autoinv one. You need to add the cursor.id check ...
Ack lol I'm sorry you died. I'm raiding right now but have two computers so =P Okay testing this forage thing here is what I'm noticing. If its not in the INI, it gets added then thrown into bag. If two items are foraged it either checks one, destroys or inventories it, and keeps th eother on the co...
Oh, also. My friend. Aside from having to actually change the ini like you said you did! =P The double check doesnt work. It bags the first item, and checks the second? I'm fighting with my lack of knowledge for this type of coding to figure it out. Okey I have to ask for instructions. Noticing fora...
sub destroyornot :Keep /varset invset ${Ini[ArchForage.ini,ForageList,${Cursor.Name},${notset}]} /delay 3 /if (${invset}==${notset}) { /ini "ArchSettings.ini" "ForageList" "${Cursor.Name}" "1" /varset invset 1 You still never fixed the ini. hehe. ArchSettings....
Love the update, fixed a few issues I was having. Thank you for fixing the forage issue. ^.^ Recommendation: Thought about this while raiding today. Add command to wait for res box, accept it, loot corpse when landing, then to sit so you start medding. Seen other macros of the same affect. Figure wo...
Tested it out over the last hours. The forage sub doesnt work properly with the new OOW Forage AA. It doesn't take into account 2 items being on the cursor. It works for single forage, after replacing the .ini file name. Second item will not be ran through the /destroyornot function, checked against...