Thursday, February 16

Best Lovely Charm Farming Method (4320/h)



I'm releasing my spot here and right now.

You may say, there are others which are better. I honestly don't care, because during this event, it was all about the spot itself, not the amount of charms you get, because of all that fixing during the last event.

I think it will be fixed sooner now.

Anyway...

(this guids is somewhere optimized for druids lvl 100)

The farmspot is inside the throne of thunder. You set the instance to 10man nhc.

It's right at the first trashpacks. At the left and the right side, there are mobs which are called "zandalari water binder".

They have a spell called: Bind Water aka Bind Water - Spell - World of Warcraft

This spell is "channeled" with a 6 second duration and a one second trigger. Each trigger spawns a water elemental with 27.000 HP which drops a lovely charm. The entire Spell has a cooldown of 10 seconds.

In total there are two casters, so in summary this means: 6 Mobs in 10 Seconds, aka 36 mobs in 1 minute, aka 2160 mobs in 1 hour and 4320/hour since there are two casters.

The summoned mobs are doing melee hits only. The casters are mainly casting, but at some point they will end up in melee range. So you can theoretically kill them if you just spam AoE. So I'll tell you my method how to avoid this and make this 100% AFK without resetting. You can try it my way or figure out a way for yourself.

(a simple attack/stopattack macro should work to keep the casters safe tho, i.e. a warrior with victory rush)

It's a bit tricky to get it working 100% AFK. My method was keeping those casters at maxrange, which I did as a druid. I specced guardian and massroot. (dont skill bramble!)

This way i kept those casters at max range and those little adds were running towards me, which i simply killed with swipe.

This is a two button autoit script, which works basically forever.

Don't spec bramble, because this will kill the casters.
Spec Ysera's Gift for selfheal.
Spec Massroot for the root.
Other attacks don't matter.
Use heirloom trinkets for selfheal if needed: Swift Hand of Justice - Item - World of Warcraft
If you dont have artefactweapon, just use a lvl 100 heirloom weapon.

Setup:
  • Pull both groups left + right (that are 6 mobs).
  • Kill everything except casters (prefer single target hits)
  • Get both casters mobs together and press F6 (F6 is the start of my macro)
  • Stay at around 25yard range and go afk
  • Picture of how it is looking in action: 



(wow in active window) Script:
Code:
#include 

HotKeySet("{F6}","_Start1")

While 1
    Sleep(1000)
WEnd

Func _Start1()
  While 1
  Send("1") ;root
  Sleep(5000)
  Send("2") ;attack
  Sleep(2500)
  Send("2") ;attack
  Sleep(2500)
  Send("2") ;attack
  Sleep(5000)
  Send("2") ;attack
  Sleep(2500)
   Send("2") ;attack
  Sleep(2500)
   Send("2") ;attack
  Sleep(5000)
  Send("2") ;attack
  Sleep(3000)
  Send("1") ;root
  Sleep(1000)
 Send("1") ;root
  Sleep(1000)
  Send("1") ;root

  WEnd
EndFunc
If you need to reset/repair, you can simply run outside and reset. (aka for repair or if you somehow killed a caster)
 
Master of World of Warcraft © 2006 | Powered by Star Wars Gaming
This site and the products and services offered on this site are not associated, affiliated, endorsed, or sponsored by Activision | Blizzard, nor have they been reviewed, tested or certified by Activision | Blizzard.