EZ PoR Belt of the Rainmaker or Caster Cloak

Kable

Member
Joined
Aug 23, 2005
Messages
119
Reaction score
0
Points
16
Saw this quest laid out and noticed the ease of getting it. Dont bother going through all the dialog as faction may prevent him from starting it. Just do as follows.

Hotkey as you see fit. basically,

/Zone to Elddar Forrest
/Target Grayleaf
/Warp t

Hail, Grayleaf
/say Rest

A quest box will pop up, choose the quest to deliver seeds to the Dryad.

One accepted, set up a few hotkeys as follows.

Key #1
/tar dryad
/warp t

Key #2
/gate :eek:


Next, simply

/zone growthplane

once in the zone. ( be fast or the protectors will come for ya ) hit Key #1 to warp to the dryad ( a fairy looking thing ) hand her the seeds. Immediatley hit Key #2 as the Protectors will have already agro'd you.

Enjoy your new belt or cloak that is sitting in your inventory.

Melee get..

Belt of the Rainmakers
MAGIC ITEM LORE ITEM NO TRADE
Slot: WAIST
AC: 12
STR: +9 DEX: +7 STA: +8 CHA: +9 WIS: +5 INT: +5 AGI: +9 HP: +170 MANA: +175 ENDUR: +175
SV FIRE: +10 SV DISEASE: +12 SV COLD: +6 SV MAGIC: +14 SV POISON: +8
Recommended level of 70. Required level of 66.
WT: 1.1 Size: SMALL
Class: WAR PAL RNG SHD MNK BRD ROG BST BER
Race: ALL
Slot 1, Type 7

Casters get..


Crimson Cloak of Moonwaters
MAGIC ITEM LORE ITEM NO TRADE
Slot: BACK
AC: 11
STR: +13 DEX: +6 STA: +9 CHA: +13 WIS: +5 INT: +5 AGI: +8 HP: +165 MANA: +165
SV FIRE: +13 SV DISEASE: +6 SV COLD: +11 SV MAGIC: +12 SV POISON: +13
Recommended level of 70. Required level of 66.
WT: 1.0 Size: SMALL
Class: CLR DRU SHM NEC WIZ MAG ENC
Race: ALL
Slot 1, Type 7

ps. My access ran out :(
 
Holy shit, someone confirm this. If it works, i say hell yes as i go to try it later today.

Granted it's not in macro form, but hell if it works im all for it.
 
I can't confirm the macro part , but I can confirm the quest. The quest was posted on monkly business awhile back and had been confirmed multiple time's unless something has changed recently.

Nice work on setting up the hotkeys ! makes it a lot easier then manually trying it =)
 
Confirmed: Works, moved out of public eye.

Access granted when I can !

I just did this on 3 Melle and 1 Caster... lol thanks !
 
Last edited:
taron or booges macro this with ubertrade =P
 
It doesn't really require a macro for this. It's been around since PoR came out, figured it was well known.

The part about gettings the seeds is easy enough.

However when you zone into PoG, be invis. There's a 80'ish percent chance the mob at ZI won't see you. He hits like a pansy anyway.

In Kable's hotkey, replace /warp t with /uber. Click ok and get out. Should be all the 'macro' you need.

As of now you can't /zone into elddar that I know of (though I didn't edit piggyzone to see). Meaning that's manual either way.

Writing a macro to
/zone growthplane
/tar dryad
/ubertrade

Seems a little simple. BUT, if you need it, I'll go ahead and code one.
 
Last edited:
/zone Elddar got me there :)

Also on all of my characters nothing was KOS in PoG....
 
Here is something I made in the reply window. I'm at work, so I can't test it. Given a little time tonight, I will polish it up and make it fully automatic.

I don't remember what the task window was like offhand, so as it stands you have to manually select the task and click ok.

It should work for now though ;-)

And thanks for the reply Yoda. I'm still using Psyc's pre-patch beta compile and refuse to downoad the new stuff until what I have breaks. I just remember it not working before.

Code:
Sub Main
  /if (${Zone.ID}!=378) /zone Elddar
:ElddarWait
  /if (${Zone.ID}!=378) /goto :ElddarWait
  /tar myself
  /if (!${Target.ID}) /goto :Elddarwait
  /delay 3s
  /tar npc Grayleaf
  /delay 1s
  /sayt Rest
  /echo Select task, click OK.. you have 10 seconds
  /delay 10s
  /zone growthplane
:GrowthWait
  /if (${Zone.ID}!=127) /goto :GrowthWait
  /tar myself
  /if (!${Target.ID}) /goto :GrowthWait
  /delay 3s
  /tar npc dryad
  /if (${Cursor.ID}!=85640) {
    /autoinv
    /delay 1s
    /nomodkey /itemnotify ${FindItem[=Ancient Treant Spirit Seeds].InvSlot} leftmouseup
  }
  /ubertrade
  /delay 3s (${Window[GiveWnd].Open})
  /delay 1s
  /notify GiveWnd GVW_Give_Button leftmouseup
  /delay 2s
  /gate
/return
 
/sayt rest didnt work, i had to actually stand in front of him to get the mission and proceed.

Woot to my new belt though ;p
 
I fixed Tarons macro to accept the task and warp to the npc to do handin. Works like a charm. Sort of risky with all that /zoning in it though.

Code:
|Belt of the RainMaker or Crimson CLoak of Moonwaters macro Written by Taron & MMOBugs.com

Sub Main
:Start
  /if (${Zone.ID}!=378) /zone elddar
:ElddarWait
  /if (${Zone.ID}!=378) /goto :ElddarWait
  /tar myself
  /if (!${Target.ID}) /goto :Elddarwait
  /delay 3s
  /tar npc Grayleaf
  /delay 1s
  /warp t
  /delay 1s
  /say Rest
  /delay 1s
  /notify TaskSelectWnd AcceptButton leftmouseup 
  /echo Accepting Mission
  /delay 2s
  /if (!${Cursor.ID}) /goto :WrongTask
  /zone growthplane
:GrowthWait
  /if (${Zone.ID}!=127) /goto :GrowthWait
  /tar myself
  /if (!${Target.ID}) /goto :GrowthWait
  /delay 3s
  /tar npc dryad
  /if (${Cursor.ID}!=85640) {
    /autoinv
    /delay 1s
    /nomodkey /itemnotify ${FindItem[=Ancient Treant Spirit Seeds].InvSlot} leftmouseup
  }
  /ubertrade
  /delay 3s (${Window[GiveWnd].Open})
  /delay 1s
  /notify GiveWnd GVW_Give_Button leftmouseup
  /delay 2s
  /gate
/return
:WrongTask
/echo Oops we got the wrong task, lets try that again.
/goto :Start
/return
 
Last edited:
nice

Works nicely got one yesterday ofcourse i am only lvl 55 but nice item to look forward to lol
 
BTW, if you have a 70 toon and these aren't quite cutting it, just do 69.2 hard, the reward is back for casters and belt for melee 215ish hp. You can swap in any toon (of approp. level) before looting final item needed and they get reward. I've done this for 6 or so alts.
 
faction troubles

Ok I just tried this on my very KoS PoG dorf and had to gate out before I could do the turn in. going to try it while invis and see if it works or does any one know if /nokos works for this?


Ok went into zone invis and used the /ubertrade and got the cloak with no problems thanks all for this nice cloak will get the belt later on for my tank
 
Last edited:
anyone done this recently ... i'm a macro tard and when i tried it i got "sub main not found" ><

ran it down via the key method and worked like a charm .. like i said i'm just a macro retard
 
Fry said:
I fixed Tarons macro
Oh Fry.. how thou hast stabbed directly into the core of my heart. Those foul cantankerous blaspheming tiny shards of molten lava bore into my very soul.

@ menlaten - Try clicking and saving the link below. It's most likely a copy/paste error.
 

Attachments

  • Belt.mac
    1 KB · Views: 42