Advertisement
Guest User

Untitled

a guest
Sep 15th, 2018
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 191.97 KB | None | 0 0
  1. otpch.cpp
  2. Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.
  3. actions.cpp
  4. ban.cpp
  5. baseevents.cpp
  6. bed.cpp
  7. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\bed.cpp)
  8. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  9. with
  10. [
  11. _Ty=ItemAttributes
  12. ] (compiling source file ..\src\bed.cpp)
  13. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  14. with
  15. [
  16. _Ty=ItemAttributes
  17. ] (compiling source file ..\src\bed.cpp)
  18. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  19. with
  20. [
  21. _Ty=ItemAttributes
  22. ] (compiling source file ..\src\bed.cpp)
  23. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  24. with
  25. [
  26. _Ty=ItemAttributes
  27. ] (compiling source file ..\src\bed.cpp)
  28. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\bed.cpp)
  29. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\bed.cpp)
  30. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\baseevents.cpp(29): error C2475: 'BaseEvents::BaseEvents': redefinition; 'constexpr' specifier mismatch
  31. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\baseevents.h(55): note: see declaration of 'BaseEvents::BaseEvents'
  32. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\baseevents.cpp(30): error C2084: function 'BaseEvents::BaseEvents(void)' already has a body
  33. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\baseevents.h(55): note: see previous definition of '{ctor}'
  34. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\actions.cpp)
  35. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  36. with
  37. [
  38. _Ty=ItemAttributes
  39. ] (compiling source file ..\src\actions.cpp)
  40. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  41. with
  42. [
  43. _Ty=ItemAttributes
  44. ] (compiling source file ..\src\actions.cpp)
  45. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  46. with
  47. [
  48. _Ty=ItemAttributes
  49. ] (compiling source file ..\src\actions.cpp)
  50. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  51. with
  52. [
  53. _Ty=ItemAttributes
  54. ] (compiling source file ..\src\actions.cpp)
  55. chat.cpp
  56. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\bed.cpp)
  57. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\bed.cpp)
  58. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\bed.cpp)
  59. combat.cpp
  60. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\actions.cpp)
  61. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\actions.cpp)
  62. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\combat.cpp)
  63. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  64. with
  65. [
  66. _Ty=ItemAttributes
  67. ] (compiling source file ..\src\combat.cpp)
  68. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  69. with
  70. [
  71. _Ty=ItemAttributes
  72. ] (compiling source file ..\src\combat.cpp)
  73. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  74. with
  75. [
  76. _Ty=ItemAttributes
  77. ] (compiling source file ..\src\combat.cpp)
  78. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  79. with
  80. [
  81. _Ty=ItemAttributes
  82. ] (compiling source file ..\src\combat.cpp)
  83. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\combat.cpp)
  84. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\combat.cpp)
  85. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\bed.cpp)
  86. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\bed.cpp)
  87. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\actions.cpp)
  88. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\actions.cpp)
  89. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\actions.cpp)
  90. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\actions.cpp)
  91. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\actions.cpp)
  92. commands.cpp
  93. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\commands.cpp)
  94. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  95. with
  96. [
  97. _Ty=ItemAttributes
  98. ] (compiling source file ..\src\commands.cpp)
  99. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  100. with
  101. [
  102. _Ty=ItemAttributes
  103. ] (compiling source file ..\src\commands.cpp)
  104. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  105. with
  106. [
  107. _Ty=ItemAttributes
  108. ] (compiling source file ..\src\commands.cpp)
  109. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  110. with
  111. [
  112. _Ty=ItemAttributes
  113. ] (compiling source file ..\src\commands.cpp)
  114. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\commands.cpp)
  115. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\commands.cpp)
  116. condition.cpp
  117. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\chat.cpp)
  118. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  119. with
  120. [
  121. _Ty=ItemAttributes
  122. ] (compiling source file ..\src\chat.cpp)
  123. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  124. with
  125. [
  126. _Ty=ItemAttributes
  127. ] (compiling source file ..\src\chat.cpp)
  128. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  129. with
  130. [
  131. _Ty=ItemAttributes
  132. ] (compiling source file ..\src\chat.cpp)
  133. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  134. with
  135. [
  136. _Ty=ItemAttributes
  137. ] (compiling source file ..\src\chat.cpp)
  138. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\condition.cpp)
  139. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  140. with
  141. [
  142. _Ty=ItemAttributes
  143. ] (compiling source file ..\src\condition.cpp)
  144. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  145. with
  146. [
  147. _Ty=ItemAttributes
  148. ] (compiling source file ..\src\condition.cpp)
  149. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  150. with
  151. [
  152. _Ty=ItemAttributes
  153. ] (compiling source file ..\src\condition.cpp)
  154. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  155. with
  156. [
  157. _Ty=ItemAttributes
  158. ] (compiling source file ..\src\condition.cpp)
  159. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\chat.cpp)
  160. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\chat.cpp)
  161. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\condition.cpp)
  162. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\condition.cpp)
  163. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\combat.cpp)
  164. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\combat.cpp)
  165. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\combat.cpp)
  166. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\chat.cpp)
  167. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\chat.cpp)
  168. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\chat.cpp)
  169. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\combat.cpp)
  170. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\combat.cpp)
  171. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\chat.cpp)
  172. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\chat.cpp)
  173. configmanager.cpp
  174. connection.cpp
  175. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\commands.cpp)
  176. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\commands.cpp)
  177. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\commands.cpp)
  178. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\configmanager.cpp)
  179. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  180. with
  181. [
  182. _Ty=ItemAttributes
  183. ] (compiling source file ..\src\configmanager.cpp)
  184. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  185. with
  186. [
  187. _Ty=ItemAttributes
  188. ] (compiling source file ..\src\configmanager.cpp)
  189. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  190. with
  191. [
  192. _Ty=ItemAttributes
  193. ] (compiling source file ..\src\configmanager.cpp)
  194. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  195. with
  196. [
  197. _Ty=ItemAttributes
  198. ] (compiling source file ..\src\configmanager.cpp)
  199. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\connection.cpp)
  200. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\connection.cpp)
  201. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\connection.cpp)
  202. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\configmanager.cpp)
  203. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\configmanager.cpp)
  204. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\commands.cpp)
  205. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\commands.cpp)
  206. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\condition.cpp)
  207. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\condition.cpp)
  208. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\condition.cpp)
  209. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\condition.cpp)
  210. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\condition.cpp)
  211. container.cpp
  212. creature.cpp
  213. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\container.cpp)
  214. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  215. with
  216. [
  217. _Ty=ItemAttributes
  218. ] (compiling source file ..\src\container.cpp)
  219. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  220. with
  221. [
  222. _Ty=ItemAttributes
  223. ] (compiling source file ..\src\container.cpp)
  224. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  225. with
  226. [
  227. _Ty=ItemAttributes
  228. ] (compiling source file ..\src\container.cpp)
  229. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  230. with
  231. [
  232. _Ty=ItemAttributes
  233. ] (compiling source file ..\src\container.cpp)
  234. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\creature.cpp)
  235. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  236. with
  237. [
  238. _Ty=ItemAttributes
  239. ] (compiling source file ..\src\creature.cpp)
  240. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  241. with
  242. [
  243. _Ty=ItemAttributes
  244. ] (compiling source file ..\src\creature.cpp)
  245. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  246. with
  247. [
  248. _Ty=ItemAttributes
  249. ] (compiling source file ..\src\creature.cpp)
  250. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  251. with
  252. [
  253. _Ty=ItemAttributes
  254. ] (compiling source file ..\src\creature.cpp)
  255. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\container.cpp)
  256. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\container.cpp)
  257. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\creature.cpp)
  258. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\creature.cpp)
  259. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\connection.cpp)
  260. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  261. with
  262. [
  263. _Ty=ItemAttributes
  264. ] (compiling source file ..\src\connection.cpp)
  265. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  266. with
  267. [
  268. _Ty=ItemAttributes
  269. ] (compiling source file ..\src\connection.cpp)
  270. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  271. with
  272. [
  273. _Ty=ItemAttributes
  274. ] (compiling source file ..\src\connection.cpp)
  275. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  276. with
  277. [
  278. _Ty=ItemAttributes
  279. ] (compiling source file ..\src\connection.cpp)
  280. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\connection.cpp)
  281. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\connection.cpp)
  282. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\configmanager.cpp)
  283. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\configmanager.cpp)
  284. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\configmanager.cpp)
  285. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\configmanager.cpp)
  286. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\configmanager.cpp)
  287. creatureevent.cpp
  288. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\configmanager.cpp(210): error C2572: 'ConfigManager::getGlobalFloat': redefinition of default argument: parameter 1
  289. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\configmanager.h(134): note: see declaration of 'ConfigManager::getGlobalFloat'
  290. cylinder.cpp
  291. database.cpp
  292. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\container.cpp)
  293. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\container.cpp)
  294. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\container.cpp)
  295. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\creature.cpp)
  296. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\creature.cpp)
  297. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\creature.cpp)
  298. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\container.cpp)
  299. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\container.cpp)
  300. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\creature.cpp)
  301. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\creature.cpp)
  302. databasemanager.cpp
  303. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\creatureevent.cpp)
  304. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  305. with
  306. [
  307. _Ty=ItemAttributes
  308. ] (compiling source file ..\src\creatureevent.cpp)
  309. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  310. with
  311. [
  312. _Ty=ItemAttributes
  313. ] (compiling source file ..\src\creatureevent.cpp)
  314. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  315. with
  316. [
  317. _Ty=ItemAttributes
  318. ] (compiling source file ..\src\creatureevent.cpp)
  319. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  320. with
  321. [
  322. _Ty=ItemAttributes
  323. ] (compiling source file ..\src\creatureevent.cpp)
  324. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\creatureevent.cpp)
  325. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\creatureevent.cpp)
  326. databasetasks.cpp
  327. depotchest.cpp
  328. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\creatureevent.cpp)
  329. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\creatureevent.cpp)
  330. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\creatureevent.cpp)
  331. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\depotchest.cpp)
  332. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  333. with
  334. [
  335. _Ty=ItemAttributes
  336. ] (compiling source file ..\src\depotchest.cpp)
  337. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  338. with
  339. [
  340. _Ty=ItemAttributes
  341. ] (compiling source file ..\src\depotchest.cpp)
  342. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  343. with
  344. [
  345. _Ty=ItemAttributes
  346. ] (compiling source file ..\src\depotchest.cpp)
  347. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  348. with
  349. [
  350. _Ty=ItemAttributes
  351. ] (compiling source file ..\src\depotchest.cpp)
  352. depotlocker.cpp
  353. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\creatureevent.cpp)
  354. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\creatureevent.cpp)
  355. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\depotlocker.cpp)
  356. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  357. with
  358. [
  359. _Ty=ItemAttributes
  360. ] (compiling source file ..\src\depotlocker.cpp)
  361. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  362. with
  363. [
  364. _Ty=ItemAttributes
  365. ] (compiling source file ..\src\depotlocker.cpp)
  366. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  367. with
  368. [
  369. _Ty=ItemAttributes
  370. ] (compiling source file ..\src\depotlocker.cpp)
  371. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  372. with
  373. [
  374. _Ty=ItemAttributes
  375. ] (compiling source file ..\src\depotlocker.cpp)
  376. events.cpp
  377. fileloader.cpp
  378. game.cpp
  379. globalevent.cpp
  380. groups.cpp
  381. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\game.cpp)
  382. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  383. with
  384. [
  385. _Ty=ItemAttributes
  386. ] (compiling source file ..\src\game.cpp)
  387. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  388. with
  389. [
  390. _Ty=ItemAttributes
  391. ] (compiling source file ..\src\game.cpp)
  392. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  393. with
  394. [
  395. _Ty=ItemAttributes
  396. ] (compiling source file ..\src\game.cpp)
  397. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  398. with
  399. [
  400. _Ty=ItemAttributes
  401. ] (compiling source file ..\src\game.cpp)
  402. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\events.cpp)
  403. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  404. with
  405. [
  406. _Ty=ItemAttributes
  407. ] (compiling source file ..\src\events.cpp)
  408. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  409. with
  410. [
  411. _Ty=ItemAttributes
  412. ] (compiling source file ..\src\events.cpp)
  413. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  414. with
  415. [
  416. _Ty=ItemAttributes
  417. ] (compiling source file ..\src\events.cpp)
  418. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  419. with
  420. [
  421. _Ty=ItemAttributes
  422. ] (compiling source file ..\src\events.cpp)
  423. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\events.cpp)
  424. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\events.cpp)
  425. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\game.cpp)
  426. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\game.cpp)
  427. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\events.cpp)
  428. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\events.cpp)
  429. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\events.cpp)
  430. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\events.cpp)
  431. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\events.cpp)
  432. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\game.cpp)
  433. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\game.cpp)
  434. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\game.cpp)
  435. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\game.cpp)
  436. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\game.cpp)
  437. guild.cpp
  438. house.cpp
  439. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\guild.cpp)
  440. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\guild.cpp)
  441. housetile.cpp
  442. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\guild.cpp)
  443. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  444. with
  445. [
  446. _Ty=ItemAttributes
  447. ] (compiling source file ..\src\guild.cpp)
  448. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  449. with
  450. [
  451. _Ty=ItemAttributes
  452. ] (compiling source file ..\src\guild.cpp)
  453. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  454. with
  455. [
  456. _Ty=ItemAttributes
  457. ] (compiling source file ..\src\guild.cpp)
  458. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  459. with
  460. [
  461. _Ty=ItemAttributes
  462. ] (compiling source file ..\src\guild.cpp)
  463. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\housetile.cpp)
  464. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  465. with
  466. [
  467. _Ty=ItemAttributes
  468. ] (compiling source file ..\src\housetile.cpp)
  469. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  470. with
  471. [
  472. _Ty=ItemAttributes
  473. ] (compiling source file ..\src\housetile.cpp)
  474. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  475. with
  476. [
  477. _Ty=ItemAttributes
  478. ] (compiling source file ..\src\housetile.cpp)
  479. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  480. with
  481. [
  482. _Ty=ItemAttributes
  483. ] (compiling source file ..\src\housetile.cpp)
  484. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\guild.cpp)
  485. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\guild.cpp)
  486. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\housetile.cpp)
  487. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\housetile.cpp)
  488. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\house.cpp)
  489. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  490. with
  491. [
  492. _Ty=ItemAttributes
  493. ] (compiling source file ..\src\house.cpp)
  494. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  495. with
  496. [
  497. _Ty=ItemAttributes
  498. ] (compiling source file ..\src\house.cpp)
  499. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  500. with
  501. [
  502. _Ty=ItemAttributes
  503. ] (compiling source file ..\src\house.cpp)
  504. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  505. with
  506. [
  507. _Ty=ItemAttributes
  508. ] (compiling source file ..\src\house.cpp)
  509. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\house.cpp)
  510. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\house.cpp)
  511. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.cpp(3170): error C2065: 'player': undeclared identifier
  512. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.cpp(3170): error C2227: left of '->getSex' must point to class/struct/union/generic type
  513. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.cpp(3170): note: type is 'unknown-type'
  514. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.cpp(4169): error C2065: 'damage': undeclared identifier
  515. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.cpp(4169): error C2228: left of '.primary' must have class/struct/union
  516. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.cpp(4169): note: type is 'unknown-type'
  517. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.cpp(4169): error C2228: left of '.value' must have class/struct/union
  518. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.cpp(4170): error C2065: 'damage': undeclared identifier
  519. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.cpp(4170): error C2228: left of '.primary' must have class/struct/union
  520. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.cpp(4170): note: type is 'unknown-type'
  521. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.cpp(4170): error C2228: left of '.value' must have class/struct/union
  522. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.cpp(4172): error C2065: 'damage': undeclared identifier
  523. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.cpp(4172): error C2228: left of '.secondary' must have class/struct/union
  524. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.cpp(4172): note: type is 'unknown-type'
  525. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.cpp(4172): error C2228: left of '.value' must have class/struct/union
  526. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.cpp(4173): error C2065: 'damage': undeclared identifier
  527. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.cpp(4173): error C2228: left of '.secondary' must have class/struct/union
  528. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.cpp(4173): note: type is 'unknown-type'
  529. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.cpp(4173): error C2228: left of '.value' must have class/struct/union
  530. inbox.cpp
  531. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\guild.cpp)
  532. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\guild.cpp)
  533. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\guild.cpp)
  534. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\inbox.cpp)
  535. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  536. with
  537. [
  538. _Ty=ItemAttributes
  539. ] (compiling source file ..\src\inbox.cpp)
  540. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  541. with
  542. [
  543. _Ty=ItemAttributes
  544. ] (compiling source file ..\src\inbox.cpp)
  545. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  546. with
  547. [
  548. _Ty=ItemAttributes
  549. ] (compiling source file ..\src\inbox.cpp)
  550. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  551. with
  552. [
  553. _Ty=ItemAttributes
  554. ] (compiling source file ..\src\inbox.cpp)
  555. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\housetile.cpp)
  556. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\housetile.cpp)
  557. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\housetile.cpp)
  558. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\house.cpp)
  559. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\house.cpp)
  560. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\house.cpp)
  561. ioguild.cpp
  562. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\house.cpp)
  563. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\house.cpp)
  564. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\housetile.cpp)
  565. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\housetile.cpp)
  566. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.cpp(45): error C2065: 'id': undeclared identifier
  567. iologindata.cpp
  568. iomap.cpp
  569. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  570. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(35): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  571. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(35): error C2440: 'initializing': cannot convert from 'nullptr' to 'int'
  572. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(35): note: A native nullptr can only be converted to bool or, using reinterpret_cast, to an integral type
  573. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(36): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  574. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(37): error C2065: 'houseId': undeclared identifier
  575. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(37): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  576. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(38): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  577. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(39): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  578. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(40): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  579. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(41): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  580. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(42): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  581. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(43): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  582. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(44): error C2448: 'isLoaded': function-style initializer appears to be a function definition
  583. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(369): warning C4459: declaration of 'transferItem' hides global declaration
  584. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(35): note: see declaration of 'transferItem'
  585. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(379): warning C4459: declaration of 'owner' hides global declaration
  586. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(38): note: see declaration of 'owner'
  587. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(661): warning C4459: declaration of 'rent' hides global declaration
  588. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(40): note: see declaration of 'rent'
  589. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(682): warning C4459: declaration of 'paidUntil' hides global declaration
  590. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\house.cpp(36): note: see declaration of 'paidUntil'
  591. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\iomap.cpp)
  592. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  593. with
  594. [
  595. _Ty=ItemAttributes
  596. ] (compiling source file ..\src\iomap.cpp)
  597. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  598. with
  599. [
  600. _Ty=ItemAttributes
  601. ] (compiling source file ..\src\iomap.cpp)
  602. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  603. with
  604. [
  605. _Ty=ItemAttributes
  606. ] (compiling source file ..\src\iomap.cpp)
  607. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  608. with
  609. [
  610. _Ty=ItemAttributes
  611. ] (compiling source file ..\src\iomap.cpp)
  612. iomapserialize.cpp
  613. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\iomap.cpp)
  614. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\iomap.cpp)
  615. iomarket.cpp
  616. item.cpp
  617. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\iologindata.cpp)
  618. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  619. with
  620. [
  621. _Ty=ItemAttributes
  622. ] (compiling source file ..\src\iologindata.cpp)
  623. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  624. with
  625. [
  626. _Ty=ItemAttributes
  627. ] (compiling source file ..\src\iologindata.cpp)
  628. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  629. with
  630. [
  631. _Ty=ItemAttributes
  632. ] (compiling source file ..\src\iologindata.cpp)
  633. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  634. with
  635. [
  636. _Ty=ItemAttributes
  637. ] (compiling source file ..\src\iologindata.cpp)
  638. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\item.cpp)
  639. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  640. with
  641. [
  642. _Ty=ItemAttributes
  643. ] (compiling source file ..\src\item.cpp)
  644. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  645. with
  646. [
  647. _Ty=ItemAttributes
  648. ] (compiling source file ..\src\item.cpp)
  649. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  650. with
  651. [
  652. _Ty=ItemAttributes
  653. ] (compiling source file ..\src\item.cpp)
  654. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  655. with
  656. [
  657. _Ty=ItemAttributes
  658. ] (compiling source file ..\src\item.cpp)
  659. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\iologindata.cpp)
  660. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\iologindata.cpp)
  661. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\item.cpp)
  662. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\item.cpp)
  663. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\iomapserialize.cpp)
  664. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  665. with
  666. [
  667. _Ty=ItemAttributes
  668. ] (compiling source file ..\src\iomapserialize.cpp)
  669. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  670. with
  671. [
  672. _Ty=ItemAttributes
  673. ] (compiling source file ..\src\iomapserialize.cpp)
  674. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  675. with
  676. [
  677. _Ty=ItemAttributes
  678. ] (compiling source file ..\src\iomapserialize.cpp)
  679. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  680. with
  681. [
  682. _Ty=ItemAttributes
  683. ] (compiling source file ..\src\iomapserialize.cpp)
  684. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\iomapserialize.cpp)
  685. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\iomapserialize.cpp)
  686. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\iologindata.cpp)
  687. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\iologindata.cpp)
  688. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\iologindata.cpp)
  689. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\iomarket.cpp)
  690. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  691. with
  692. [
  693. _Ty=ItemAttributes
  694. ] (compiling source file ..\src\iomarket.cpp)
  695. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  696. with
  697. [
  698. _Ty=ItemAttributes
  699. ] (compiling source file ..\src\iomarket.cpp)
  700. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  701. with
  702. [
  703. _Ty=ItemAttributes
  704. ] (compiling source file ..\src\iomarket.cpp)
  705. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  706. with
  707. [
  708. _Ty=ItemAttributes
  709. ] (compiling source file ..\src\iomarket.cpp)
  710. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\iomarket.cpp)
  711. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\iomarket.cpp)
  712. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\iologindata.cpp)
  713. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\iologindata.cpp)
  714. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\iomapserialize.cpp)
  715. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\iomapserialize.cpp)
  716. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\iomapserialize.cpp)
  717. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\iomapserialize.cpp)
  718. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\iomapserialize.cpp)
  719. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\item.cpp)
  720. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\item.cpp)
  721. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\item.cpp)
  722. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\iomarket.cpp)
  723. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\iomarket.cpp)
  724. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\iomarket.cpp)
  725. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\item.cpp)
  726. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\item.cpp)
  727. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\iomarket.cpp)
  728. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\iomarket.cpp)
  729. items.cpp
  730. luascript.cpp
  731. mailbox.cpp
  732. map.cpp
  733. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\mailbox.cpp)
  734. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  735. with
  736. [
  737. _Ty=ItemAttributes
  738. ] (compiling source file ..\src\mailbox.cpp)
  739. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  740. with
  741. [
  742. _Ty=ItemAttributes
  743. ] (compiling source file ..\src\mailbox.cpp)
  744. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  745. with
  746. [
  747. _Ty=ItemAttributes
  748. ] (compiling source file ..\src\mailbox.cpp)
  749. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  750. with
  751. [
  752. _Ty=ItemAttributes
  753. ] (compiling source file ..\src\mailbox.cpp)
  754. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\map.cpp)
  755. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  756. with
  757. [
  758. _Ty=ItemAttributes
  759. ] (compiling source file ..\src\map.cpp)
  760. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  761. with
  762. [
  763. _Ty=ItemAttributes
  764. ] (compiling source file ..\src\map.cpp)
  765. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  766. with
  767. [
  768. _Ty=ItemAttributes
  769. ] (compiling source file ..\src\map.cpp)
  770. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  771. with
  772. [
  773. _Ty=ItemAttributes
  774. ] (compiling source file ..\src\map.cpp)
  775. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\map.cpp)
  776. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\map.cpp)
  777. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\mailbox.cpp)
  778. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\mailbox.cpp)
  779. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\items.cpp)
  780. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  781. with
  782. [
  783. _Ty=ItemAttributes
  784. ] (compiling source file ..\src\items.cpp)
  785. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  786. with
  787. [
  788. _Ty=ItemAttributes
  789. ] (compiling source file ..\src\items.cpp)
  790. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  791. with
  792. [
  793. _Ty=ItemAttributes
  794. ] (compiling source file ..\src\items.cpp)
  795. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  796. with
  797. [
  798. _Ty=ItemAttributes
  799. ] (compiling source file ..\src\items.cpp)
  800. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\luascript.cpp)
  801. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  802. with
  803. [
  804. _Ty=ItemAttributes
  805. ] (compiling source file ..\src\luascript.cpp)
  806. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  807. with
  808. [
  809. _Ty=ItemAttributes
  810. ] (compiling source file ..\src\luascript.cpp)
  811. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  812. with
  813. [
  814. _Ty=ItemAttributes
  815. ] (compiling source file ..\src\luascript.cpp)
  816. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  817. with
  818. [
  819. _Ty=ItemAttributes
  820. ] (compiling source file ..\src\luascript.cpp)
  821. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\luascript.cpp)
  822. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\luascript.cpp)
  823. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\items.cpp)
  824. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\items.cpp)
  825. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\items.cpp)
  826. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\items.cpp)
  827. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\items.cpp)
  828. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\luascript.cpp)
  829. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\luascript.cpp)
  830. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\luascript.cpp)
  831. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\luascript.cpp)
  832. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\luascript.cpp)
  833. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\items.cpp)
  834. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\items.cpp)
  835. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\mailbox.cpp)
  836. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\mailbox.cpp)
  837. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\mailbox.cpp)
  838. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\map.cpp)
  839. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\map.cpp)
  840. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\map.cpp)
  841. modules.cpp
  842. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\mailbox.cpp)
  843. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\mailbox.cpp)
  844. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\map.cpp)
  845. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\map.cpp)
  846. monster.cpp
  847. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11726): error C2039: 'attackSpells': is not a member of 'MonsterType'
  848. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\monsters.h(93): note: see declaration of 'MonsterType'
  849. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11729): error C2065: 'spellBlock': undeclared identifier
  850. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11729): error C2228: left of '.chance' must have class/struct/union
  851. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11729): note: type is 'unknown-type'
  852. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11729): error C2661: 'LuaScriptInterface::setField': no overloaded function takes 2 arguments
  853. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11730): error C2065: 'spellBlock': undeclared identifier
  854. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11730): error C2228: left of '.combatSpell' must have class/struct/union
  855. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11730): note: type is 'unknown-type'
  856. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11730): error C2661: 'LuaScriptInterface::setField': no overloaded function takes 2 arguments
  857. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11731): error C2065: 'spellBlock': undeclared identifier
  858. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11731): error C2228: left of '.isMelee' must have class/struct/union
  859. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11731): note: type is 'unknown-type'
  860. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11731): error C2661: 'LuaScriptInterface::setField': no overloaded function takes 2 arguments
  861. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11732): error C2065: 'spellBlock': undeclared identifier
  862. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11732): error C2228: left of '.minCombatValue' must have class/struct/union
  863. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11732): note: type is 'unknown-type'
  864. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11732): error C2661: 'LuaScriptInterface::setField': no overloaded function takes 2 arguments
  865. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11733): error C2065: 'spellBlock': undeclared identifier
  866. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11733): error C2228: left of '.maxCombatValue' must have class/struct/union
  867. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11733): note: type is 'unknown-type'
  868. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11733): error C2661: 'LuaScriptInterface::setField': no overloaded function takes 2 arguments
  869. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11734): error C2065: 'spellBlock': undeclared identifier
  870. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11734): error C2228: left of '.range' must have class/struct/union
  871. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11734): note: type is 'unknown-type'
  872. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11734): error C2661: 'LuaScriptInterface::setField': no overloaded function takes 2 arguments
  873. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11735): error C2065: 'spellBlock': undeclared identifier
  874. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11735): error C2228: left of '.speed' must have class/struct/union
  875. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11735): note: type is 'unknown-type'
  876. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11735): error C2661: 'LuaScriptInterface::setField': no overloaded function takes 2 arguments
  877. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11736): error C2065: 'spellBlock': undeclared identifier
  878. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11736): error C2228: left of '.spell' must have class/struct/union
  879. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11736): note: type is 'unknown-type'
  880. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11736): error C2672: 'LuaScriptInterface::pushUserdata': no matching overloaded function found
  881. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11736): error C2780: 'void LuaScriptInterface::pushUserdata(lua_State *,T *)': expects 2 arguments - 1 provided
  882. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.h(258): note: see declaration of 'LuaScriptInterface::pushUserdata'
  883. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11802): error C2039: 'voiceVector': is not a member of 'MonsterType'
  884. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\monsters.h(93): note: see declaration of 'MonsterType'
  885. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11802): error C2228: left of '.size' must have class/struct/union
  886. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11802): error C2660: 'lua_createtable': function does not take 2 arguments
  887. c:\users\rahma\desktop\tibia_development\tfs\tfs-sdk-3.2\luajit\include\lua.h(181): note: see declaration of 'lua_createtable' (compiling source file ..\src\luascript.cpp)
  888. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11803): error C2039: 'voiceVector': is not a member of 'MonsterType'
  889. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\monsters.h(93): note: see declaration of 'MonsterType'
  890. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11805): error C2065: 'voiceBlock': undeclared identifier
  891. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11805): error C2228: left of '.text' must have class/struct/union
  892. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11805): note: type is 'unknown-type'
  893. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11805): error C2661: 'LuaScriptInterface::setField': no overloaded function takes 2 arguments
  894. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11806): error C2065: 'voiceBlock': undeclared identifier
  895. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11806): error C2228: left of '.yellText' must have class/struct/union
  896. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11806): note: type is 'unknown-type'
  897. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\luascript.cpp(11806): error C2661: 'LuaScriptInterface::setField': no overloaded function takes 2 arguments
  898. monsters.cpp
  899. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\monster.cpp)
  900. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  901. with
  902. [
  903. _Ty=ItemAttributes
  904. ] (compiling source file ..\src\monster.cpp)
  905. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  906. with
  907. [
  908. _Ty=ItemAttributes
  909. ] (compiling source file ..\src\monster.cpp)
  910. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  911. with
  912. [
  913. _Ty=ItemAttributes
  914. ] (compiling source file ..\src\monster.cpp)
  915. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  916. with
  917. [
  918. _Ty=ItemAttributes
  919. ] (compiling source file ..\src\monster.cpp)
  920. mounts.cpp
  921. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\monster.cpp)
  922. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\monster.cpp)
  923. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\monsters.cpp)
  924. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  925. with
  926. [
  927. _Ty=ItemAttributes
  928. ] (compiling source file ..\src\monsters.cpp)
  929. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  930. with
  931. [
  932. _Ty=ItemAttributes
  933. ] (compiling source file ..\src\monsters.cpp)
  934. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  935. with
  936. [
  937. _Ty=ItemAttributes
  938. ] (compiling source file ..\src\monsters.cpp)
  939. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  940. with
  941. [
  942. _Ty=ItemAttributes
  943. ] (compiling source file ..\src\monsters.cpp)
  944. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\monsters.cpp)
  945. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\monsters.cpp)
  946. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\modules.cpp)
  947. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\modules.cpp)
  948. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\modules.cpp)
  949. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\modules.cpp)
  950. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  951. with
  952. [
  953. _Ty=ItemAttributes
  954. ] (compiling source file ..\src\modules.cpp)
  955. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  956. with
  957. [
  958. _Ty=ItemAttributes
  959. ] (compiling source file ..\src\modules.cpp)
  960. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  961. with
  962. [
  963. _Ty=ItemAttributes
  964. ] (compiling source file ..\src\modules.cpp)
  965. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  966. with
  967. [
  968. _Ty=ItemAttributes
  969. ] (compiling source file ..\src\modules.cpp)
  970. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\modules.cpp)
  971. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\modules.cpp)
  972. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\modules.cpp)
  973. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\modules.cpp)
  974. movement.cpp
  975. networkmessage.cpp
  976. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\movement.cpp)
  977. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  978. with
  979. [
  980. _Ty=ItemAttributes
  981. ] (compiling source file ..\src\movement.cpp)
  982. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  983. with
  984. [
  985. _Ty=ItemAttributes
  986. ] (compiling source file ..\src\movement.cpp)
  987. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  988. with
  989. [
  990. _Ty=ItemAttributes
  991. ] (compiling source file ..\src\movement.cpp)
  992. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  993. with
  994. [
  995. _Ty=ItemAttributes
  996. ] (compiling source file ..\src\movement.cpp)
  997. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\networkmessage.cpp)
  998. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\networkmessage.cpp)
  999. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\networkmessage.cpp)
  1000. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\movement.cpp)
  1001. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\movement.cpp)
  1002. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\networkmessage.cpp)
  1003. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1004. with
  1005. [
  1006. _Ty=ItemAttributes
  1007. ] (compiling source file ..\src\networkmessage.cpp)
  1008. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1009. with
  1010. [
  1011. _Ty=ItemAttributes
  1012. ] (compiling source file ..\src\networkmessage.cpp)
  1013. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1014. with
  1015. [
  1016. _Ty=ItemAttributes
  1017. ] (compiling source file ..\src\networkmessage.cpp)
  1018. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1019. with
  1020. [
  1021. _Ty=ItemAttributes
  1022. ] (compiling source file ..\src\networkmessage.cpp)
  1023. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\monster.cpp)
  1024. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\monster.cpp)
  1025. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\monster.cpp)
  1026. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\networkmessage.cpp)
  1027. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\networkmessage.cpp)
  1028. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\monsters.cpp)
  1029. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\monsters.cpp)
  1030. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\monsters.cpp)
  1031. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\monster.cpp)
  1032. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\monster.cpp)
  1033. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\monsters.cpp)
  1034. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\monsters.cpp)
  1035. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\monster.cpp(117): error C2039: 'scriptInterface': is not a member of 'MonsterType'
  1036. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\monsters.h(93): note: see declaration of 'MonsterType'
  1037. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\monster.cpp(157): error C2039: 'creatureDisappearEvent': is not a member of 'MonsterType'
  1038. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\monsters.h(93): note: see declaration of 'MonsterType'
  1039. npc.cpp
  1040. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\monsters.cpp(56): error C2065: 'isRewardBoss': undeclared identifier
  1041. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\monsters.cpp(802): error C2039: 'minLevel': is not a member of 'MonsterType::MonsterInfo'
  1042. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\monsters.h(94): note: see declaration of 'MonsterType::MonsterInfo'
  1043. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\monsters.cpp(807): error C2039: 'maxLevel': is not a member of 'MonsterType::MonsterInfo'
  1044. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\monsters.h(94): note: see declaration of 'MonsterType::MonsterInfo'
  1045. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\monsters.cpp(854): error C2039: 'lightLevel': is not a member of 'MonsterType::MonsterInfo'
  1046. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\monsters.h(94): note: see declaration of 'MonsterType::MonsterInfo'
  1047. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\monsters.cpp(857): error C2039: 'lightColor': is not a member of 'MonsterType::MonsterInfo'
  1048. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\monsters.h(94): note: see declaration of 'MonsterType::MonsterInfo'
  1049. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\npc.cpp)
  1050. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1051. with
  1052. [
  1053. _Ty=ItemAttributes
  1054. ] (compiling source file ..\src\npc.cpp)
  1055. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1056. with
  1057. [
  1058. _Ty=ItemAttributes
  1059. ] (compiling source file ..\src\npc.cpp)
  1060. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1061. with
  1062. [
  1063. _Ty=ItemAttributes
  1064. ] (compiling source file ..\src\npc.cpp)
  1065. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1066. with
  1067. [
  1068. _Ty=ItemAttributes
  1069. ] (compiling source file ..\src\npc.cpp)
  1070. otserv.cpp
  1071. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\otserv.cpp)
  1072. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\otserv.cpp)
  1073. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\otserv.cpp)
  1074. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\npc.cpp)
  1075. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\npc.cpp)
  1076. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\otserv.cpp)
  1077. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1078. with
  1079. [
  1080. _Ty=ItemAttributes
  1081. ] (compiling source file ..\src\otserv.cpp)
  1082. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1083. with
  1084. [
  1085. _Ty=ItemAttributes
  1086. ] (compiling source file ..\src\otserv.cpp)
  1087. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1088. with
  1089. [
  1090. _Ty=ItemAttributes
  1091. ] (compiling source file ..\src\otserv.cpp)
  1092. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1093. with
  1094. [
  1095. _Ty=ItemAttributes
  1096. ] (compiling source file ..\src\otserv.cpp)
  1097. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\otserv.cpp)
  1098. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\otserv.cpp)
  1099. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\movement.cpp)
  1100. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\movement.cpp)
  1101. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\movement.cpp)
  1102. outfit.cpp
  1103. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\movement.cpp)
  1104. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\movement.cpp)
  1105. outputmessage.cpp
  1106. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\outputmessage.cpp)
  1107. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\outputmessage.cpp)
  1108. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\outputmessage.cpp)
  1109. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\npc.cpp)
  1110. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\npc.cpp)
  1111. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\npc.cpp)
  1112. party.cpp
  1113. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\npc.cpp)
  1114. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\npc.cpp)
  1115. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\party.cpp)
  1116. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1117. with
  1118. [
  1119. _Ty=ItemAttributes
  1120. ] (compiling source file ..\src\party.cpp)
  1121. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1122. with
  1123. [
  1124. _Ty=ItemAttributes
  1125. ] (compiling source file ..\src\party.cpp)
  1126. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1127. with
  1128. [
  1129. _Ty=ItemAttributes
  1130. ] (compiling source file ..\src\party.cpp)
  1131. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1132. with
  1133. [
  1134. _Ty=ItemAttributes
  1135. ] (compiling source file ..\src\party.cpp)
  1136. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\party.cpp)
  1137. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\party.cpp)
  1138. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\otserv.cpp)
  1139. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\otserv.cpp)
  1140. player.cpp
  1141. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\player.cpp)
  1142. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1143. with
  1144. [
  1145. _Ty=ItemAttributes
  1146. ] (compiling source file ..\src\player.cpp)
  1147. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1148. with
  1149. [
  1150. _Ty=ItemAttributes
  1151. ] (compiling source file ..\src\player.cpp)
  1152. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1153. with
  1154. [
  1155. _Ty=ItemAttributes
  1156. ] (compiling source file ..\src\player.cpp)
  1157. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1158. with
  1159. [
  1160. _Ty=ItemAttributes
  1161. ] (compiling source file ..\src\player.cpp)
  1162. position.cpp
  1163. protocol.cpp
  1164. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\protocol.cpp)
  1165. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\protocol.cpp)
  1166. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\protocol.cpp)
  1167. protocolgame.cpp
  1168. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\protocolgame.cpp)
  1169. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1170. with
  1171. [
  1172. _Ty=ItemAttributes
  1173. ] (compiling source file ..\src\protocolgame.cpp)
  1174. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1175. with
  1176. [
  1177. _Ty=ItemAttributes
  1178. ] (compiling source file ..\src\protocolgame.cpp)
  1179. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1180. with
  1181. [
  1182. _Ty=ItemAttributes
  1183. ] (compiling source file ..\src\protocolgame.cpp)
  1184. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1185. with
  1186. [
  1187. _Ty=ItemAttributes
  1188. ] (compiling source file ..\src\protocolgame.cpp)
  1189. protocolgamebase.cpp
  1190. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\protocolgame.cpp)
  1191. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\protocolgame.cpp)
  1192. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\party.cpp)
  1193. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\party.cpp)
  1194. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\party.cpp)
  1195. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\party.cpp)
  1196. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\party.cpp)
  1197. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\player.cpp)
  1198. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\player.cpp)
  1199. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\protocolgamebase.cpp)
  1200. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\protocolgamebase.cpp)
  1201. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\protocolgamebase.cpp)
  1202. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\protocolgamebase.cpp)
  1203. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1204. with
  1205. [
  1206. _Ty=ItemAttributes
  1207. ] (compiling source file ..\src\protocolgamebase.cpp)
  1208. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1209. with
  1210. [
  1211. _Ty=ItemAttributes
  1212. ] (compiling source file ..\src\protocolgamebase.cpp)
  1213. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1214. with
  1215. [
  1216. _Ty=ItemAttributes
  1217. ] (compiling source file ..\src\protocolgamebase.cpp)
  1218. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1219. with
  1220. [
  1221. _Ty=ItemAttributes
  1222. ] (compiling source file ..\src\protocolgamebase.cpp)
  1223. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\protocolgamebase.cpp)
  1224. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\protocolgamebase.cpp)
  1225. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\player.cpp)
  1226. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\player.cpp)
  1227. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\player.cpp)
  1228. protocollogin.cpp
  1229. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\protocollogin.cpp)
  1230. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\protocollogin.cpp)
  1231. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\protocollogin.cpp)
  1232. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\player.cpp)
  1233. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\player.cpp)
  1234. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\protocollogin.cpp)
  1235. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1236. with
  1237. [
  1238. _Ty=ItemAttributes
  1239. ] (compiling source file ..\src\protocollogin.cpp)
  1240. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1241. with
  1242. [
  1243. _Ty=ItemAttributes
  1244. ] (compiling source file ..\src\protocollogin.cpp)
  1245. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1246. with
  1247. [
  1248. _Ty=ItemAttributes
  1249. ] (compiling source file ..\src\protocollogin.cpp)
  1250. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1251. with
  1252. [
  1253. _Ty=ItemAttributes
  1254. ] (compiling source file ..\src\protocollogin.cpp)
  1255. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\protocollogin.cpp)
  1256. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\protocollogin.cpp)
  1257. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\protocolgame.cpp)
  1258. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\protocolgame.cpp)
  1259. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\protocolgame.cpp)
  1260. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\protocolgame.cpp)
  1261. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\protocolgame.cpp)
  1262. protocolold.cpp
  1263. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\protocolold.cpp)
  1264. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\protocolold.cpp)
  1265. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\protocolold.cpp)
  1266. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\protocolgamebase.cpp)
  1267. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\protocolgamebase.cpp)
  1268. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\protocolold.cpp)
  1269. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1270. with
  1271. [
  1272. _Ty=ItemAttributes
  1273. ] (compiling source file ..\src\protocolold.cpp)
  1274. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1275. with
  1276. [
  1277. _Ty=ItemAttributes
  1278. ] (compiling source file ..\src\protocolold.cpp)
  1279. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1280. with
  1281. [
  1282. _Ty=ItemAttributes
  1283. ] (compiling source file ..\src\protocolold.cpp)
  1284. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1285. with
  1286. [
  1287. _Ty=ItemAttributes
  1288. ] (compiling source file ..\src\protocolold.cpp)
  1289. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\protocolold.cpp)
  1290. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\protocolold.cpp)
  1291. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\protocolgamebase.cpp(126): error C2027: use of undefined type 'Monster'
  1292. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.h(39): note: see declaration of 'Monster'
  1293. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\protocolgamebase.cpp(126): error C2227: left of '->getLevel' must point to class/struct/union/generic type
  1294. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\protocolgamebase.cpp(127): error C2027: use of undefined type 'Monster'
  1295. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\game.h(39): note: see declaration of 'Monster'
  1296. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\protocolgamebase.cpp(127): error C2227: left of '->getLevel' must point to class/struct/union/generic type
  1297. protocolspectator.cpp
  1298. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\protocolspectator.cpp)
  1299. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\protocolspectator.cpp)
  1300. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\protocolspectator.cpp)
  1301. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\protocolgame.cpp(2316): error C2059: syntax error: ')'
  1302. quests.cpp
  1303. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\quests.cpp)
  1304. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1305. with
  1306. [
  1307. _Ty=ItemAttributes
  1308. ] (compiling source file ..\src\quests.cpp)
  1309. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1310. with
  1311. [
  1312. _Ty=ItemAttributes
  1313. ] (compiling source file ..\src\quests.cpp)
  1314. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1315. with
  1316. [
  1317. _Ty=ItemAttributes
  1318. ] (compiling source file ..\src\quests.cpp)
  1319. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1320. with
  1321. [
  1322. _Ty=ItemAttributes
  1323. ] (compiling source file ..\src\quests.cpp)
  1324. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\protocollogin.cpp)
  1325. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\protocollogin.cpp)
  1326. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\quests.cpp)
  1327. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\quests.cpp)
  1328. raids.cpp
  1329. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\protocolold.cpp)
  1330. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\protocolold.cpp)
  1331. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\protocolspectator.cpp)
  1332. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1333. with
  1334. [
  1335. _Ty=ItemAttributes
  1336. ] (compiling source file ..\src\protocolspectator.cpp)
  1337. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1338. with
  1339. [
  1340. _Ty=ItemAttributes
  1341. ] (compiling source file ..\src\protocolspectator.cpp)
  1342. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1343. with
  1344. [
  1345. _Ty=ItemAttributes
  1346. ] (compiling source file ..\src\protocolspectator.cpp)
  1347. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1348. with
  1349. [
  1350. _Ty=ItemAttributes
  1351. ] (compiling source file ..\src\protocolspectator.cpp)
  1352. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\protocolspectator.cpp)
  1353. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\protocolspectator.cpp)
  1354. rsa.cpp
  1355. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\quests.cpp)
  1356. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\quests.cpp)
  1357. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\quests.cpp)
  1358. reward.cpp
  1359. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\protocolspectator.cpp)
  1360. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\protocolspectator.cpp)
  1361. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\reward.cpp)
  1362. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1363. with
  1364. [
  1365. _Ty=ItemAttributes
  1366. ] (compiling source file ..\src\reward.cpp)
  1367. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1368. with
  1369. [
  1370. _Ty=ItemAttributes
  1371. ] (compiling source file ..\src\reward.cpp)
  1372. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1373. with
  1374. [
  1375. _Ty=ItemAttributes
  1376. ] (compiling source file ..\src\reward.cpp)
  1377. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1378. with
  1379. [
  1380. _Ty=ItemAttributes
  1381. ] (compiling source file ..\src\reward.cpp)
  1382. rewardchest.cpp
  1383. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\quests.cpp)
  1384. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\quests.cpp)
  1385. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\rewardchest.cpp)
  1386. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1387. with
  1388. [
  1389. _Ty=ItemAttributes
  1390. ] (compiling source file ..\src\rewardchest.cpp)
  1391. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1392. with
  1393. [
  1394. _Ty=ItemAttributes
  1395. ] (compiling source file ..\src\rewardchest.cpp)
  1396. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1397. with
  1398. [
  1399. _Ty=ItemAttributes
  1400. ] (compiling source file ..\src\rewardchest.cpp)
  1401. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1402. with
  1403. [
  1404. _Ty=ItemAttributes
  1405. ] (compiling source file ..\src\rewardchest.cpp)
  1406. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\raids.cpp)
  1407. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1408. with
  1409. [
  1410. _Ty=ItemAttributes
  1411. ] (compiling source file ..\src\raids.cpp)
  1412. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1413. with
  1414. [
  1415. _Ty=ItemAttributes
  1416. ] (compiling source file ..\src\raids.cpp)
  1417. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1418. with
  1419. [
  1420. _Ty=ItemAttributes
  1421. ] (compiling source file ..\src\raids.cpp)
  1422. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1423. with
  1424. [
  1425. _Ty=ItemAttributes
  1426. ] (compiling source file ..\src\raids.cpp)
  1427. scheduler.cpp
  1428. scriptmanager.cpp
  1429. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\raids.cpp)
  1430. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\raids.cpp)
  1431. server.cpp
  1432. spawn.cpp
  1433. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\server.cpp)
  1434. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\server.cpp)
  1435. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\server.cpp)
  1436. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\raids.cpp)
  1437. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\raids.cpp)
  1438. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\raids.cpp)
  1439. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\spawn.cpp)
  1440. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1441. with
  1442. [
  1443. _Ty=ItemAttributes
  1444. ] (compiling source file ..\src\spawn.cpp)
  1445. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1446. with
  1447. [
  1448. _Ty=ItemAttributes
  1449. ] (compiling source file ..\src\spawn.cpp)
  1450. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1451. with
  1452. [
  1453. _Ty=ItemAttributes
  1454. ] (compiling source file ..\src\spawn.cpp)
  1455. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1456. with
  1457. [
  1458. _Ty=ItemAttributes
  1459. ] (compiling source file ..\src\spawn.cpp)
  1460. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\spawn.cpp)
  1461. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\spawn.cpp)
  1462. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\raids.cpp)
  1463. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\raids.cpp)
  1464. spells.cpp
  1465. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\spells.cpp)
  1466. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1467. with
  1468. [
  1469. _Ty=ItemAttributes
  1470. ] (compiling source file ..\src\spells.cpp)
  1471. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1472. with
  1473. [
  1474. _Ty=ItemAttributes
  1475. ] (compiling source file ..\src\spells.cpp)
  1476. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1477. with
  1478. [
  1479. _Ty=ItemAttributes
  1480. ] (compiling source file ..\src\spells.cpp)
  1481. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1482. with
  1483. [
  1484. _Ty=ItemAttributes
  1485. ] (compiling source file ..\src\spells.cpp)
  1486. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\spells.cpp)
  1487. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\spells.cpp)
  1488. protocolstatus.cpp
  1489. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\protocolstatus.cpp)
  1490. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\protocolstatus.cpp)
  1491. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\protocolstatus.cpp)
  1492. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\scriptmanager.cpp)
  1493. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1494. with
  1495. [
  1496. _Ty=ItemAttributes
  1497. ] (compiling source file ..\src\scriptmanager.cpp)
  1498. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1499. with
  1500. [
  1501. _Ty=ItemAttributes
  1502. ] (compiling source file ..\src\scriptmanager.cpp)
  1503. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1504. with
  1505. [
  1506. _Ty=ItemAttributes
  1507. ] (compiling source file ..\src\scriptmanager.cpp)
  1508. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1509. with
  1510. [
  1511. _Ty=ItemAttributes
  1512. ] (compiling source file ..\src\scriptmanager.cpp)
  1513. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\scriptmanager.cpp)
  1514. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\scriptmanager.cpp)
  1515. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\protocolstatus.cpp)
  1516. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1517. with
  1518. [
  1519. _Ty=ItemAttributes
  1520. ] (compiling source file ..\src\protocolstatus.cpp)
  1521. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1522. with
  1523. [
  1524. _Ty=ItemAttributes
  1525. ] (compiling source file ..\src\protocolstatus.cpp)
  1526. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1527. with
  1528. [
  1529. _Ty=ItemAttributes
  1530. ] (compiling source file ..\src\protocolstatus.cpp)
  1531. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1532. with
  1533. [
  1534. _Ty=ItemAttributes
  1535. ] (compiling source file ..\src\protocolstatus.cpp)
  1536. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\protocolstatus.cpp)
  1537. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\protocolstatus.cpp)
  1538. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\scriptmanager.cpp)
  1539. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\scriptmanager.cpp)
  1540. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\scriptmanager.cpp)
  1541. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\scriptmanager.cpp)
  1542. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\scriptmanager.cpp)
  1543. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\spawn.cpp)
  1544. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\spawn.cpp)
  1545. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\spawn.cpp)
  1546. talkaction.cpp
  1547. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\spawn.cpp)
  1548. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\spawn.cpp)
  1549. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\talkaction.cpp)
  1550. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1551. with
  1552. [
  1553. _Ty=ItemAttributes
  1554. ] (compiling source file ..\src\talkaction.cpp)
  1555. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1556. with
  1557. [
  1558. _Ty=ItemAttributes
  1559. ] (compiling source file ..\src\talkaction.cpp)
  1560. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1561. with
  1562. [
  1563. _Ty=ItemAttributes
  1564. ] (compiling source file ..\src\talkaction.cpp)
  1565. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1566. with
  1567. [
  1568. _Ty=ItemAttributes
  1569. ] (compiling source file ..\src\talkaction.cpp)
  1570. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\talkaction.cpp)
  1571. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\talkaction.cpp)
  1572. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\spells.cpp)
  1573. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\spells.cpp)
  1574. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\spells.cpp)
  1575. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\spawn.cpp(254): error C2039: 'isBlockable': is not a member of 'MonsterType'
  1576. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\monsters.h(93): note: see declaration of 'MonsterType'
  1577. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\spawn.cpp(259): error C2039: 'isBlockable': is not a member of 'MonsterType'
  1578. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\monsters.h(93): note: see declaration of 'MonsterType'
  1579. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\spells.cpp)
  1580. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\spells.cpp)
  1581. tasks.cpp
  1582. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\tasks.cpp)
  1583. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1584. with
  1585. [
  1586. _Ty=ItemAttributes
  1587. ] (compiling source file ..\src\tasks.cpp)
  1588. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1589. with
  1590. [
  1591. _Ty=ItemAttributes
  1592. ] (compiling source file ..\src\tasks.cpp)
  1593. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1594. with
  1595. [
  1596. _Ty=ItemAttributes
  1597. ] (compiling source file ..\src\tasks.cpp)
  1598. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1599. with
  1600. [
  1601. _Ty=ItemAttributes
  1602. ] (compiling source file ..\src\tasks.cpp)
  1603. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\tasks.cpp)
  1604. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\tasks.cpp)
  1605. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\protocolstatus.cpp)
  1606. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\protocolstatus.cpp)
  1607. teleport.cpp
  1608. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\teleport.cpp)
  1609. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1610. with
  1611. [
  1612. _Ty=ItemAttributes
  1613. ] (compiling source file ..\src\teleport.cpp)
  1614. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1615. with
  1616. [
  1617. _Ty=ItemAttributes
  1618. ] (compiling source file ..\src\teleport.cpp)
  1619. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1620. with
  1621. [
  1622. _Ty=ItemAttributes
  1623. ] (compiling source file ..\src\teleport.cpp)
  1624. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1625. with
  1626. [
  1627. _Ty=ItemAttributes
  1628. ] (compiling source file ..\src\teleport.cpp)
  1629. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\teleport.cpp)
  1630. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\teleport.cpp)
  1631. thing.cpp
  1632. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\thing.cpp)
  1633. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1634. with
  1635. [
  1636. _Ty=ItemAttributes
  1637. ] (compiling source file ..\src\thing.cpp)
  1638. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1639. with
  1640. [
  1641. _Ty=ItemAttributes
  1642. ] (compiling source file ..\src\thing.cpp)
  1643. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1644. with
  1645. [
  1646. _Ty=ItemAttributes
  1647. ] (compiling source file ..\src\thing.cpp)
  1648. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1649. with
  1650. [
  1651. _Ty=ItemAttributes
  1652. ] (compiling source file ..\src\thing.cpp)
  1653. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\talkaction.cpp)
  1654. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\talkaction.cpp)
  1655. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\talkaction.cpp)
  1656. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\thing.cpp)
  1657. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\thing.cpp)
  1658. tile.cpp
  1659. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\talkaction.cpp)
  1660. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\talkaction.cpp)
  1661. tools.cpp
  1662. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\tasks.cpp)
  1663. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\tasks.cpp)
  1664. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\tasks.cpp)
  1665. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\tile.cpp)
  1666. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1667. with
  1668. [
  1669. _Ty=ItemAttributes
  1670. ] (compiling source file ..\src\tile.cpp)
  1671. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1672. with
  1673. [
  1674. _Ty=ItemAttributes
  1675. ] (compiling source file ..\src\tile.cpp)
  1676. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1677. with
  1678. [
  1679. _Ty=ItemAttributes
  1680. ] (compiling source file ..\src\tile.cpp)
  1681. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1682. with
  1683. [
  1684. _Ty=ItemAttributes
  1685. ] (compiling source file ..\src\tile.cpp)
  1686. trashholder.cpp
  1687. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\tasks.cpp)
  1688. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\tasks.cpp)
  1689. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\tile.cpp)
  1690. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\tile.cpp)
  1691. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\trashholder.cpp)
  1692. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1693. with
  1694. [
  1695. _Ty=ItemAttributes
  1696. ] (compiling source file ..\src\trashholder.cpp)
  1697. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1698. with
  1699. [
  1700. _Ty=ItemAttributes
  1701. ] (compiling source file ..\src\trashholder.cpp)
  1702. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1703. with
  1704. [
  1705. _Ty=ItemAttributes
  1706. ] (compiling source file ..\src\trashholder.cpp)
  1707. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1708. with
  1709. [
  1710. _Ty=ItemAttributes
  1711. ] (compiling source file ..\src\trashholder.cpp)
  1712. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\trashholder.cpp)
  1713. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\trashholder.cpp)
  1714. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\teleport.cpp)
  1715. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\teleport.cpp)
  1716. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\teleport.cpp)
  1717. vocation.cpp
  1718. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\vocation.cpp)
  1719. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1720. with
  1721. [
  1722. _Ty=ItemAttributes
  1723. ] (compiling source file ..\src\vocation.cpp)
  1724. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1725. with
  1726. [
  1727. _Ty=ItemAttributes
  1728. ] (compiling source file ..\src\vocation.cpp)
  1729. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1730. with
  1731. [
  1732. _Ty=ItemAttributes
  1733. ] (compiling source file ..\src\vocation.cpp)
  1734. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1735. with
  1736. [
  1737. _Ty=ItemAttributes
  1738. ] (compiling source file ..\src\vocation.cpp)
  1739. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\teleport.cpp)
  1740. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\teleport.cpp)
  1741. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\tile.cpp)
  1742. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\tile.cpp)
  1743. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\tile.cpp)
  1744. waitlist.cpp
  1745. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\waitlist.cpp)
  1746. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1747. with
  1748. [
  1749. _Ty=ItemAttributes
  1750. ] (compiling source file ..\src\waitlist.cpp)
  1751. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1752. with
  1753. [
  1754. _Ty=ItemAttributes
  1755. ] (compiling source file ..\src\waitlist.cpp)
  1756. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1757. with
  1758. [
  1759. _Ty=ItemAttributes
  1760. ] (compiling source file ..\src\waitlist.cpp)
  1761. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1762. with
  1763. [
  1764. _Ty=ItemAttributes
  1765. ] (compiling source file ..\src\waitlist.cpp)
  1766. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\tile.cpp)
  1767. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\tile.cpp)
  1768. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\waitlist.cpp)
  1769. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\waitlist.cpp)
  1770. weapons.cpp
  1771. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\trashholder.cpp)
  1772. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\trashholder.cpp)
  1773. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\trashholder.cpp)
  1774. wildcardtree.cpp
  1775. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): error C2679: binary '=': no operator found which takes a right-hand operand of type 'ItemAttributes *' (or there is no acceptable conversion) (compiling source file ..\src\weapons.cpp)
  1776. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2309): note: could be 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)'
  1777. with
  1778. [
  1779. _Ty=ItemAttributes
  1780. ] (compiling source file ..\src\weapons.cpp)
  1781. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2247): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::unique_ptr<_Ty,std::default_delete<_Ty>> &&) noexcept'
  1782. with
  1783. [
  1784. _Ty=ItemAttributes
  1785. ] (compiling source file ..\src\weapons.cpp)
  1786. c:\program files (x86)\visual studio\vc\tools\msvc\14.14.26428\include\memory(2173): note: or 'std::unique_ptr<ItemAttributes,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(std::nullptr_t) noexcept'
  1787. with
  1788. [
  1789. _Ty=ItemAttributes
  1790. ] (compiling source file ..\src\weapons.cpp)
  1791. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\item.h(722): note: while trying to match the argument list '(std::unique_ptr<ItemAttributes,std::default_delete<_Ty>>, ItemAttributes *)'
  1792. with
  1793. [
  1794. _Ty=ItemAttributes
  1795. ] (compiling source file ..\src\weapons.cpp)
  1796. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(379): error C2084: function 'Tile::Tile(uint16_t,uint16_t,uint8_t)' already has a body (compiling source file ..\src\weapons.cpp)
  1797. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\tile.h(154): note: see previous definition of '{ctor}' (compiling source file ..\src\weapons.cpp)
  1798. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\trashholder.cpp)
  1799. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\trashholder.cpp)
  1800. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\waitlist.cpp)
  1801. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\waitlist.cpp)
  1802. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\waitlist.cpp)
  1803. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\waitlist.cpp)
  1804. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\waitlist.cpp)
  1805. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(49): error C2065: 'overrun': undeclared identifier (compiling source file ..\src\weapons.cpp)
  1806. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(50): error C2065: 'length': undeclared identifier (compiling source file ..\src\weapons.cpp)
  1807. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\networkmessage.h(51): error C2065: 'position': undeclared identifier (compiling source file ..\src\weapons.cpp)
  1808. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(37): error C2614: 'Guild': illegal member initialization: 'id' is not a base or member (compiling source file ..\src\weapons.cpp)
  1809. c:\users\rahma\desktop\tibia_development\tfs\tfs custom modifications v2\src\guild.h(43): error C2065: 'id': undeclared identifier (compiling source file ..\src\weapons.cpp)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement