Acigaretteandsex
Member
- Joined
- Sep 4, 2005
- RedCents
- 10¢
This is my feeble attempt at writing a macro. This will do the first quest and first quest only. I would have had it do the rest but it requires killing and looting and all this other shit and im a newb.
This macro does not use warping which is why it took me so long to write and yet it involves nothing that would show why it took me so long.
Its all a bunch of easy quests and the clicky is cool if you dont have a shaman around. This will not stack with Dire focusing. It gives 30 to all stats (not resists) once completed. This is quest 1 of 12. I will try to figure out how to macro and incorprate the rest.
This macro does not use warping which is why it took me so long to write and yet it involves nothing that would show why it took me so long.
Its all a bunch of easy quests and the clicky is cool if you dont have a shaman around. This will not stack with Dire focusing. It gives 30 to all stats (not resists) once completed. This is quest 1 of 12. I will try to figure out how to macro and incorprate the rest.
Rich (BB code):
Dorina quests
#include move.inc
sub main
/declare CurrentTask1 string outer
/declare CurrentTask2 string outer
/declare CurrentTask3 string outer
/declare CurrentTask4 string outer
/goto :anchor
/goto :task1
/goto :anchor
/goto :task2
/goto :anchor
--------------------------------------------------------------------------------------------------
:Anchor
/target Ciodaru
/face fast
/call MoveToLoc -584.61 1135.35
/say Hail
/say fine day
/delay 1s
/say love
/delay 1s
/say questions
/delay 1s
/notify TaskSelectWnd TaskList leftmouse ${Window[TaskSelectWnd].Child[TaskList].List[=${CurrentTask1}]}
/notify TaskSelectWnd AcceptButton leftmouseup
/delay 3s
/popup You have just begun Quest #1
/target Kathryn
/face
/call MoveToLoc -1022.24 -278.69
/call MoveToLoc -464.42 -297.75
/call MoveToLoc -292.91 -14.35
/call MoveToLoc -378.64 -72.53
/delay 2s
/keypress h
/delay 1s
/say How are you doing?
/delay 2s
/say what is your favorite Gemstone?
/delay 2s
/say what is your favorite color?
/delay 2s
/say what is your favorite drink?
/delay 2s
/say what is your favorite food?
/delay 2s
/say what is your favorite scent?
/delay 1s
/target Ciodaru
/call MoveToLoc -378.64 -72.53
/call MoveToLoc -292.91 -14.35
/call MoveToLoc -464.42 -297.75
/call MoveToLoc -1022.24 -278.69
/call MoveToLoc -1435.63 404.77
/call MoveToLoc -1437.85 546.47
/call MoveToLoc -584.61 1135.35
/say Hail
/say doing Well
/delay 2s
/say Emerald
/delay 2s
/say green
/delay 2s
/say cold pure water
/delay 2s
/say roasted Acorn
/delay 2s
/say earth
/delay 2s
/say Hail
/delay 10s
/say hail
/return
----------------------------------------------------

