Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.49 KB | None | 0 0
  1. Could not compile CC from C:\WoW-Tools\HB\CustomClasses\Druidhealz.cs!
  2. File: Druidhealz.cs Line: 184 Error: 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'CanCast' and no extension method 'CanCast' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?)
  3. File: Druidhealz.cs Line: 190 Error: Only assignment, call, increment, decrement, and new object expressions can be used as a statement
  4. File: Druidhealz.cs Line: 190 Error: The name 'Return' does not exist in the current context
  5. File: Druidhealz.cs Line: 195 Error: 's' is inaccessible due to its protection level
  6. File: Druidhealz.cs Line: 195 Error: 's' is a 'type' but is used like a 'variable'
  7. File: Druidhealz.cs Line: 197 Error: The name 'hp' does not exist in the current context
  8. File: Druidhealz.cs Line: 199 Error: 's' is inaccessible due to its protection level
  9. File: Druidhealz.cs Line: 199 Error: 's' is a 'type' but is used like a 'variable'
  10. File: Druidhealz.cs Line: 201 Error: The name 'hp' does not exist in the current context
  11. File: Druidhealz.cs Line: 203 Error: 's' is inaccessible due to its protection level
  12. File: Druidhealz.cs Line: 203 Error: 's' is a 'type' but is used like a 'variable'
  13. File: Druidhealz.cs Line: 205 Error: The name 'hp' does not exist in the current context
  14. File: Druidhealz.cs Line: 207 Error: 's' is inaccessible due to its protection level
  15. File: Druidhealz.cs Line: 207 Error: 's' is a 'type' but is used like a 'variable'
  16. File: Druidhealz.cs Line: 209 Error: The name 'hp' does not exist in the current context
  17. File: Druidhealz.cs Line: 211 Error: 's' is inaccessible due to its protection level
  18. File: Druidhealz.cs Line: 211 Error: 's' is a 'type' but is used like a 'variable'
  19. File: Druidhealz.cs Line: 222 Error: 's' is inaccessible due to its protection level
  20. File: Druidhealz.cs Line: 222 Error: 's' is a 'type' but is used like a 'variable'
  21. File: Druidhealz.cs Line: 223 Error: The name 'needCast' does not exist in the current context
  22. File: Druidhealz.cs Line: 225 Error: The name 'hp' does not exist in the current context
  23. File: Druidhealz.cs Line: 227 Error: 's' is inaccessible due to its protection level
  24. File: Druidhealz.cs Line: 227 Error: 's' is a 'type' but is used like a 'variable'
  25. File: Druidhealz.cs Line: 228 Error: The name 'needCast' does not exist in the current context
  26. File: Druidhealz.cs Line: 231 Error: 's' is inaccessible due to its protection level
  27. File: Druidhealz.cs Line: 231 Error: 's' is a 'type' but is used like a 'variable'
  28. File: Druidhealz.cs Line: 231 Error: 's' is inaccessible due to its protection level
  29. File: Druidhealz.cs Line: 231 Error: 's' is a 'type' but is used like a 'variable'
  30. File: Druidhealz.cs Line: 231 Error: The best overloaded method match for 'Druidhealz.Druidhealz.CC(string, Styx.WoWInternals.WoWObjects.WoWUnit)' has some invalid arguments
  31. File: Druidhealz.cs Line: 231 Error: Argument '1': cannot convert from 's' to 'string'
  32. File: Druidhealz.cs Line: 233 Error: 's' is inaccessible due to its protection level
  33. File: Druidhealz.cs Line: 233 Error: 's' is a 'type' but is used like a 'variable'
  34. File: Druidhealz.cs Line: 233 Error: The best overloaded method match for 'Druidhealz.Druidhealz.C(string, Styx.WoWInternals.WoWObjects.WoWUnit)' has some invalid arguments
  35. File: Druidhealz.cs Line: 233 Error: Argument '1': cannot convert from 's' to 'string'
  36. File: Druidhealz.cs Line: 237 Error: The name 'needCast' does not exist in the current context
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement