Originally Posted by
xmodxdrx
Does this still work with RBGs and increasing your CR to higher than it actualy is?
it still works. my method doesnt rely on modified codes, using the OFFICIAL oqueue addon, open up oqueue.lua
Code:
TO CHANGE YOUR CURRENT RATING, SEARCH FOR
Code:
function oq.get_mmr()
return select( 1, GetPersonalRatedInfo(4) ) or 0 ;
end
REPLACE WITH
Code:
function oq.get_mmr()
return XXXX; --YOUR RBG CR
end
Code:
TO CHANGE YOUR ILVL, SEARCH FOR
Code:
function oq.get_ilevel()
return floor( select( 2, GetAverageItemLevel() )) ;
end
REPLACE WITH
Code:
function oq.get_ilevel()
return XXX ; --YOUR ILVL
end
GL and happy spoofing