• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Earring of Dragoste clicky quest#1

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.

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


----------------------------------------------------
 
This is a long quest for all parts... like 100 hrs.
And you need access to a tailor (170) for part 3.

But, that aside... nice macro
 
Where does this task start? I read through the macro, but couldn't find any hints.. other then the NPC names.
 
Earring final stats are:

Glowing Green Silver Earring of Dragoste
MAGIC ITEM LORE ITEM NO TRADE
Slot: EAR
AC: 10
STR: +5 DEX: +5 STA: +10 WIS: +5 INT: +5 HP: +75 MANA: +75 ENDUR: +75
SV FIRE: +5 SV DISEASE: +5 SV COLD: +5 SV MAGIC: +5 SV POISON: +5
Recommended level of 35. Required level of 28.
Effect: Dragoste (Any Slot/Can Equip) at Level 40
WT: 0.7 Size: SMALL
Class: ALL
Race: ALL
Slot 1, Type 7

Effect: Dragoste
1: Increase AGI by 30
2: Increase CHA by 30
4: Increase STR by 30
5: Increase DEX by 30
 
Earring of Dragoste clicky quest#1

Users who are viewing this thread

Back
Top
Cart