Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- case 22:
- {
- if((cLevel >= 39) && (cLevel <= 110))
- {
- Teleport(clientid, 2397, 2105);
- SendClientMessage(clientid, "Quest do Coveiro Iniciada !!!");
- return;
- }
- if((cLevel >= 114) && (cLevel <= 188))
- {
- Teleport(clientid, 2397, 2105);
- SendClientMessage(clientid, "Quest Colheita Iniciada !!!");
- return;
- }
- if((cLevel >= 190) && (cLevel <= 252))
- {
- Teleport(clientid, 2397, 2105);
- SendClientMessage(clientid, "Quest Coração Kaizen Iniciada !!!");
- return;
- }
- if((cLevel >= 254) && (cLevel <= 318))
- {
- Teleport(clientid, 2397, 2105);
- SendClientMessage(clientid, "Quest Olho Sangrento Iniciada !!!");
- return;
- }
- if((cLevel >= 304) && (cLevel <= 329))
- {
- Teleport(clientid, 2397, 2105);
- SendClientMessage(clientid, "Quest Elfos Iniciada !!!");
- return;
- }
- }
- }
- if((cLevel >= 39) && (cLevel <= 110));
- {
- SendChat(npcid, "Quest Coveiro [40~111]");
- break;
- }
- if((cLevel >= 114) && (cLevel <= 188))
- {
- SendChat(npcid, "Quest Colheita [115~189].");
- break;
- }
- if((cLevel >= 190) && (cLevel <= 252))
- {
- SendChat(npcid, "Quest Kaizen [191~253]");
- break;
- }
- if((cLevel >= 254) && (cLevel <= 300))
- {
- SendChat(npcid, "Quest Olho Sangrento [255~301]");
- break;
- }
- if((cLevel >= 304) && (cLevel <= 329))
- {
- SendChat(npcid, "Quest Elfos [305~330]");
- break;
- }
- return;
- }
Advertisement
Add Comment
Please, Sign In to add comment