What can I say? To quote Popeye, "I am what I am." Lovin' doing things that only I can do, and somehow that's ended up banishing me to Pennsyltucky... lol. My heart's in NYC, but not proven... I'm about half my age mentally, and I'm happy just being my unique self... I'm kind of an idiot for blogging anything, especially MySpace... Don't get on my idiot list, cuz it's just too long to mention... I hate how many ppl tell me how smart I am, cuz that must mean I try to prove it too often.... Bein' a douchebag can be a good thing.... if ya' worry about your "importance" or how much money you make, you're not successful in life... i'm pretty sure i would consider myself important and i don't make much money, but since it worries me sometimes i don't know what to think.... My favorite Tarantino quote is that "the less a man makes declarative statements, the less apt he is to look foolish in retrospect"... (hope i got it right.. was that in a Tarantino movie? Think it was 4 rooms...) Although i don't know why i quoted that, it's gotta mean something... I like stringing a series of .......... at the end of things................... makes ya feel like there's more to come.
here's how to find your defense rating as a druid tank.... the closer the number comes back to zero... the closer you are to "uncrittable"... negative is kinda wasted resilience or defense points. Formula takes into account def rating and resilience from "PVP" gear. Type exactly into a new macro window. /script DEFAULT_CHAT_FRAME:AddMessage(2.6-(GetCombatRatingBonus(CR_D
EFENSE_SKILL)*.04+GetCombatRatingBonus(CR_CRIT_TAKEN_MELEE))
,1,0.5,0)
for all other tanks the macro code is /script DEFAULT_CHAT_FRAME:AddMessage(5.6-((20+GetCombatRatingBonus(
CR_DEFENSE_SKILL))*.04+GetCombatRatingBonus(CR_CRIT_TAKEN_ME
LEE)),1,0.5,0)
An easy location macro code is /script px,py=GetPlayerMapPosition("player") /script DEFAULT_CHAT_FRAME: AddMessage(format("(%s)%i,%i,GetZoneText,px*100,py*100));