Advertisement
Guest User

Untitled

a guest
Feb 17th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.41 KB | None | 0 0
  1. source\server\Client.java:3106: error: cannot find symbol
  2. if(inWild() && !isInPbox() && !isInArd() && !isInFala()
  3. && !inCw() && !inFunPk()) {
  4. ^
  5. symbol: method inWild()
  6. location: class Client
  7. source\server\Client.java:3128: error: cannot find symbol
  8. } else if (!inWild() && safeTimer > 0){
  9. ^
  10. symbol: method inWild()
  11. location: class Client
  12. source\server\model\players\PlayerAssistant.java:1618: error: cannot find symbol
  13.  
  14. if(inWild()) {
  15. ^
  16. symbol: method inWild()
  17. location: class PlayerAssistant
  18. source\server\model\players\PlayerAssistant.java:2298: error: cannot find symbol
  19.  
  20. if (Server.playerHandler.players[c.killerId].connectedFrom.equal
  21. s(Server.playerHandler.players[c.playerKilled].connectedFrom) && c.inWild() && o
  22. .isDead == true) {
  23.  
  24. ^
  25. symbol: method inWild()
  26. location: variable c of type Client
  27. source\server\model\players\PlayerAssistant.java:2855: error: cannot find symbol
  28.  
  29. if(c.inWild() && c.wildLevel > Config.NO_TELEPORT_WILD_LEVEL) {
  30. ^
  31. symbol: method inWild()
  32. location: variable c of type Client
  33. source\server\model\players\PlayerAssistant.java:2905: error: cannot find symbol
  34.  
  35. if(c.inWild() && c.wildLevel > Config.NO_TELEPORT_WILD_LEVEL &&
  36. !c.inFunPk()) {
  37. ^
  38. symbol: method inWild()
  39. location: variable c of type Client
  40. source\server\model\players\PlayerAssistant.java:2952: error: cannot find symbol
  41.  
  42. if(c.inWild() && c.wildLevel > Config.NO_TELEPORT_WILD_LEVEL) {
  43. ^
  44. symbol: method inWild()
  45. location: variable c of type Client
  46. source\server\model\players\PlayerAssistant.java:3241: error: cannot find symbol
  47.  
  48. if (c.playerIndex > 0 && !c.usingSpecial && c.inWild())
  49. {
  50. ^
  51. symbol: method inWild()
  52. location: variable c of type Client
  53. source\server\model\players\CombatAssistant.java:1457: error: cannot find symbol
  54.  
  55. if(c.duelStatus != 5 && !c.inPits && c.inWild())
  56. {
  57. ^
  58. symbol: method inWild()
  59. location: variable c of type Client
  60. source\server\model\players\CombatAssistant.java:4233: error: cannot find symbol
  61.  
  62. if(!Server.playerHandler.players[c.playerIndex].inWild() && !Ser
  63. ver.playerHandler.players[c.playerIndex].inPits() && !Server.playerHandler.playe
  64. rs[c.playerIndex].inDuelArena()) {
  65. ^
  66. symbol: method inWild()
  67. location: class Player
  68. source\server\model\players\CombatAssistant.java:4245: error: cannot find symbol
  69.  
  70. if(!Server.playerHandler.players[c.playerIndex].inWild() && !Ser
  71. ver.playerHandler.players[c.playerIndex].InDung() && !Server.playerHandler.playe
  72. rs[c.playerIndex].inDuelArena() && Server.playerHandler.players[c.playerIndex].s
  73. afeTimer <= 0 && !Server.playerHandler.players[c.playerIndex].inPits()) {
  74. ^
  75. symbol: method inWild()
  76. location: class Player
  77. source\server\model\players\CombatAssistant.java:4270: error: cannot find symbol
  78.  
  79. if(!Server.playerHandler.players[c.playerIndex].inWild() && Serv
  80. er.playerHandler.players[c.playerIndex].safeTimer <= 0) {
  81. ^
  82. symbol: method inWild()
  83. location: class Player
  84. source\server\model\players\CombatAssistant.java:4283: error: cannot find symbol
  85.  
  86. if(!c.inWild() && c.safeTimer <= 0) {
  87. ^
  88. symbol: method inWild()
  89. location: variable c of type Client
  90. source\server\model\players\CombatAssistant.java:4334: error: cannot find symbol
  91.  
  92. if(!Server.playerHandler.players[i].inWild()) {
  93. ^
  94. symbol: method inWild()
  95. location: class Player
  96. source\server\model\players\Potions.java:464: error: cannot find symbol
  97. if (c.inWild()) {
  98. ^
  99. symbol: method inWild()
  100. location: variable c of type Client
  101. source\server\model\players\EarningPotential.java:25: error: cannot find symbol
  102. if (c.inWild()) {
  103. ^
  104. symbol: method inWild()
  105. location: variable c of type Client
  106. source\server\model\players\EarningPotential.java:43: error: cannot find symbol
  107. if (c.inWild())
  108. ^
  109. symbol: method inWild()
  110. location: variable c of type Client
  111. source\server\model\players\EarningPotential.java:55: error: cannot find symbol
  112. if (c.inWild() && c2.inWild()) {
  113. ^
  114. symbol: method inWild()
  115. location: variable c of type Client
  116. source\server\model\players\EarningPotential.java:55: error: cannot find symbol
  117. if (c.inWild() && c2.inWild()) {
  118. ^
  119. symbol: method inWild()
  120. location: variable c2 of type Client
  121. source\server\model\players\packets\ClickingButtons.java:1578: error: cannot fin
  122. d symbol
  123. if(c.isDonator == 0 || c.inWild()) {
  124. ^
  125. symbol: method inWild()
  126. location: variable c of type Client
  127. source\server\model\players\packets\ClickingButtons.java:1582: error: cannot fin
  128. d symbol
  129. if (c.playerMagicBook == 0 && c.isDonator == 1 && !c.inW
  130. ild()) {
  131. ^
  132. symbol: method inWild()
  133. location: variable c of type Client
  134. source\server\model\players\packets\ClickingButtons.java:1590: error: cannot fin
  135. d symbol
  136. if (c.playerMagicBook == 1 && c.isDonator == 1 && !c.inW
  137. ild()) {
  138. ^
  139. symbol: method inWild()
  140. location: variable c of type Client
  141. source\server\model\players\packets\ClickingButtons.java:1598: error: cannot fin
  142. d symbol
  143. if (c.playerMagicBook == 2 && c.isDonator == 1 && !c.inW
  144. ild()) {
  145. ^
  146. symbol: method inWild()
  147. location: variable c of type Client
  148. source\server\model\players\packets\ClickingButtons.java:2725: error: cannot fin
  149. d symbol
  150. if (c.inWild())
  151. ^
  152. symbol: method inWild()
  153. location: variable c of type Client
  154. source\server\model\players\packets\ClickingButtons.java:2808: error: cannot fin
  155. d symbol
  156. if (c.inWild())
  157. ^
  158. symbol: method inWild()
  159. location: variable c of type Client
  160. source\server\model\players\packets\ClickingButtons.java:2883: error: cannot fin
  161. d symbol
  162. if (c.inWild())
  163. ^
  164. symbol: method inWild()
  165. location: variable c of type Client
  166. source\server\model\players\packets\ClickingButtons.java:2963: error: cannot fin
  167. d symbol
  168. if (c.inWild())
  169. ^
  170. symbol: method inWild()
  171. location: variable c of type Client
  172. source\server\model\players\packets\ClickItem.java:203: error: cannot find symbo
  173. l
  174. if(c.inWild() && c.wildLevel > Config.NO_TELEPORT_WILD_LEVEL) {
  175. ^
  176. symbol: method inWild()
  177. location: variable c of type Client
  178. source\server\model\players\packets\ClickItem.java:268: error: cannot find symbo
  179. l
  180. if(c.inWild() && c.wildLevel > Config.NO_TELEPORT_WILD_LEVEL) {
  181. ^
  182. symbol: method inWild()
  183. location: variable c of type Client
  184. source\server\model\players\packets\ClickItem.java:316: error: cannot find symbo
  185. l
  186. if(c.inWild() && c.wildLevel > Config.NO_TELEPORT_WILD_LEVEL) {
  187. ^
  188. symbol: method inWild()
  189. location: variable c of type Client
  190. source\server\model\players\packets\ClickItem.java:361: error: cannot find symbo
  191. l
  192. if(c.inWild() && c.wildLevel > Config.NO_TELEPORT_WILD_LEVEL) {
  193. ^
  194. symbol: method inWild()
  195. location: variable c of type Client
  196. source\server\model\players\packets\ClickItem.java:406: error: cannot find symbo
  197. l
  198. if(c.inWild() && c.wildLevel > Config.NO_TELEPORT_WILD_LEVEL) {
  199. ^
  200. symbol: method inWild()
  201. location: variable c of type Client
  202. source\server\model\players\packets\ClickItem.java:451: error: cannot find symbo
  203. l
  204. if(c.inWild() && c.wildLevel > Config.NO_TELEPORT_WILD_LEVEL) {
  205. ^
  206. symbol: method inWild()
  207. location: variable c of type Client
  208. source\server\model\players\packets\ClickItem.java:494: error: cannot find symbo
  209. l
  210. if(c.inWild() && c.wildLevel > Config.NO_TELEPORT_WILD_LEVEL) {
  211. ^
  212. symbol: method inWild()
  213. location: variable c of type Client
  214. source\server\model\players\packets\Commands.java:286: error: cannot find symbol
  215.  
  216. if(c.inWild()) {
  217. ^
  218. symbol: method inWild()
  219. location: variable c of type Client
  220. source\server\model\players\packets\Commands.java:372: error: cannot find symbol
  221.  
  222. if (c.inWild()) {
  223. ^
  224. symbol: method inWild()
  225. location: variable c of type Client
  226. source\server\model\players\packets\Commands.java:421: error: cannot find symbol
  227.  
  228. if(c.inWild()) {
  229. ^
  230. symbol: method inWild()
  231. location: variable c of type Client
  232. source\server\model\players\packets\Commands.java:470: error: cannot find symbol
  233.  
  234. if(c.inWild()) {
  235. ^
  236. symbol: method inWild()
  237. location: variable c of type Client
  238. source\server\model\players\packets\Commands.java:492: error: cannot find symbol
  239.  
  240. if (c.inWild())
  241. ^
  242. symbol: method inWild()
  243. location: variable c of type Client
  244. source\server\model\players\packets\Commands.java:581: error: cannot find symbol
  245.  
  246. if (playerCommand.startsWith("drive") && c.issDonator ==
  247. 1 && !c.inWild() && !c.isInPbox() && !c.isInArd() && !c.isInFala() && !c.inCw()
  248. && !c.inFunPk()) {
  249.  
  250. ^
  251. symbol: method inWild()
  252. location: variable c of type Client
  253. source\server\model\players\packets\Commands.java:588: error: cannot find symbol
  254.  
  255. if (playerCommand.equalsIgnoreCase("bank") && c.issDonat
  256. or == 1 && !c.inWild() && !c.isInPbox() && !c.isInArd() && !c.isInFala() && !c.i
  257. nCw() && !c.inFunPk()) {
  258.  
  259. ^
  260. symbol: method inWild()
  261. location: variable c of type Client
  262. source\server\model\players\packets\Commands.java:1648: error: cannot find symbo
  263. l
  264. if (c.inWild())
  265. ^
  266. symbol: method inWild()
  267. location: variable c of type Client
  268. source\server\model\players\packets\Commands.java:2382: error: cannot find symbo
  269. l
  270. if(c.inWild()) {
  271. ^
  272. symbol: method inWild()
  273. location: variable c of type Client
  274. source\server\model\players\packets\Commands.java:2418: error: cannot find symbo
  275. l
  276. if(c.inWild()) {
  277. ^
  278. symbol: method inWild()
  279. location: variable c of type Client
  280. source\server\model\players\packets\Commands.java:2748: error: cannot find symbo
  281. l
  282. if (c.inWild())
  283. ^
  284. symbol: method inWild()
  285. location: variable c of type Client
  286. source\server\model\players\packets\ItemClick3.java:59: error: cannot find symbo
  287. l
  288. if (c.inWild()) {
  289. ^
  290. symbol: method inWild()
  291. location: variable c of type Client
  292. source\server\model\players\packets\Trade.java:48: error: cannot find symbol
  293. if (c.inWild()) {
  294. ^
  295. symbol: method inWild()
  296. location: variable c of type Client
  297. Note: Some input files use unchecked or unsafe operations.
  298. Note: Recompile with -Xlint:unchecked for details.
  299. 52 errors
  300. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement