Close
Showing results 1 to 3 of 3

Hybrid View

  1. #1

    Default [RAF] Any way to know how many 'grantable' levels remain?

    Hi all,

    regarding the whole RAF level granting, I've lost track on my multiple toons, after moving transfering them etc.
    Any way to know how many levels a toon still has to grant?

    Maybe a macro or function or something?

    I'm levelling a paly, and from my calculations i should be able to take it to level 60.9 if I first get it to 31.9 and then grant levels.. but i fear i might have miscalculated lol as i've tested granting here and there, and transferred a toon around 45, then leveled it to 60, and leveled a few others here and there.

    I guess i'm safer to level my paly to 33.9 and start granting levels from there ;-) but was just curious if there was a way to know for sure.

    Cheers,
    -Zub
    .[I



  2. #2

    Default

    As far as I can see theres no function to tell you how many are left, there is a way to see if you have Any left though. Dunno if thats any good to you.

    local status = CanGrantLevel("target")
    if status then
    ChatFrame1:AddMessage("I can grant levels to my friend!")
    else
    ChatFrame1:AddMessage("I am out of free levels for now.")
    end

  3. #3

    Default

    Quote Originally Posted by 'Tasty',index.php?page=Thread&postID=128575#post12 8575
    As far as I can see theres no function to tell you how many are left, there is a way to see if you have Any left though. Dunno if thats any good to you.

    local status = CanGrantLevel("target")
    if status then
    ChatFrame1:AddMessage("I can grant levels to my friend!")
    else
    ChatFrame1:AddMessage("I am out of free levels for now.")
    end
    sweet, thanks. that's pretty good for starters ;-)
    I'll check if i can find any related stuff.

    Cheers,
    -Zub
    .[I



Similar Threads

  1. How many levels.....
    By balelor in forum General WoW Discussion
    Replies: 13
    Last Post: 02-19-2009, 03:02 PM
  2. Another level grant Q: 2 teams to 60 = 58 grantable levels?
    By parallax in forum New Multi-Boxers & Support
    Replies: 6
    Last Post: 01-28-2009, 10:43 PM
  3. Any way to find out your grantable levels left via website?
    By Hachoo in forum New Multi-Boxers & Support
    Replies: 6
    Last Post: 11-07-2008, 06:30 PM
  4. levels 41-45?
    By theebs in forum General WoW Discussion
    Replies: 6
    Last Post: 06-11-2008, 07:49 AM
  5. 2 levels to 70 What should I do?
    By Pulphero in forum General WoW Discussion
    Replies: 5
    Last Post: 05-19-2008, 05:28 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
  •