Guest User

Untitled

a guest
Sep 25th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. case 22:
  2. {
  3. if((cLevel >= 39) && (cLevel <= 110))
  4. {
  5. Teleport(clientid, 2397, 2105);
  6. SendClientMessage(clientid, "Quest do Coveiro Iniciada !!!");
  7. return;
  8. }
  9. if((cLevel >= 114) && (cLevel <= 188))
  10. {
  11. Teleport(clientid, 2397, 2105);
  12. SendClientMessage(clientid, "Quest Colheita Iniciada !!!");
  13. return;
  14. }
  15. if((cLevel >= 190) && (cLevel <= 252))
  16. {
  17. Teleport(clientid, 2397, 2105);
  18. SendClientMessage(clientid, "Quest Coração Kaizen Iniciada !!!");
  19. return;
  20. }
  21. if((cLevel >= 254) && (cLevel <= 318))
  22. {
  23. Teleport(clientid, 2397, 2105);
  24. SendClientMessage(clientid, "Quest Olho Sangrento Iniciada !!!");
  25. return;
  26. }
  27. if((cLevel >= 304) && (cLevel <= 329))
  28. {
  29. Teleport(clientid, 2397, 2105);
  30. SendClientMessage(clientid, "Quest Elfos Iniciada !!!");
  31. return;
  32. }
  33. }
  34. }
  35. if((cLevel >= 39) && (cLevel <= 110));
  36. {
  37. SendChat(npcid, "Quest Coveiro [40~111]");
  38. break;
  39. }
  40. if((cLevel >= 114) && (cLevel <= 188))
  41. {
  42. SendChat(npcid, "Quest Colheita [115~189].");
  43. break;
  44. }
  45. if((cLevel >= 190) && (cLevel <= 252))
  46. {
  47. SendChat(npcid, "Quest Kaizen [191~253]");
  48. break;
  49. }
  50. if((cLevel >= 254) && (cLevel <= 300))
  51. {
  52. SendChat(npcid, "Quest Olho Sangrento [255~301]");
  53. break;
  54. }
  55. if((cLevel >= 304) && (cLevel <= 329))
  56. {
  57. SendChat(npcid, "Quest Elfos [305~330]");
  58. break;
  59. }
  60. return;
  61. }
Advertisement
Add Comment
Please, Sign In to add comment