View Single Post
Bob G
Senior Member
 
Join Date: Nov 2017
Location: Trafford, PA, USA
Posts: 226

Old February 20th, 2020, 07:21 PM
Quote:
Originally Posted by ShadowChemosh View Post
Use the fixed melee damage field (wFixDamage) and remove the wMain.? tag. You can put whatever you like into wFixDamage and it will get displayed.

Code:
~If we're not shown, just get out now
doneif (tagis[Helper.ShowSpec] <> 1)

~ if we've been disabled, get out now
doneif (tagis[Helper.SpcDisable] <> 0)

field[abDuration].value += round(field[xTotalLev].value/8,0,-1) + 1

field[abValue].value += hero.childfound[aINT].field[aBonus].value
field[abValue2].value += hero.childfound[aSTR].field[aBonus].value
field[abValue3].value += field[abValue].value - field[abValue2].value

field[wFixDamage].text = field[abValue3].value
YES! wFixDamage.text! That was the field I was hoping to find! Thanks for like, the millionth assist SC.

Projects: Legendary Rogue (Legendary Games) 97.9%, Assassin (Interjection Games) 88%, Fortunate (rebuild of Luckbringer, Rite Publishing) 87.2%, Adept Godling (Super Genius Games) 73.9%, Eldritch Godling (Super Genius Games) 72.9%, Mighty Godling (Super Genius Games) 44.3%, Clever Godling (Super Genius Games) 41.2%, Legendary Cavalier (Legendary Games) 30.9%

Message me for a list of completed projects.
Visit my blog! https://gauntletsofblogrepower.blogspot.com/
Bob G is offline   #7 Reply With Quote