PDA

View Full Version : RAF, how to award all levels at once?



shadowlord633
05-29-2012, 06:16 AM
I have been doing RAF on acouple of accounts and when i go to award levels to a character it only gives me the option to award one level at a time. According to the RAF FAQ page you are able to award all the levels at once to a character, but it doesn't tell you how to do it. Anyone know how? Pain in the arse when you have multiple characters getting 30-40 levels one level at a time, lol. It's not gamebreaking but would make life easier :)

MiRai
05-29-2012, 08:57 AM
If you're referring to this:


Can all of these levels be granted at once?
Yes, a character can award all their grantable levels at one time.
I don't think they're talking about granting every single level you have in one mouse click. As far as I know, you can't grant more than 1 level at a time -- It's even mentioned in the API (http://www.wowpedia.org/API_GrantLevel):


Regardless of the value of the levels argument, the function only grants a single level to the unit.

d0z3rr
05-29-2012, 10:30 AM
But granting levels is the funnest part of RAF. You can piss so many people off by parking your character in front of the AH at org/stormwind and granting 40 levels. They will get so butthurt and angry you'll get reported and whispered like 1000 times.

Pazgaz
05-29-2012, 01:00 PM
To make it less painful (for myself), I have the grant level macro on the granting toon, and the accept granted macro on the toon getting the levels, on the same keybind (1 for example). I then target the toon getting the levels with the one granting them and spam 1. Done in like 5 seconds.

Shodokan
05-29-2012, 01:32 PM
To make it less painful (for myself), I have the grant level macro on the granting toon, and the accept granted macro on the toon getting the levels, on the same keybind (1 for example). I then target the toon getting the levels with the one granting them and spam 1. Done in like 5 seconds.

Posting those macros might help as well. I'd be interested in them for my next RAF (which might be soon)

MiRai
05-29-2012, 01:43 PM
Pretty sure it's:


/script GrantLevel("CharacterName", 1);

Or


/script GrantLevel("target", 1);

Then


/script AcceptLevelGrant();

Or


/click StaticPopup1Button1

I'm pulling this from something old so my syntax may be off.

SaraiE
05-29-2012, 01:45 PM
I found this thread: http://www.dual-boxing.com/archive/index.php/t-12002.html

SaraiE

Shodokan
05-29-2012, 04:17 PM
Thanks a bunch.

shadowlord633
05-30-2012, 06:18 AM
Lots of good stuff from you guys, thanx. And it was funny as heck getting whispers from people saying reported for hacking when i was leveling 4 guys in front of the AH, lol. And a big thanx for the link to http://www.wowwiki.com/World_of_Warcraft_API, I never knew it existed and it opened my eyes up to all kinds of possibilities for macros :)