Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.42 KB | None | 0 0
  1. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(159): error C2504: 'npc_escortAI' : base class undefined
  2. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(195): error C2059: syntax error : '}'
  3. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(195): error C2143: syntax error : missing ';' before '}'
  4. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(195): error C2238: unexpected token(s) preceding ';'
  5. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(198): error C2236: unexpected 'class' 'boss_algalon_the_observer'. Did you forget a ';'?
  6. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(198): error C2143: syntax error : missing ';' before ':'
  7. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(198): error C2059: syntax error : ':'
  8. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(155): error C2440: 'return' : cannot convert from 'npc_brann_algalon::npc_brann_algalonAI *' to 'CreatureAI *'
  9. 2>          Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  10. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(161): error C2614: 'npc_brann_algalon::npc_brann_algalonAI' : illegal member initialization: 'npc_escortAI' is not a base or member
  11. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(173): error C2065: 'me' : undeclared identifier
  12. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(173): error C2227: left of '->RemoveFlag' must point to class/struct/union/generic type
  13. 2>          type is ''unknown-type''
  14. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(174): error C3861: 'SetEscortPaused': identifier not found
  15. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(177): error C3861: 'Start': identifier not found
  16. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(186): error C2065: 'me' : undeclared identifier
  17. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(186): error C2227: left of '->SummonCreature' must point to class/struct/union/generic type
  18. 2>          type is ''unknown-type''
  19. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(189): error C2065: 'me' : undeclared identifier
  20. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(189): error C2227: left of '->ForcedDespawn' must point to class/struct/union/generic type
  21. 2>          type is ''unknown-type''
  22. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(198): error C2059: syntax error : 'public'
  23. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(199): error C2143: syntax error : missing ';' before '{'
  24. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(199): error C2447: '{' : missing function header (old-style formal list?)
  25. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(1284): error C2653: 'boss_algalon_the_observer' : is not a class or namespace name
  26. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(1284): error C2061: syntax error : identifier 'boss_algalon_the_observerAI'
  27. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(1287): error C2653: 'boss_algalon_the_observer' : is not a class or namespace name
  28. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(1287): error C2061: syntax error : identifier 'boss_algalon_the_observerAI'
  29. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(1288): error C2143: syntax error : missing ';' before '{'
  30. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(1341): error C2181: illegal else without matching if
  31. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(1368): error C2653: 'boss_algalon_the_observer' : is not a class or namespace name
  32. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(1368): error C2061: syntax error : identifier 'boss_algalon_the_observerAI'
  33. 2>Northrend\Ulduar\ulduar\boss_algalon.cpp(1495): error C2061: syntax error : identifier 'boss_algalon_the_observer'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement