Advertisement
Guest User

BUI_Buffs.lua diff patch

a guest
Aug 25th, 2021
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. --- BUI_Buffs-old.lua 2021-04-25 03:31:59.334007700 +0800
  2. +++ BUI_Buffs.lua 2021-08-25 23:17:32.564947300 +0800
  3. @@ -266,7 +266,7 @@
  4. [81519]=true,--Infallible Aether
  5. [75753]=true,--Line-Breaker(Alkosh)
  6. [17906]=true,--Crusher
  7. - [38541]=true,--Taunt
  8. + [38254]=true,--Taunt
  9. [95230]=true,--Venom Injection (HoF)
  10. [90409]=true,--Melting Point (HoF)
  11. [68871]=true,[68909]=true,[68910]=true,[69855]=true, --Volatile Poison (MSA Stage 7)
  12. @@ -1213,7 +1213,7 @@
  13. --Major Vulnerability
  14. if BUI.Buffs.MajorVulnerability[abilityId] then BUI.Buffs.MajorVulnerabilityActive=timeStarted+20 end
  15. --TauntTimer
  16. - if abilityId==38541 then TauntTimer=math.floor(timeEnding-now/1000+.5)
  17. + if abilityId==38254 then TauntTimer=math.floor(timeEnding-now/1000+.5)
  18. --Crusher
  19. elseif abilityId==17906 then CrusherTimer=math.floor(timeEnding-now/1000+.5) end
  20. --ReticleResist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement