Ok.. Here's the deal.. I am in charge of the guild coffers which means that one of my characters is the trademule for my guild. They give me stuffs and I sell in bazaar and use the plat for newbs that need gear, purchase items to help with epics, etc..... Really no problem with that at all... Howeve...
Ya know what I just realized.. The first time you talk to snokin, he gives you a book, and then the items for the combine.. The macro doesn't take that into consideration.. It will try to add the book in with the other items on the first run and will cause a "can't combine" error.. Soooo.....
Ok.. I have added the goto that, as Zornecro pointed out (Thank You! =) ), was missing.. I think that should do it.. Scubaski --- Chief, thank you for starting this one in the first place.. It was a really good job, just needed a little tweaking.. If you want to collaborate on something.. just /invi...
Maybe you could look at how Handin.mac handles turning in 4 items. http://www.macroquest2.com/phpBB2/viewtopic.php?t=7738&postdays=0&postorder=asc&start=15 Thats the link to the newest version of it, on the second page. It's a really nice macro. Ya know.. I played with that a little bit...
I didn't examine it for end conditions, like when the NPC doesn't have any more work for you to do. Remember to always have a hotkey to halt looping macros: /hot Stop /end Yeah, there is a stop condition.. I was toying with the idea of having it count how many of the last combine were turned in and...
because, In case you haven't noticed, and I'm sure you haven't because you haven't bothered to use the freakin search feature.. Plat farming / afk macros are SERIOUSLY frowned upon.. Also, if you had bothered to look around at other websites, which I'm sure you haven't cause you aren't even bright e...
Ok.. The original macro for this is in another thread.. http://www.macroquest2.com/phpBB2/viewtopic.php?t=9184&highlight=freesmith However, It didn't work.. I spent some time fixing all of the calls to subs that didn't exist and fixing the errors that popped up, Etc.. Anyway, I have tested this ...
Well.. I have been trying to come up with something that people would find usefull to try my hand with. However, after coming up with an idea and then searching to find out if someone has already done it, I find that everything I have thought of has already been done. The amount of support this proj...
#event CoolForageStuff "#*#GM#*#) #1# <#*#" Sub Main /declare tempStr string local abcdimefghmacijklroingmonp /declare stuff string outer ${tempStr.Mid[5,2]} ${tempStr.Mid[11,3]}[/quote] I've been lurking here for a while, getting snippets, reading code discussion and slowing improving my...