Advertisement
MasakoZONE

PETS

Feb 18th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.69 KB | None | 0 0
  1. public bool SetPetTransformation(string NamePet, int RaceId)
  2. {
  3. switch (NamePet.ToLower())
  4. {
  5.  
  6. case "vache":
  7. {
  8. this.transformationrace = "34 " + RaceId + " FFFFFF";
  9. break;
  10. }
  11. case "bebe":
  12. {
  13. this.transformationrace = "37 " + RaceId + " FFFFFF";
  14. break;
  15. }
  16. case "bebeterrier":
  17. {
  18. this.transformationrace = "25 " + RaceId + " FFFFFF";
  19. break;
  20. }
  21. case "lapinjaune":
  22. {
  23. this.transformationrace = "17" + RaceId + " FFFFFF";
  24. break;
  25. }
  26. case "singedemon":
  27. {
  28. this.transformationrace = "0 " + RaceId + " FFFFFF";
  29. break;
  30. }
  31. case "pigeonnoir":
  32. {
  33. this.transformationrace = "22 " + RaceId + " FFFFFF";
  34. break;
  35. }
  36. case "pigeonblanc":
  37. {
  38. this.transformationrace = "21 " + RaceId + " FFFFFF";
  39. break;
  40. }
  41. case "lapinrose":
  42. {
  43. this.transformationrace = "20 " + RaceId + " FFFFFF";
  44. break;
  45. }
  46. case "lapinbrun":
  47. {
  48. this.transformationrace = "19 " + RaceId + " FFFFFF";
  49. break;
  50. }
  51. case "lapinnoir":
  52. {
  53. this.transformationrace = "18 " + RaceId + " FFFFFF";
  54. break;
  55. }
  56. case "lapinmonstre":
  57. {
  58. this.transformationrace = "17 " + RaceId + " FFFFFF";
  59. break;
  60. }
  61. case "monster":
  62. {
  63. this.transformationrace = "13 " + RaceId + " FFFFFF";
  64. break;
  65. }
  66. case "monsterplante":
  67. {
  68. this.transformationrace = "16 " + RaceId + " FFFFFF";
  69. break;
  70. }
  71. case "cheval":
  72. {
  73. this.transformationrace = "15 " + RaceId + " FFFFFF";
  74. break;
  75. }
  76. case "singe":
  77. {
  78. this.transformationrace = "14 " + RaceId + " FFFFFF";
  79. break;
  80. }
  81. case "tortue":
  82. {
  83. this.transformationrace = "9 " + RaceId + " FFFFFF";
  84. break;
  85. }
  86. case "dragon":
  87. {
  88. this.transformationrace = "12 " + RaceId + " FFFFFF";
  89. break;
  90. }
  91. case "poussin":
  92. {
  93. this.transformationrace = "10 " + RaceId + " FFFFFF";
  94. break;
  95. }
  96. case "grenouille":
  97. {
  98. this.transformationrace = "11 " + RaceId + " FFFFFF";
  99. break;
  100. }
  101. case "arraigne":
  102. {
  103. this.transformationrace = "8 " + RaceId + " FFFFFF";
  104. break;
  105. }
  106. case "lion":
  107. {
  108. this.transformationrace = "6 " + RaceId + " FFFFFF";
  109. break;
  110. }
  111. case "cochon":
  112. {
  113. this.transformationrace = "5 " + RaceId + " FFFFFF";
  114. break;
  115. }
  116. case "terrier":
  117. {
  118. this.transformationrace = "3 " + RaceId + " FFFFFF";
  119. break;
  120. }
  121. case "ours":
  122. {
  123. this.transformationrace = "4 " + RaceId + " FFFFFF";
  124. break;
  125. }
  126. case "chat":
  127. {
  128. this.transformationrace = "1 " + RaceId + " FFFFFF";
  129. break;
  130. }
  131. case "chien":
  132. {
  133. this.transformationrace = "0 " + RaceId + " FFFFFF";
  134. break;
  135. }
  136. case "crocodile":
  137. {
  138. this.transformationrace = "2 " + RaceId + " FFFFFF";
  139. break;
  140. }
  141. case "rhino":
  142. {
  143. this.transformationrace = "7 " + RaceId + " FFFFFF";
  144. break;
  145. }
  146. case "gnome":
  147. {
  148. this.transformationrace = "26 " + RaceId + " FFFFFF";
  149. break;
  150. }
  151. case "oursons":
  152. {
  153. this.transformationrace = "24 " + RaceId + " FFFFFF";
  154. break;
  155. }
  156. case "bebeelephant":
  157. {
  158. this.transformationrace = "30 " + RaceId + " FFFFFF";
  159. break;
  160. }
  161. case "bebepingouin":
  162. {
  163. this.transformationrace = "31 " + RaceId + " FFFFFF";
  164. break;
  165. }
  166. case "pikachu":
  167. {
  168. this.transformationrace = "40 " + RaceId + " FFFFFF";
  169. break;
  170. }
  171. case "louveteau":
  172. {
  173. this.transformationrace = "41 " + RaceId + " FFFFFF";
  174. break;
  175. }
  176. case "hamster":
  177. {
  178. this.transformationrace = "34 " + RaceId + " FFFFFF";
  179. break;
  180. }
  181. case "oeuf":
  182. case "monsteregg":
  183. {
  184. this.transformationrace = "36 " + RaceId + " FFFFFF";
  185. break;
  186. }
  187. case "yoshi":
  188. {
  189. this.transformationrace = "36 " + RaceId + " FFFFFF";
  190. break;
  191. }
  192. case "kittenbaby":
  193. case "chaton":
  194. {
  195. this.transformationrace = "27 " + RaceId + " FFFFFF";
  196. break;
  197. }
  198. case "puppybaby":
  199. case "chiot":
  200. {
  201. this.transformationrace = "28 " + RaceId + " FFFFFF";
  202. break;
  203. }
  204. case "pigletbaby":
  205. case "porcelet":
  206. {
  207. this.transformationrace = "29 " + RaceId + " FFFFFF";
  208. break;
  209. }
  210. case "fools":
  211. case "pierre":
  212. {
  213. this.transformationrace = "31 " + RaceId + " FFFFFF";
  214. break;
  215. }
  216. case "haloompa":
  217. case "wiloompa":
  218. {
  219. this.transformationrace = "30 " + RaceId + " FFFFFF";
  220. break;
  221. }
  222. case "pterosaur":
  223. {
  224. this.transformationrace = "32 " + RaceId + " FFFFFF";
  225. break;
  226. }
  227. case "velociraptor":
  228. {
  229. this.transformationrace = "33 " + RaceId + " FFFFFF";
  230. break;
  231. }
  232. default:
  233. {
  234. return false;
  235. }
  236. }
  237. return true;
  238. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement