Aevee

Bundle Animation Red Eye by Aevee

Jun 4th, 2020
756
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. {
  2. Bundle Red Eye Orb by Aevee
  3. }
  4. [ENABLE]
  5. {$lua}
  6. if syntaxcheck then return end
  7.  
  8. local goodId = 0x40000066
  9.  
  10. local goodParam = EquipParamGoods:new("redEyeGood",goodId)
  11.  
  12. goodParam:goodsUseAnim(16)
  13. goodParam:opmeMenuType(0)
  14.  
  15. [DISABLE]
  16. {$lua}
  17. if syntaxcheck then return end
  18. paramUtils:restore("redEyeGood")
Add Comment
Please, Sign In to add comment