View Single Post
Warklaw
Member
 
Join Date: Jul 2010
Location: Minnesota
Posts: 30

Old April 12th, 2016, 07:54 AM
So duplicated the item and made the changes to the script, but it is still showing a red title with the error Returning: Thrown Weapon Required when equipped. Though I can now get it to go away if I change the associated item type (bootstrap) to a weapon of the thrown category. It also still does not properly update when used in conjunction with a Belt of Giant Strength.

Updated Code to:
Code:
if (field[abilActive].value <> 0) then
        field[BonEnhance].value += 2
        perform assign[wRangeInc.30]
        perform gizmo.assign[wCategory.RangeThrow]

        trustme
        this.gizmo.child[iBane].field[iCustSpec].text = "giants"
        endif
Warklaw is offline   #13 Reply With Quote