Okay here is my macro - works fine, made 4 levels last night...
Now it can be edited to a single attack (stand behind mob re-atk every 45sec on mob respawn etc,etc... real basic) BUT if your in a dung with multi spawns it'll target the mob you want, fight within a time range, heal and move on (also pick up items and use any skills)
ENJOY p.s i have no skills in this as i have a dwarf and dont use sweep/spoil when im grinding.
// This line is necessary to select the proper window
SetActiveWindow Lineage II Call
Constants
Attack = {F1}
Pickup = {F3}
Heal = {F9}
Target = {F4}
End
//Auto Attack Never Ending Spawn
While 1=1 //never-ending loop, since 1 always = 1.
//Set this to however long it takes you to get in the game//
//and click in your chatbox if your not in window mode//
Delay 2 Sec
Keys /target [magical weaver 11] {Return} //Change NPCNAME to the Mob of your choice.
Delay 500
Keydown $Attack 250
Delay 2 Sec
Keydown $Attack 250
Delay 2 Sec
Keydown $Attack 250
Delay 20 Sec //Set this time to how long it will take you to kill the Chosen Mob.
Delay 500
Keydown $Pickup 250
Delay 500
Keydown $Pickup 250
Delay 500
Keydown $Pickup 250
Keydown $Heal 250 //Uncomment these lines if the mob you are fighting
Delay 5 Sec //Is for EXP Purposes, this will give 30 Seconds of
Keydown $Heal 250 //Healing time after each battle.
End
btw im not a member and would love to become one... I have d/l a MAJOR macro off the net it is serious over 450 lines long.... one of those jap ones translated into english... I haven't gotten it to fully work but this thing has anything and everything in it

!!!