- Joined
- Oct 5, 2012
- RedCents
- 2,324¢
I have mentioned before here that I am currently playing on the TLP servers, recently hit 50 on a group of toons, and as much fun as it all was... I am looking for another way to level my future alts and such. I've always been a fan of just farming and killing stuff with a max level toon. ANYWHO, not to sidetrack my own thread, I have decided while I am messing with youtube and playing things on Steam I would farm bonechips. Since there are no vendors currently that sell that (to my knowledge) the best way to get them is to farm them from a quick respawning area. I made a very rough macro to just have my mage kill skeletons at a spawn, but wonder if it could be handled a little more elegantly. I am by no means an expert with creating complex macros, and would appreciate a little input if anyone knows of a better way. Thank you in advance! Also, I am posting it here so anywho who would like it is welcome to use it as well. Nothing special at all, but maybe it'll help.
Edit: I was looking at the bonechip turn in macros currently on the macro list and they appear to be all inclusive, which is great for most/ all live servers. I may be grasping for straws, but does anyone know of a barebones just turn in snippet? If one isn't already floating around Ill try my best to just cut out the portion I would need to turn these in to the NPC, and credit the original author.
Rich (BB code):
Sub Main
:loop
/pet attack a_decaying
/pet attack a_decaying
/pet attack a_decaying
/pet attack a_decaying
/pet attack noclin's pet
/goto :loop
/return
Edit: I was looking at the bonechip turn in macros currently on the macro list and they appear to be all inclusive, which is great for most/ all live servers. I may be grasping for straws, but does anyone know of a barebones just turn in snippet? If one isn't already floating around Ill try my best to just cut out the portion I would need to turn these in to the NPC, and credit the original author.



