Download
(67Kb)
Download
Updated: 09-05-08 11:34 AM
Pictures
File Info
Updated:09-05-08 11:34 AM
Created:unknown
Downloads:1,335
Favorites:4
MD5:

KaraReady

Version: v1.0.1
by: killerpet1986 [More]

Type /kr menu to bring up the menu

Displays information about each class on what stats would be required to enter karazhan. May be used by guild masters to see if their members stats are up to what they should be or personally as a kind of goal.

Here is the code that shows each classes info. if you think some of it is wrong then please comment amending it. This could be used for other instances such as Gruuls, TK, BT, MH, ZA, etc... If you want to help just copy and paste the following lines and edit as appropriate:

Code:
if class == "DRUID" then
	getglobal("KRDataClass"):SetText("-------- Druid ------------")
	getglobal("KRData1"):SetText("* Balance 7,000 health 8,500 mana 550 +spell damage 6% +hit 15% +crit")
	getglobal("KRData2"):SetText("* Feral (bear) 415 defense 20,000 armor 12,000 health 20% dodge")
	getglobal("KRData3"):SetText("* Restoration 900 +healing 90 mp5 while casting 6,000 health 7,500 mana")
elseif class == "HUNTER" then
	getglobal("KRDataClass"):SetText("------------ Hunter ------------")
	getglobal("KRData1"):SetText("* Marksmanship 6,000 health 200 intellect 1,575 attack power 5% +hit 18% crit chance")
	getglobal("KRData2"):SetText("* Beast Mastery 6,000 health 200 intellect 1,425 attack power  5% +hit 18% crit chance")
	getglobal("KRData3"):SetText("* Survival 6,000 health 200 intellect 1,500 attack power 5% +hit 23% crit 500 agility")
elseif class == "MAGE" then
	getglobal("KRDataClass"):SetText("------------ Mage ------------")
	getglobal("KRData1"):SetText("6,000 health 8,500 mana 550 +damage 6% +hit 15% +crit")
	getglobal("KRData2"):SetText(" ")
	getglobal("KRData3"):SetText(" ")
elseif class == "PALADIN" then
	getglobal("KRDataClass"):SetText("------------ Paladin ------------")
	getglobal("KRData1"):SetText("* Tank 9,500 armor 450 defense 9,000 health")
	getglobal("KRData2"):SetText("* Healing 6,500 health 900 +healing 80 mp5 while casting 8,000 mana")
	getglobal("KRData3"):SetText(" ")
elseif class == "PRIEST" then
	getglobal("KRDataClass"):SetText("------------ Priest ------------")
	getglobal("KRData1"):SetText("* Healing 1,250 +healing 100 mp5 while casting 5,000 health 7,500 mana")
	getglobal("KRData2"):SetText("* Shadow 6,000 health 7,500 mana 600 +damage 6% +hit")
	getglobal("KRData3"):SetText(" ")
elseif class == "ROGUE" then
	getglobal("KRDataClass"):SetText("------------ Rogue ------------")
	getglobal("KRData1"):SetText("7,000 health 1,400 attack power 150 hit rating 20% crit chance Pair of 71 DPS weapons")
	getglobal("KRData2"):SetText(" ")
	getglobal("KRData3"):SetText(" ")
elseif class == "SHAMAN" then
	getglobal("KRDataClass"):SetText("------------ Shaman ------------")
	getglobal("KRData1"):SetText("* Elemental 7,500 health 8,500 mana 550 +damage 250 +crit rating")
	getglobal("KRData2"):SetText("* Enhancement 8,000 health 7,000 mana 1,100 attack power 25% crit chance")
	getglobal("KRData3"):SetText("* Restoration 7,500 health 9,500 mana 1,100 +healing 120 mp5 while casting")
elseif class == "WARLOCK" then
	getglobal("KRDataClass"):SetText("------------ Warlock ------------")
	getglobal("KRData1"):SetText("675 +damage ~3% +hit ~10% +crit 450 stamina 350 intellect")
	getglobal("KRData2"):SetText(" ")
	getglobal("KRData3"):SetText(" ")
elseif class == "WARRIOR" then
	getglobal("KRDataClass"):SetText("------------ Warrior ------------")
	getglobal("KRData1"):SetText("* Protection 490 defense 11,000 health 11,000 armor")
	getglobal("KRData2"):SetText("* Fury 9,000 health 1,300 attack power 10% +hit 23% crit chance")
	getglobal("KRData3"):SetText("* Arms 9,000 health 1,400 attack power 3% +hit 27% crit chance")
end

Optional Files (0)


There have been no comments posted to this file.
Be the first to add one.



Category Jump: