[100 - 110] Very Fast Leveling menu

User Tag List

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 59
  1. #31
    mlvnn's Avatar Member
    Reputation
    2
    Join Date
    Feb 2011
    Posts
    2
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thedothacker View Post
    This is the correct macro to list your group in 'Broken Shore' instead of Azuna.

    /run C_LFGList.CreateListing(469, "Break Their Garrison", 0, 0, "", "Doing the world quest [Break Their Garrison]. Automatically created by World Quest Group Finder 0.25.3. #WQ:46126#PVE#", "",false,0, 46073)


    Thanks! Now im getting more Players in the actual Zone which is much faster than the other Command.

    [100 - 110] Very Fast Leveling
  2. Thanks sascha8 (1 members gave Thanks to mlvnn for this useful post)
  3. #32
    sascha8's Avatar Member
    Reputation
    1
    Join Date
    Nov 2016
    Posts
    11
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do i get not afk by doing it?

    thanks for ur answers

  4. #33
    The.Ashbringer's Avatar Member
    Reputation
    8
    Join Date
    Jan 2015
    Posts
    56
    Thanks G/R
    20/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can use an Autohotkey. If you don't know autohotkey, its a simple program that lets your computer input keys without you actually pressing them. And you can even program it to make it input keys only to a specific application ( like WoW).

    Here is a script I used for autohotkey that makes my character jump every 20 seconds preventing AFK:

    #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
    SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
    SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

    WinGet, wowid, ID, World of Warcraft

    $^+F9::
    if (enable := !enable)
    setTimer, MoveAround, -1
    return

    MoveAround:
    while enable
    {
    ifWinExist, ahk_id %wowid%
    {


    ControlSend,, {Space}, ahk_id %wowid%

    Random, r, 5000, 60000
    Sleep r
    }
    }
    return

  5. #34
    Wacon's Avatar Active Member
    Reputation
    24
    Join Date
    Apr 2013
    Posts
    24
    Thanks G/R
    4/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thedothacker View Post
    This is the correct macro to list your group in 'Broken Shore' instead of Azuna.

    /run C_LFGList.CreateListing(469, "Break Their Garrison", 0, 0, "", "Doing the world quest [Break Their Garrison]. Automatically created by World Quest Group Finder 0.25.3. #WQ:46126#PVE#", "",false,0, 46073)
    Thanks, I'll edit my post to fix it to this.

  6. Thanks HanYolo (1 members gave Thanks to Wacon for this useful post)
  7. #35
    HanYolo's Avatar Member
    Reputation
    1
    Join Date
    Jun 2017
    Posts
    1
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey! Thank you so much, this works really well for the one world quest :-)

    One question though: How do i edit

    /run C_LFGList.CreateListing(469, "Break Their Garrison", 0, 0, "", "Doing the world quest [Break Their Garrison]. Automatically created by World Quest Group Finder 0.25.3. #WQ:46126#PVE#", "",false,0, 46073)

    if i want to do it for another quest, lets say Creepy Crawlies. Simply changing the name doesn't seem to do it and the WQGF source code didnt help me much :/

    Thank you so much

  8. #36
    Wacon's Avatar Active Member
    Reputation
    24
    Join Date
    Apr 2013
    Posts
    24
    Thanks G/R
    4/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HanYolo View Post
    Hey! Thank you so much, this works really well for the one world quest :-)

    One question though: How do i edit

    /run C_LFGList.CreateListing(469, "Break Their Garrison", 0, 0, "", "Doing the world quest [Break Their Garrison]. Automatically created by World Quest Group Finder 0.25.3. #WQ:46126#PVE#", "",false,0, 46073)

    if i want to do it for another quest, lets say Creepy Crawlies. Simply changing the name doesn't seem to do it and the WQGF source code didnt help me much :/

    Thank you so much
    I posted the template of this macro earlier in the thread which you can check out. The main thing you need to find is the quest id of the quest you want and replace it with what I have up there. To find the quest ids, just go to Wowhead and look for the id in the top. For example, the Creepy Crawlies Quest ID would be like so wowhead.com/quest=46821/creepy-crawlies.

    So basically you use that to make the macro below which should give you creepy crawlies as your target quest.

    /run C_LFGList.CreateListing(469, "Creepy Crawlies", 0, 0, "", "Doing the world quest [Creepy Crawlies]. Automatically created by World Quest Group Finder 0.25.3. #WQ:46821#PVE#", "",false,0, 46821)

  9. Thanks HanYolo (1 members gave Thanks to Wacon for this useful post)
  10. #37
    derpydust's Avatar Member
    Reputation
    1
    Join Date
    Oct 2015
    Posts
    17
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    and are there other WQ that give decent EXP by using this method?Since breaking their garrison ain't always up?

    Thanks in advance

  11. #38
    LinuxGuy's Avatar Member
    Reputation
    6
    Join Date
    Jul 2016
    Posts
    26
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by derpydust View Post
    and are there other WQ that give decent EXP by using this method?Since breaking their garrison ain't always up?

    Thanks in advance
    Just any that requires to kill a lot of mobs

  12. #39
    Wacon's Avatar Active Member
    Reputation
    24
    Join Date
    Apr 2013
    Posts
    24
    Thanks G/R
    4/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by derpydust View Post
    and are there other WQ that give decent EXP by using this method?Since breaking their garrison ain't always up?

    Thanks in advance
    Quests like "Bloodgazer Swarm!" are usually always up and they provide fairly decent exp.

  13. #40
    runz84's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a guide to creating the WQ strings? Don't get many joining.

  14. #41
    Wacon's Avatar Active Member
    Reputation
    24
    Join Date
    Apr 2013
    Posts
    24
    Thanks G/R
    4/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by runz84 View Post
    Is there a guide to creating the WQ strings? Don't get many joining.
    You can use this template to make groups for quests

    /run C_LFGList.CreateListing([Area], "[Title]", 0, 0, "", "[Description]", "",[Private or not] (true or false),[Auto Join I believe, keep at 0], [QuestID])

    Just replace the brackets. The other 0s and ""s that I didn't list are item level requirements and voice channels.

    The main thing you need to find is the quest id of the quest you want and replace it with what I have up there. To find the quest ids, just go to Wowhead and find the quest on there. You can find the id of the quest in the address bar after you get to the quest page. For example, the Creepy Crawlies Quest ID would be like so: wowhead.com/quest=46821/creepy-crawlies.

    Here is a list of area values that should be all you need, you can change their values and test to explore:
    419 (Azsuna), 420, 421, 422 (Stormheim), 423, 469 (Broken Shore)

  15. #42
    Messiuh's Avatar Active Member
    Reputation
    38
    Join Date
    Jul 2009
    Posts
    241
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wacon View Post
    You can use this template to make groups for quests

    /run C_LFGList.CreateListing([Area], "[Title]", 0, 0, "", "[Description]", "",[Private or not] (true or false),[Auto Join I believe, keep at 0], [QuestID])

    Just replace the brackets. The other 0s and ""s that I didn't list are item level requirements and voice channels.

    The main thing you need to find is the quest id of the quest you want and replace it with what I have up there. To find the quest ids, just go to Wowhead and find the quest on there. You can find the id of the quest in the address bar after you get to the quest page. For example, the Creepy Crawlies Quest ID would be like so: wowhead.com/quest=46821/creepy-crawlies.

    Here is a list of area values that should be all you need, you can change their values and test to explore:
    419 (Azsuna), 420, 421, 422 (Stormheim), 423, 469 (Broken Shore)

    How did you find those areas? I've been testing a bunch, can't find Valshara for the life of me.

  16. #43
    derpydust's Avatar Member
    Reputation
    1
    Join Date
    Oct 2015
    Posts
    17
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also note that its is "group finder 0.26 now instead of 0.25.3
    Last edited by derpydust; 06-14-2017 at 09:46 AM.

  17. #44
    Wacon's Avatar Active Member
    Reputation
    24
    Join Date
    Apr 2013
    Posts
    24
    Thanks G/R
    4/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Messiuh View Post
    How did you find those areas? I've been testing a bunch, can't find Valshara for the life of me.
    I found those areas in the source code of the World Quest Group Finder addon. Valshara should be one of the six areas that I listed in my template.

  18. #45
    smithwicks's Avatar Member
    Reputation
    8
    Join Date
    Apr 2009
    Posts
    68
    Thanks G/R
    3/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do this when the Legion invasion hits an area. You'll get way more exp/hr. Use Legion Invasion Timers to find out when it's up.

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Selling] 100-110 manual power leveling &New BOE items of egion & TCG mounts cheap!
    By rzturner22 in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 09-17-2016, 01:12 PM
  2. [How-To] VERY! fast level-up from 10-60+
    By Phaek in forum World of Warcraft Guides
    Replies: 20
    Last Post: 11-03-2010, 09:33 PM
  3. Replies: 5
    Last Post: 08-02-2009, 09:09 PM
  4. Very very fast leveling...
    By spiderpigz in forum World of Warcraft Exploits
    Replies: 16
    Last Post: 11-03-2008, 05:07 AM
  5. Very FAST levelling around level 40!!!
    By Demonizer in forum World of Warcraft Guides
    Replies: 5
    Last Post: 11-21-2007, 10:51 AM
All times are GMT -5. The time now is 07:40 PM. 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