Results: 4Comments by: solos2
File: StatBlock_MeleeStats08-23-09
Added the following to support Stre...
Posted By: solos2
Added the following to support Strength as well: --Locale local L_STR = " ".. _G --Objects Creation MS.Str = LDB:NewDataObject("Melee_Str", {type = "data source", text = "0%"..L_STR, value = "0%", suffix = L_STR}) --Calculations local _,str,_,_ = UnitStat("player", 1); self.Str.text = L_STR self.Str.value = str
File: StatBlockCore (Display)08-23-09
I'm currently using SBC 2.6.1 and S...
Posted By: solos2
I'm currently using SBC 2.6.1 and SB Melee Stats 2.1.2, SB DPS 2.2.2 and SB Ranged Stats 2.1.2 SB seems to work okay when I swap gear in and out, the data shown is the same as the one listed on the paperdoll. However when I use Horn of Winter, which increases STR/AGI by 155, I do not see stat block update the AP, crit% at all...
File: Titan Panel07-15-08
No problem, thanks for the offer bu...
Posted By: solos2
No problem, thanks for the offer but I'm too busy occupied by other RL stuff now ;p
File: Titan Panel07-15-08
Fixed the GM ticket bug: Modify...
Posted By: solos2
Fixed the GM ticket bug: Modify TitanMovable.lua file, line 265 From if ( arg1 ~= 0 ) then To: if ( arg1 == 0 ) then