Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 20

Hybrid View

  1. #1

    Default Gifting Levels (Without clicking anything, cause clicking is lame) + Summon Macro

    Griznah and I figured this little tidbit out today, I'm sure someone else has but I haven't seen posts about it anywhere when doing the research.

    This will be the fastest way you can do this at this point, without an addon, and it wont require to much work either!

    2.4.3 Introduced a new script api for wow: GrantLevel()
    *note: your target needs to be in line of sight for this to work.

    Code:
    /script GrantLevel("MyCharacterName", 1);
    or alternatively

    Code:
    /script GrantLevel("target", 1);

    Unfortunately, with our testing, we found that changing the level had no effect on the process, it only grants 1 level.

    Now, great, we can pop up a window on our veteran account and grant a level pretty efficiently - Oh wait, now we have a pesky dialog on our Grantees screen, I don't want to push my left mouse button 59 times just to ding 60, that's crazy...and if you don't want to either, just use this snippet to click "Accept" on that dialog.
    *note: this button may also accept other things, that you may or may not want to accept, it's a very generic name.

    Code:
    /click StaticPopup1Button1
    So it's pretty simple, just throw these buttons on the same button and press it 60 times. I think these macros would fit in nicely with MultiboxerV2 *nudge*

    Oh and the summon macro, this one is simple but I thought it was neat so here it is:
    Code:
    SummonFriend("MyCharacterName")
    I haven't used this method personally yet, but I will be this weekend - Let's see who can level to 60 in the fastest amount of time now...

    Hope you guys find this information helpful!

    Who can go faster than this?
    Current Record: 51m 28s [Griznah]

  2. #2

    Default

    Ugh, this probably belongs in the Macros & UI forum, sorry about that I'm kinda new *looks at post count* feel free to move it moderators

  3. #3

    Default

    Confirmed
    Currently not boxing, info below is not really relevant.

    ProtPala+Elemental+Holy+Moonkin+Shadow
    Currently: Level 80+75*4
    Griznia, Leonina, Grizniaah, Leoninja, Grizniiah
    EU - Draenor - PvE
    5xFrostmages @ 45

  4. #4

    Default

    /click StaticPopup1Button1

    Does this also accept resses and BG ports?
    Jenzali - Troll Druid (Level 85) - Emerald Dream
    Soon to be joined by 4 other Druid buddies!

  5. #5

    Default

    It actually may, I will show you how to test this out with.... ANOTHER MACRO!

    (Guys over at auctioneeraddon.com figured this one out, I'm stealing it cause it rocks)
    *note: not sure if it needs a semicolon, doubt it since it's just one line though.

    Code:
    /run DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetName())
    So what this will do, is when you hoover your mouse pointer over a button (or probably any frame in particular) it will give you the name of it. In our case, the Accept Button is named: "StaticPopup1Button1"


    From here you have 2 things to figure out.
    a) If the name is the same, it will work!
    b) If the name is differant, just add a /click to your "All-In-One-Accept" Macro and you should be good to go!

    Also, I should mention that SSPVP2 , is a great pvp addon which auto-releases, auto-joins, auto-leaves among other things. And Multiboxerv2 will actually handle the auto-res. If you would prefer to go that route.

  6. #6

  7. #7

    Default

    I really wanna see a screenshot/fraps of how fast this works, like in the middle of orgrimmar or something...

  8. #8

  9. #9

    Default

    Sweet deals!

    5-Stars
    I love the smell of electrocution in the morning!

  10. #10

    Default


    Manually levelled to 3.85 - then summoned to Undercity for a total of 3.92, then granted levels.
    http://bildr.no/view/246440
    Currently not boxing, info below is not really relevant.

    ProtPala+Elemental+Holy+Moonkin+Shadow
    Currently: Level 80+75*4
    Griznia, Leonina, Grizniaah, Leoninja, Grizniiah
    EU - Draenor - PvE
    5xFrostmages @ 45

Similar Threads

  1. Screen clicking
    By Fuzzyboy in forum Software Tools
    Replies: 3
    Last Post: 01-13-2009, 02:22 PM
  2. Octopus clicking.
    By Senji-Bounty Hunter in forum New Multi-Boxers & Support
    Replies: 11
    Last Post: 09-12-2008, 02:27 AM
  3. Clicking on Both WoW Windows?
    By sYpro in forum New Multi-Boxers & Support
    Replies: 7
    Last Post: 08-19-2008, 07:06 PM
  4. mouse clicking
    By goed in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 03-17-2008, 10:22 PM
  5. WoW Macro - Quest Accepting (simulate right clicking)
    By Gallo in forum General WoW Discussion
    Replies: 14
    Last Post: 05-28-2007, 06:31 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •