TeachersPet
Well-known member
- Joined
- Jul 27, 2005
- RedCents
- 51¢
Make a level 1 character, take it to Thurgadin, put a bunch of Small Pieces of Velium on it, group it with your main character, turn on 100% AA, open all bags and then run this macro over and over again until you have an orgasm and/or shit yourself.
2-8 AA's per macro run
2-8 AA's per macro run
Rich (BB code):
Sub Main
/if (!${FindItemCount[=Small Piece of Velium]}) /endmacro
:cursorclear
/autoinventory
/delay 4
/if (${Cursor.ID}) /goto :cursorclear
/target npc Normon
/warp target
/delay 4
/say I will do a favor
/target npc Hakon
/warp target
/delay 5
/click left target
/delay 3s ${Window[GiveWnd].Open}
/delay 5
/ctrlkey /itemnotify ${FindItem[=Small Piece of Velium].InvSlot} leftmouseup
/delay 5
/click left target
/notify GiveWnd GVW_MyItemSlot1 leftmouseup
/delay 5
/notify GiveWnd GVW_Give_Button leftmouseup
/target npc Normon
/warp target
/delay 7
/itemnotify ${FindItem[Normon].InvSlot} leftmouseup
/delay 4
/click left target
/delay 3s ${Window[GiveWnd].Open}
/notify GiveWnd GVW_Give_Button leftmouseup
/endmacro