Advertisement
Guest User

Details Lua Error LeechCalc

a guest
Jul 19th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. Message: ...rface\AddOns\Details_CalcLeech\Details_CalcLeech.lua:86: attempt to perform arithmetic on local 'leech' (a boolean value)
  2. Time: 07/19/16 14:58:04
  3. Count: 206
  4. Stack: ...rface\AddOns\Details_CalcLeech\Details_CalcLeech.lua:86: in function <...rface\AddOns\Details_CalcLeech\Details_CalcLeech.lua:72>
  5.  
  6. Locals: self = <unnamed> {
  7. 0 = <userdata>
  8. }
  9. event = "COMBAT_LOG_EVENT_UNFILTERED"
  10. time = 1468965484.71
  11. token = "SPELL_HEAL"
  12. hidding = false
  13. who_serial = "Player-3677-070C8AC5"
  14. who_name = "Turkeyeyes-Garrosh"
  15. who_flags = 1298
  16. who_flags2 = 0
  17. target_serial = "Player-3677-070C8AC5"
  18. target_name = "Turkeyeyes-Garrosh"
  19. target_flags = 1298
  20. target_flags2 = 0
  21. spellid = 143924
  22. spellname = "Leech"
  23. spelltype = 1
  24. amount = 65
  25. overhealing = 0
  26. absorbed = 0
  27. critical = false
  28. multistrike = nil
  29. is_shield = nil
  30. healed = 65
  31. total_leech = 0
  32. (for index) = 3
  33. (for limit) = 40
  34. (for step) = 1
  35. i = 3
  36. name = "Shadowfel Infusion"
  37. _ = ""
  38. _ = "Interface\Icons\Spell_Shadow_SoulLeech_1"
  39. _ = 0
  40. _ = nil
  41. _ = 10.017
  42. _ = 535697.734
  43. source = "player"
  44. _ = false
  45. _ = false
  46. id = 184671
  47. _ = false
  48. _ = false
  49. _ = true
  50. leech = false
  51. (*temporary) = <table> {
  52. Bunny = false
  53. }
  54. (*temporary) = "Bunny"
  55. (*temporary) = "player"
  56. (*temporary) = "attempt to perform arithmetic on local 'leech' (a boolean value)"
  57. rosterLeechAmount = <table> {
  58. Bunny = false
  59. }
  60. calcLeech = <table> {
  61. Enabled = true
  62. __author = "Details! Team"
  63. combat = <table> {
  64. }
  65. OnDetailsEvent = <function> defined @Interface\AddOns\Details_CalcLeech\Details_CalcLeech.lua:172
  66. RegisterEvent = <function> defined @Interface\AddOns\Details\core\plugins.lua:265
  67. Frame = Details_CalcLeech {
  68. }
  69. __name = "Leech Trinket"
  70. OnEvent = <function> defined @Interface\AddOns\Details_CalcLeech\Details_CalcLeech.lua:165
  71. __version = "v1.1"
  72. __options = 1
  73. real_name = "DETAILS_PLUGIN_LEECH_TRINKET"
  74. __description = "Calculates the healing done by the trinket leech."
  75. db = <table> {
  76. }
  77. __enabled = true
  78. UnregisterEvent = <function> defined @Interface\AddOns\Details\core\plugins.lua:268
  79. __icon = "Interface\Icons\spell_shadow_lifedrain02"
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement