[plugin] PriestCharmFarm - Farming Charms like a boss! (+other classes) Plugin to farm for Lovely Charm's in ToT (or whever you want it too). Download Link: ?Click Here? (or right click -> save as) Features: Spams Holy Nova at a random interval when in combat Uses Dispersion when low on mana / same with Hymn of Hope Switches to Inner Will Cures its own disease, shields itself Known Issues: None. How to use: First, go in Throne of the Tides and you must kill the first boss. Remember to do it on normal, else the adds will probably rape you. How you solo it... it's left to your discretion. For more info, read here: [lovely charm farm] the only way you need as 85 Next, you should use a "do nothing" CC so it doesn't waste time buffing or doing whatever crap CCs do. You can use my "SitStupid" CC that does absolytely nothing. Go fetch it here: SitStupid - A all-in-one CC that does ABSOLUTELY NOTHING Next thing - you want to either use Grind Bot or Combat Bot. Personally I use Combat Bot and just sit in the purple puddle. The adds will move to you and attack, anyway. --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- EDIT: CREATING FOR OTHER CLASSES! Elemental Shaman: ?Click Here for Elemental Shaman? (or right click -> save as) Feral Druid: ?Click Here for Feral Druid? (or right click -> save as)
Could do, but I can't really test it to see how mana-efficient it is without an actual Shaman. If you could provide more details as to what spells to cast...
I'll be more than happy to test it out Here is an AoE Rotation: Included abilities when in AoE/multiple mob scenarios: Earthquake, Magma Totem, Chain Lightning, Cast Earthquake every time it's up. While Earthquake is on cooldown, spam Chain Lightning. Continue that method when dealing with AoE packs. You can also drop a Magma Totem where the mobs are for extra DPS.
That much I know, too, about Shamans... That doesn't really tell me how mana efficient is killing things non-stop So... provide a step-by-step rotation that you would use if playing manually.
Lol, oh alright. Good question. I'll have to try some simple AoE combination real quick. I'll report back shortly. Edit: I'm no elemental shaman pro so I had to ask someone who was farming as well. He just uses thunderstorm off cool down. He doesn't use any totems or shield but, keeping healing spring totem up can't hurt because of the de-buff and low mana usage. Water Shield should be kept up in my opinion. He also uses stoneclaw totem sometimes for emergencies and a few heals due to the de buff. I hope this helps.
Added Plugin for Elemental Shamans. Please give feedback if something's not working like it should. Don't know much about Shamans and I couldn't really test it. Elemental Shaman: ?Click Here for Elemental Shaman? (or right click -> save as)
Sure, but I haven't got access to an arcane mage. Tell me what spells should it use (other than Arcane Blast, for that matter...) to heal itself, shield itself etc.
buffs: Arcane Brilliance Mage Armor aoe: Arcane Explosion (GCD 0.5s) if hp <= 95% : Mana Shield if hp <= 55% : Evocation if hp <= 40% : Ice Block if hp <= 30% : Invisibility if possible: Mirror Image Arcane Power
mage version i tried: if (!Me.HasAura("Mage Armour")) { SpellManager.Cast("Mage Armour"); } else if (Me.ManaPercent <= 60 && SpellManager.CanCast("Evocation")) { SpellManager.Cast("Evocation"); } else if (Me.HealthPercent <= 70 && SpellManager.CanCast("Evocation")) { SpellManager.Cast("Evocation"); } else if (Me.HealthPercent <= 80 && SpellManager.CanCast("Ice Barrier")) { SpellManager.Cast("Ice Barrier"); } else if (Me.Combat && !isPulsing && (!pulseThrottleTimer.IsRunning || pulseThrottleTimer.ElapsedMilliseconds >= randomDelay)) { SpellManager.Cast("Arcane Explosion"); pulseThrottleTimer.Reset(); pulseThrottleTimer.Start(); it does cast ice barrier but appart from that it just stand there
More Classes ]For those not playing shaman or priest, I've made the plugin work for arcane/frost mages, feral druid, retribution paladin and warlock. Be sure to have Diving Storm as paladin. I will probably update with more classes in near future. Have in mind that I've only implemented basic rotations, and updates will come. I just thought I'd update asap before "Love is in the Air" expires! DL: View attachment AoeCharmFarm.cs creds to OP // Edit: Changed arcane mage to use Mage Armor, and spam Arcane Explosion every clobal cd - it shud be mana efficient enough to have evocation everytime it gets below 50% mana!
Added a rotation for Feral Druids. Mine currently gets 2950 kills/hr. Feral Druid: ?Click Here for Feral Druid? (or right click -> save as)
As an arcane mage you get the best outcome by using Combat bot (and ofcourse the doNothing cc) and then just stand between the light blue mushrooms. I get 3.3 k kills pr hour that way