EU+US ilvl 700 guns in new dala

They hotfixed a level 98 requirement, however I still have it equipped. When I run a script to check my iLvl it says 64.4 which is what it was before but I am not able to test whether this gives me some nice stats in BGs or not since they are not popping at all.

EDIT: When I try and use abilities in PvE it says "Requires Ranged Weapon". I imagine the same thing will happen in BGs so any character with this equipped is just for swag I guess.
Man is it red now? Can you link character?
 
Man is it red now? Can you link character?
Here is my armoury but I don't think it is working yet since I recently leveled it: http://eu.battle.net/wow/en/character/outland/Bíohunter/advanced

Screenshots of in-game:
0430e308c60642a1912aa7074de29f7b.png

20a37e443abb4a218ce05e830d71bd10.png
 
Can you post said script? Tired of deja's char stats randomly not showing ilvl.
This is the script to find the average item level of someone if you want to find someone else's, if you want to find yours then just run the bottom line I think (worked for me):
/cleartarget [mod:alt]
/ins
/run local t,c,u=0,0,UnitExists("target") and "target" or "player" for i =1,18 do if i~=4 then local k=GetInventoryItemLink(u,i) if k then local _,_,_,l=GetItemInfo(k) t=t+l c=c+1 end end end if c>0 then print(t/c) end
 
Just had an idea of what we could of done before it got hotfixed, as there was no level requirement could of used them as transmog on other weps RIP
 
Just had an idea of what we could of done before it got hotfixed, as there was no level requirement could of used them as transmog on other weps RIP

The item level is too high to use as mog, so you didn't miss out on much.
 
This is the script to find the average item level of someone if you want to find someone else's, if you want to find yours then just run the bottom line I think (worked for me):
/cleartarget [mod:alt]
/ins
/run local t,c,u=0,0,UnitExists("target") and "target" or "player" for i =1,18 do if i~=4 then local k=GetInventoryItemLink(u,i) if k then local _,_,_,l=GetItemInfo(k) t=t+l c=c+1 end end end if c>0 then print(t/c) end


Ahhh this fails to do scaling with the invasion gear. So was giving me like 380 as an ilvl.

Thanks though.
 
I didn't test from mobs, only PvP. I took reduced damage but I don't think I had the 600%+ reduction that my stats claimed, although that was against a level 29.

i thought so. i think versa% is actually effective hp %, not damage reduction %. so 600% versa is 700% effective hp. meaning 6/7 = 85.7% damage reduction
 

Users who are viewing this thread

Top