Georgis

Gladius

Mar 25th, 2018 (edited)
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. ^1^T^ScastBarHeight^N25^Stags^T^Smaxhealth^T^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`UnitHealthMax(unit)~`or~`Gladius.testing[unit].maxHealth~Jend^Sevents^SUNIT_HEALTH~`UNIT_MAXHEALTH~`UNIT_NAME_UPDATE^t^Sclass:short^T^Spreparation^B^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`Gladius.L[LOCALIZED_CLASS_NAMES_MALE[Gladius.buttons[unit].class]..":short"]~`or~`Gladius.L[LOCALIZED_CLASS_NAMES_MALE[Gladius.testing[unit].unitClass]..":short"]~Jend^Sevents^SUNIT_NAME_UPDATE^t^Shealth:short^T^Sfunc^Sfunction(unit)~Jlocal~`health~`=~`not~`Gladius.test~`and~`UnitHealth(unit)~`or~`Gladius.testing[unit].health~Jif~`(health~`>~`999)~`then~Jreturn~`strformat("%.1fk",~`(health~`/~`1000))~Jelse~Jreturn~`health~Jend~Jend^Sevents^SUNIT_HEALTH~`UNIT_MAXHEALTH~`UNIT_NAME_UPDATE^t^Sclass^T^Spreparation^B^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`LOCALIZED_CLASS_NAMES_MALE[Gladius.buttons[unit].class]~`or~`LOCALIZED_CLASS_NAMES_MALE[Gladius.testing[unit].unitClass]~Jend^Sevents^SUNIT_NAME_UPDATE^t^Spower:short^T^Sfunc^Sfunction(unit)~Jlocal~`power~`=~`not~`Gladius.test~`and~`UnitPower(unit)~`or~`Gladius.testing[unit].power~Jif~`(power~`>~`999)~`then~Jreturn~`strformat("%.1fk",~`(power~`/~`1000))~Jelse~Jreturn~`power~Jend~Jend^Sevents^SUNIT_POWER_UPDATE~`UNIT_DISPLAYPOWER~`UNIT_NAME_UPDATE^t^Srace^T^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`UnitRace(unit)~`or~`Gladius.testing[unit].unitRace~Jend^Sevents^SUNIT_NAME_UPDATE^t^Smaxpower:short^T^Sfunc^Sfunction(unit)~Jlocal~`power~`=~`not~`Gladius.test~`and~`UnitPowerMax(unit)~`or~`Gladius.testing[unit].maxPower~Jif~`(power~`>~`999)~`then~Jreturn~`strformat("%.1fk",~`(power~`/~`1000))~Jelse~Jreturn~`power~Jend~Jend^Sevents^SUNIT_MAXPOWER~`UNIT_DISPLAYPOWER~`UNIT_NAME_UPDATE^t^Spower^T^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`UnitPower(unit)~`or~`Gladius.testing[unit].power~Jend^Sevents^SUNIT_POWER_UPDATE~`UNIT_DISPLAYPOWER~`UNIT_NAME_UPDATE^t^Sname:status^T^Sfunc^Sfunction(unit)~Jreturn~`UnitIsDeadOrGhost(unit)~`and~`Gladius.L["DEAD"]~`or~`(UnitName(unit)~`or~`unit)~Jend^Sevents^SUNIT_NAME_UPDATE~`UNIT_HEALTH^t^Sspec^T^Spreparation^B^Sfunc^Sfunction(unit)~Jreturn~`Gladius.test~`and~`Gladius.testing[unit].unitSpec~`or~`Gladius.buttons[unit].spec~Jend^Sevents^SUNIT_NAME_UPDATE~`GLADIUS_SPEC_UPDATE^t^Spower:percentage^T^Sfunc^Sfunction(unit)~Jlocal~`power~`=~`not~`Gladius.test~`and~`UnitPower(unit)~`or~`Gladius.testing[unit].power~Jlocal~`maxPower~`=~`not~`Gladius.test~`and~`UnitPowerMax(unit)~`or~`Gladius.testing[unit].maxPower~Jreturn~`strformat("%.1f%%",~`(power~`/~`maxPower~`*~`100))~Jend^Sevents^SUNIT_POWER_UPDATE~`UNIT_MAXPOWER~`UNIT_DISPLAYPOWER~`UNIT_NAME_UPDATE^t^Smaxpower^T^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`UnitPowerMax(unit)~`or~`Gladius.testing[unit].maxPower~Jend^Sevents^SUNIT_MAXPOWER~`UNIT_DISPLAYPOWER~`UNIT_NAME_UPDATE^t^Sspec:short^T^Spreparation^B^Sfunc^Sfunction(unit)~Jlocal~`spec~`=~`Gladius.test~`and~`Gladius.testing[unit].unitSpec~`or~`Gladius.buttons[unit].spec~Jif~`(spec~`==~`nil~`or~`spec~`==~`"")~`then~Jreturn~`""~Jend~Jreturn~`Gladius.L[spec..":short"]~Jend^Sevents^SUNIT_NAME_UPDATE~`GLADIUS_SPEC_UPDATE^t^Shealth:percentage^T^Sfunc^Sfunction(unit)~Jlocal~`health~`=~`not~`Gladius.test~`and~`UnitHealth(unit)~`or~`Gladius.testing[unit].health~Jlocal~`maxHealth~`=~`not~`Gladius.test~`and~`UnitHealthMax(unit)~`or~`Gladius.testing[unit].maxHealth~Jreturn~`strformat("%.1f%%",~`(health~`/~`maxHealth~`*~`100))~Jend^Sevents^SUNIT_HEALTH~`UNIT_MAXHEALTH~`UNIT_NAME_UPDATE^t^Shealth^T^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`UnitHealth(unit)~`or~`Gladius.testing[unit].health~Jend^Sevents^SUNIT_HEALTH~`UNIT_MAXHEALTH~`UNIT_NAME_UPDATE^t^Smaxhealth:short^T^Sfunc^Sfunction(unit)~Jlocal~`health~`=~`not~`Gladius.test~`and~`UnitHealthMax(unit)~`or~`Gladius.testing[unit].maxHealth~Jif~`(health~`>~`999)~`then~Jreturn~`strformat("%.1fk",~`(health~`/~`1000))~Jelse~Jreturn~`health~Jend~Jend^Sevents^SUNIT_HEALTH~`UNIT_MAXHEALTH~`UNIT_NAME_UPDATE^t^Sname^T^Sfunc^Sfunction(unit)~Jreturn~`UnitName(unit)~`or~`unit~Jend^Sevents^SUNIT_NAME_UPDATE^t^t^StrinketOffsetX^N0^SdispellOffsetY^N5^SdispellAdjustSize^b^SdrTrackerAdjustSize^b^StagsVersion^N4^Slocked^B^SadvancedOptions^b^Sx^T^Sarena1^F8501793426718975^f-43^t^SdispellOffsetX^N70^Sannouncements^T^Strinket^b^Shealth^b^Sspec^b^Senemies^b^t^SframeScale^N0.9^SdrTrackerOffsetY^N4^SdispellSize^N38^SRacialAdjustSize^b^Sy^T^Sarena1^F7368391439934586^f-44^t^SRacialOffsetY^N-30^SauraVersion^N1^SRacialOffsetX^N70^SdrCategories^T^Sdisorient^B^t^SdrTrackerSize^N45^SRacialSize^N38^t^^
Add Comment
Please, Sign In to add comment