Clarified Love Rocket Farming Trial Account RAF Method 7 Chars Per Hour menu

User Tag List

Results 1 to 1 of 1
  1. #1
    Foxibilis's Avatar Active Member
    Reputation
    18
    Join Date
    Dec 2010
    Posts
    27
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Clarified Love Rocket Farming Trial Account RAF Method 7 Chars Per Hour

    My first post was all garbled, so I'm going to clarify the best method of farming the love rocket via lvl 16s from my experience. This gets you 7 level 16 chars within about an hour - hour and a half of work.

    First off, you recruit your main account's email 4x (accept each one in email, then send another invite - button is near broadcast button for real ID, sometimes have to wait inbetween).

    Once you do that, I recommend going with Night Elf druids for the ability to get quick queues and for moonfire insta spams. I stick with a group of 5 moonkins (which turns into 7 after you grant 2 more characters levels - via recruit a friend). I recommend that you name them something along the lines of Agroupmaster, Agrouptwo, Agroupthree, etc, so you can keep track of your groups for macro purposes.

    I use Auto Hot Key and have a script for 1-6 keyrepeating, I will post the script at the bottom along with some macros that are useful.

    The first phase of farming is killing Murlocs. You basically spam kill them from 1-10. (Ideally you have a mage to port your alts to stormwind.)

    https://i.gyazo.com/deebb2bc4e3fd4c5...f8bf89fef0.png
    https://i.gyazo.com/e3a30042a682495b...eb4ea2f992.jpg

    After that, you take your group to Deadmines. With BoAs and RaF it should take you one run + one extra boss kill to get to level 16. I recommend using one of your guys as a tank, and the rest just go boomy and toss your tank a regrowth from time to time. You can farm the actual event with this composition as well.

    If you actually manage to score the mount, and it lands on a trial account, as long as you get to level 20 and can train it, you shouldn't need to xfer the character or pay to upgrade the account.

    Best of luck to all you farmers out there. To give you some perspective it's a .03% drop rate, which means running 100 chars a day for 15 days gets you about a 45% drop chance across the entire event. Running it on 250 chars a day should technically get you the 100% drop chance. Even if you don't score the mount this year, the work you put into it can be used for next year's event as well.

    Handy Follower Macros:
    Code:
    /cast [@Agroupmaster] regrowth (insert your tank's name and it will heal him)
    /cast [@player] regrowth (heals your followers)
    
    /follow Agroupmaster
    /assist Agroupmaster
    /cast solar wrath
    
    /follow Agroupmaster
    /assist Agroupmaster
    /cast moonfire
    
    /follow Agroupmaster
    /assist Agroupmaster
    /cast starsurge
    
    /cast [nomounted] Summon Chauffeur
    
    /follow Agroupmaster
    /assist Agroupmaster
    /cast [@player] Force of Nature(Talent)
    /use Touch of the Void


    Here's the Auto Hot Key script I use for key repeating. Just put it in a text file, right click it and open it with the program: Name it: wow.AHK

    Code:
    WinGet, wowid, List, World of Warcraft 
    
    ~1:: 
    KeyWait 1 
    IfWinActive, World of Warcraft 
    {  
    ControlSend,, 1, ahk_id %wowid2% 
    ControlSend,, 1, ahk_id %wowid3% 
    ControlSend,, 1, ahk_id %wowid4% 
    ControlSend,, 1, ahk_id %wowid5% 
    
    Return 
    } 
    
    WinGet, wowid, List, World of Warcraft 
    
    ~2:: 
    KeyWait 2 
    IfWinActive, World of Warcraft 
    {  
    ControlSend,, 2, ahk_id %wowid2% 
    ControlSend,, 2, ahk_id %wowid3% 
    ControlSend,, 2, ahk_id %wowid4% 
    ControlSend,, 2, ahk_id %wowid5% 
    
    Return 
    } 
    
    WinGet, wowid, List, World of Warcraft 
    
    ~3:: 
    KeyWait 3 
    IfWinActive, World of Warcraft 
    {  
    ControlSend,, 3, ahk_id %wowid2% 
    ControlSend,, 3, ahk_id %wowid3% 
    ControlSend,, 3, ahk_id %wowid4% 
    ControlSend,, 3, ahk_id %wowid5% 
    
    Return 
    } 
    
    WinGet, wowid, List, World of Warcraft 
    
    ~4:: 
    KeyWait 4 
    IfWinActive, World of Warcraft 
    {  
    ControlSend,, 4, ahk_id %wowid2% 
    ControlSend,, 4, ahk_id %wowid3% 
    ControlSend,, 4, ahk_id %wowid4% 
    ControlSend,, 4, ahk_id %wowid5% 
    
    Return 
    } 
    
    WinGet, wowid, List, World of Warcraft 
    
    ~5:: 
    KeyWait 5 
    IfWinActive, World of Warcraft 
    { 
    ControlSend,, 5, ahk_id %wowid2% 
    ControlSend,, 5, ahk_id %wowid3% 
    ControlSend,, 5, ahk_id %wowid4% 
    ControlSend,, 5, ahk_id %wowid5% 
    
    Return 
    } 
    
    WinGet, wowid, List, World of Warcraft 
    
    ~6:: 
    KeyWait 6 
    IfWinActive, World of Warcraft 
    { 
    ControlSend,, 6, ahk_id %wowid2% 
    ControlSend,, 6, ahk_id %wowid3% 
    ControlSend,, 6, ahk_id %wowid4% 
    ControlSend,, 6, ahk_id %wowid5% 
    
    Return 
    } 
    
    WinGet, wowid, list, World of Warcraft 
    
    
    ~Space:: 
    KeyWait, Space, D 
    IfWinActive, World of Warcraft 
    {
    ControlSend,, {Space}, ahk_id %wowid2% 
    ControlSend,, {Space}, ahk_id %wowid3% 
    ControlSend,, {Space}, ahk_id %wowid4% 
    ControlSend,, {Space}, ahk_id %wowid5% 
     
    Return 
    }
    
    WinGet, wowid, list, World of Warcraft
    Last edited by Foxibilis; 02-11-2017 at 04:12 AM.

    Clarified Love Rocket Farming Trial Account RAF Method 7 Chars Per Hour
  2. Thanks Ashoran, ~Z~, doctorboom (3 members gave Thanks to Foxibilis for this useful post)

Similar Threads

  1. Farming the Love Rocket Via Multiboxing Trial Accounts
    By Foxibilis in forum World of Warcraft Exploits
    Replies: 9
    Last Post: 02-13-2017, 02:20 AM
  2. [Guide] Farming Guide : 1000 Leyblood / 4,000 Gold Per Hour Spot
    By TreasureGnome in forum World of Warcraft Guides
    Replies: 5
    Last Post: 09-15-2016, 03:18 PM
  3. [Trading] HS account rent 0.80 euro per hour
    By mitkokrik in forum Hearthstone Buy Sell Trade
    Replies: 2
    Last Post: 10-13-2013, 03:53 PM
  4. [How-To] farm Love Tokens on a Trial account
    By phantom325 in forum World of Warcraft Guides
    Replies: 14
    Last Post: 02-13-2012, 11:31 AM
  5. Get a quick gold boost on a RAF trial account
    By Froogle in forum World of Warcraft Exploits
    Replies: 20
    Last Post: 08-18-2008, 04:38 PM
All times are GMT -5. The time now is 04:49 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search