Oqueue change ilvl (2.0.1 include) (macro in game for set ilvl) menu

Shout-Out

User Tag List

Results 1 to 10 of 10
  1. #1
    llBuxll's Avatar Private
    Reputation
    5
    Join Date
    Sep 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Oqueue change ilvl (2.0.1 include) (macro in game for set ilvl)

    Hi

    File to modify : oqueue.lua

    find :
    Code:
    function oq.get_ilevel()
    The original function :

    Code:
    function oq.get_ilevel()
            return floor( select( 2, GetAverageItemLevel() )) ;
    end
    So delete this function and add this code at the same place (note i have modified the function)

    Code:
    local fakeilvl = 0
    
    function set_ilevel(value)
        fakeilvl = value ;
        if value ~= 0 then
            DEFAULT_CHAT_FRAME:AddMessage("                                           ", 0.0, 0.0, 0.0);
            DEFAULT_CHAT_FRAME:AddMessage("---------------------------------------------", 1.0, 0.0, 0.0);
            DEFAULT_CHAT_FRAME:AddMessage("                    Fake ilvl : " .. value, 1.0, 0.6, 0.0);
            DEFAULT_CHAT_FRAME:AddMessage("---------------------------------------------", 1.0, 0.0, 0.0);
            DEFAULT_CHAT_FRAME:AddMessage("                                           ", 0.0, 0.0, 0.0);
        else
            DEFAULT_CHAT_FRAME:AddMessage("                                           ", 0.0, 0.0, 0.0);
            DEFAULT_CHAT_FRAME:AddMessage("---------------------------------------------", 0.0, 0.6, 1.0);
            DEFAULT_CHAT_FRAME:AddMessage("                    True ilvl : " .. GetAverageItemLevel(), 0.0, 0.8, 1.0);
            DEFAULT_CHAT_FRAME:AddMessage("---------------------------------------------", 0.0, 0.6, 1.0);
            DEFAULT_CHAT_FRAME:AddMessage("                                           ", 0.0, 0.0, 0.0);
        end
    end
    
    function oq.get_ilevel()
        if fakeilvl ~= 0 then
            return floor(fakeilvl) ;
        else
            return floor( select( 2, GetAverageItemLevel() )) ;
      end
    end
    Now in game you can create 2(or more) macro

    Set your ilvl
    Code:
    /script set_ilevel(580)
    Back to the true ilvl
    Code:
    /script set_ilevel(0)
    Close oqueue main frame for apply.

    Enjoy
    Last edited by llBuxll; 09-09-2014 at 03:09 AM.

    Oqueue change ilvl (2.0.1 include) (macro in game for set ilvl)
  2. #2
    lilsniff's Avatar Contributor *snort*
    CoreCoins Purchaser
    Reputation
    242
    Join Date
    Mar 2008
    Posts
    701
    Thanks G/R
    137/89
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Last edited by lilsniff; 09-09-2014 at 04:17 AM.

  3. #3
    llBuxll's Avatar Private
    Reputation
    5
    Join Date
    Sep 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by free_sol82 View Post
    Open oqueue.lua using LuaEdit. Go to line 3172 and change it to:

    return floor(###) ;

    with ### being whatever ilvl you want to have.
    This thread is much better tho, so idc

    i see... you need to edit file any time you would change ilvl.

    With my solution you can take macro..

    I think you're right, it is indisputable... better

  4. #4
    lilsniff's Avatar Contributor *snort*
    CoreCoins Purchaser
    Reputation
    242
    Join Date
    Mar 2008
    Posts
    701
    Thanks G/R
    137/89
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by llBuxll View Post
    i see... you need to edit file any time you would change ilvl.

    With my solution you can take macro..

    I think you're right, it is indisputable... better
    Yeah, so have some rep

  5. #5
    llBuxll's Avatar Private
    Reputation
    5
    Join Date
    Sep 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And so deleted...

  6. #6
    bansil's Avatar Site Donator Mankrik Classic
    CoreCoins Purchaser
    Reputation
    25
    Join Date
    Apr 2008
    Posts
    112
    Thanks G/R
    7/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fantastic. Now I can be added to the group and get kicked when they see I'm actually 560.

  7. #7
    jimmys96's Avatar Legendary
    Reputation
    757
    Join Date
    Aug 2008
    Posts
    1,170
    Thanks G/R
    225/210
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Davidlocke199 View Post
    Fantastic. Now I can be added to the group and get kicked when they see I'm actually 560.
    or you can step it up just 5-10 ilvls to get into better groups and progress further. Also try learning your class really well so you can carry the gap between gears and they won't really notice it

  8. #8
    ckotte's Avatar Private
    Reputation
    1
    Join Date
    Sep 2014
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys.
    I did everything with exchanging codes and saved it. Then... Where have I write this script '/script set_ilevel(580)' ? In chat '/say' ? or... Where?

  9. #9
    highboi's Avatar Active Member
    Reputation
    31
    Join Date
    Feb 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    https://mega.co.nz/#!I1NkBBrZ!W_GHet...PTdktzpKJEpVX0

    here is a premodified oqueue addon, this one works a bit differently (it has a GUI). click the purple icon at the bottom right hand corner of oqueue and set ur faked ilvl, mmr, etc... credit goes to iispyderii

    for updates, download tortoisesvn

  10. #10
    arcanblade's Avatar Sergeant
    Reputation
    6
    Join Date
    Jul 2012
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no longer works, any update for the current OQ update?

Similar Threads

  1. Macro to queue for dungeons
    By DrWily in forum WoW UI, Macros and Talent Specs
    Replies: 1
    Last Post: 05-12-2010, 07:32 PM
  2. Macro or Bot for Dungeons
    By lamagy in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 05-09-2010, 05:23 AM
  3. Replies: 51
    Last Post: 05-13-2008, 06:43 PM
All times are GMT -5. The time now is 05:55 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search