This is a Very simple macro, it doesnt heal you after a fight so you have to find a spawn that is Constant, and is also low enuff level where u dont need to heal up after the fight (I used this on Viass orcs in the DE Dungeon at lvl 15) You also need to set "Quick Keys" or macro's in your macro bar for this.
The Macro is as Follows
Constants
WeaponSkill = {F1}
Attack = {F2}
Pickup = {F3}
Target = {F4}
End
//Auto Attack Never Ending Spawn
While 1=1 //never-ending loop, since 1 always = 1.
Keydown $Target 250
Delay 500
Keydown $Target 250
Delay 500
Keydown $Target 250
Delay 500
Keydown $WeaponSkill 250
Delay 5 Sec
Keydown $Attack 250
Delay 20 Sec
Keydown $Pickup 250
Delay 2 Sec
Keydown $Pickup 250
Delay 2 Sec
Keydown $Pickup 250 Delay 30 Sec
End
Since i am an Assasin using Dagger+Mortal blow i put the following in my menu bar
F1 set to Mortal Blow
F2 set to Attack
F3 set to Pickup Nearby Items
F4 set to Target Nearest Attackable Target
You may set yours however you wish, make sure to find a spawn that is relitively low, and stand directly behind it, that macro will use special skill, attack, pickup items, and wait 45 seconds til it respawns.
There ya go, enjoy. If this doesnt make it for free membership send me a PM or something and I will give you a guide or something like that.
