Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
CHRMBaneWeapon.lua - Quest File
General Info
Quest File
-- CHRMBaneWeapon function event_scale_calc(e) primary = e.owner:GetItemStat(e.owner:GetItemIDAt(Slot.Primary),"BaneDmgAmt"); secondary = e.owner:GetItemStat(e.owner:GetItemIDAt(Slot.Secondary),"BaneDmgAmt"); range = e.owner:GetItemStat(e.owner:GetItemIDAt(Slot.Range),"BaneDmgAmt"); if(primary ~= 0 or secondary ~= 0 or range ~= 0) then e.self:SetScale(1); else e.self:SetScale(0); end end
Source: 17 Jan 2022
Quest Source: 28 May 2022