http://piclair.com/data/khgfp.jpg
Printable View
Sorry , this pic is not from bg its from durotar but its about pvp players from the ''best'' pvp guild FATALITY
http://image.prntscr.com/image/74343...a4c4dc4757.png
And after 2 min he went in Razor Hill
http://image.prntscr.com/image/3a1d3...9ad2ec54af.png
http://image.prntscr.com/image/8b281...11307fbc40.png
I'm going to go get one too. Thanks Hari!
http://puu.sh/tLZlR/2efab485a5.jpg
Looooooool this screen /tar xmog hahahahahahahhaha he dont know what xmog mean
Guys this is just mean, idk that guy well but he's a nice guy at least. Lets not pick on people who dont deserve it just because of their guild.
Good reasons to pick on people:
1. They deserve it.
2. They are dickheads
3. They heal people when i try to 1v1 that person cross faction (looking at you 'abrafo')
4. They steal my zerking buff while not being named murk (see number 1)
5. Playing deathknight
Bad reasons to pick on people
1. Nvm i cant really think of any bad reasons but serious note that guy is probably young and from what ive seen is a decent person other than playing dk.
hey, can u tell me class icon addon name? ty
ty, always i use a macro scripts for this
/run UFP="UnitFramePortrait_Update" UICC="Interface\\TargetingFrame\\UI-Classes-Circles" CIT=CLASS_ICON_TCOORDS UC=UnitClass
/run hooksecurefunc(UFP,function(self) if self.portrait then t=CIT[select(2,UC(self.unit))] if t and UnitIsPlayer(self.unit) then self.portrait:SetTexture(UICC) self.portrait:SetTexCoord(unpack(t)) else self.portrait:SetTexCoord(0,1,0,1) end end end)
/run UIP=UnitIsPlayer UIC=UnitIsConnected RCC=RAID_CLASS_COLORS PFHB=PlayerFrameHealthBar UC=UnitClass
/run function colour(sb,unit) if UIP(unit) and UIC(unit) and unit==sb.unit and UC(unit) then _,cl=UC(unit) c=RAID_CLASS_COLORS[cl] sb:SetStatusBarColor(c.r,c.g,c.b) PFHB:SetStatusBarColor(0,1,0) end end
/run hooksecurefunc("UnitFrameHealthBar_Update", colour) hooksecurefunc("HealthBar_OnValueChanged", function(self) colour(self, self.unit) end)
:)