Advertisement
XConquer

NPC Bolas de Dragon

Jan 10th, 2021
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.19 KB | None | 0 0
  1. #region Tarea Bolas De Dragon Supremas
  2. #region DragonBall
  3. case 19127:
  4. {
  5. switch (npcRequest.OptionID)
  6. {
  7. case 0:
  8. {
  9. dialog.Text("Hi Please Choise your Lang");
  10. dialog.Option("English", 1);
  11. dialog.Option("Spanish", 2);
  12. dialog.Send();
  13. break;
  14.  
  15. }
  16. case 1:
  17. {
  18. dialog.Text("Hello Welcome, This is the Task of 49 DragonBalls, Clearly in the Maps TwinCity,CastleGate,ApeCity,BirdIsland,DesertCity, There will fall down Levels Different from the Spheres of Dragon that are 7, in Dragoon Caeran the Spheres 1 Star and 2 Stars, in Castle Gate Caeran Of 3 Stars, In ApeCity Caeran those of 4 and 5 Stars in BirdCity will fall down of 6 Stars and in the most Powerful DesertCity Caeran of 7 Stars, if you collect to me 7 Stars of a Certain Level Joining them, You will Be able to Claim Diverse awards obviously that if you join the whole of 49 Spheres to me 7 of 1, 7 of 2, 7 of 3, 7 of 4, 7 of 5, 7 of 6, 7 of 7, You will Be able to Claim an Award Superior to the Common ones!");
  19. dialog.Option("Ohh i Understand! Please show me Prizes", 3);
  20. break;
  21. }
  22. case 2:
  23. {
  24. dialog.Text("Hola bienvenido, esta es la tarea de 49 DragonBalls, claramente en los mapas TwinCity,CastleGate,ApeCity,BirdIsland,DesertCity, caerán los niveles diferentes de las esferas del dragón, que son 7, en Dragon Caeran las esferas de 1 estrellas y 2 estrellas, en la puerta de castillo Caeran, de 3 estrellas, en ApeCity Caeran los de 4 y 5 estrellas en BirdCity caerá de 6 estrellas y en el más poderoso DesertCity Caeran, de 7 estrellas, si recopila para mí 7 estrellas de cierto nivel uniéndose a ellas Usted será capaz de reclamar diversos premios, obviamente, que si usted se une a la totalidad de 49 esferas para mí 7 de 1, 7 de 2, 7 de 3, 7 de 4, 7 de 5, 7 de 6, 7 de 7, usted será capaz de reclamar un premio superior a los comunes");
  25. dialog.Option("Gracias, Dime los Premios Haber", 3);
  26. break;
  27. }
  28. case 3:
  29. {
  30. dialog.Text("Escoge tu Premio / Choise your Prize");
  31. dialog.Option("1kkk CPs[(X7)1StarDragonBall]", 10);//Listo
  32. dialog.Option("2kkk Cps[(X7)2StarDragonBall]", 11);//Listo
  33. dialog.Option("1KKK Gold[(X7)3StarDragonBall]", 12);//Listo
  34. dialog.Option("2KKK Gold[(X7)4StarDragonBall]", 13);//Listo
  35. dialog.Option("3KKK Gold[(X7)5StarDragonBall]", 14);//Listo
  36. dialog.Option("5KKK Gold[(X7)6StarDragonBall]", 15);//Listo
  37. dialog.Option("8KKK Gold[(X7)7StarDragonBall]", 16);//Listo
  38. dialog.Option("Next Page / Pagina Siguiente", 17);// Listo :v
  39. break;
  40. }
  41. case 17:
  42. {
  43. dialog.Text("Escoge tu Premio / Choise your Prize my Friend");
  44. dialog.Option("VIP Level 3[ALL DragonBalls X5]", 18);//Listo
  45. dialog.Option("1KKK CPs & 15KKK Gold[ALL DBs X3]", 19);//Listo
  46. dialog.Option("Random Cup -1 [49 DBs! ALL (X7)]", 20);//Listo
  47. dialog.Option("VIP Level 4 [ALL DBs X6]", 21);//Listo
  48. dialog.Option("i Go to Collect DBs!, Ire a Recoger Dbs jaja!", 255);//Listo :v
  49. break;
  50. }
  51. case 20:
  52. {
  53. if (client.Inventory.Contains(3000508, 7))
  54. if (client.Inventory.Contains(3000507, 7))
  55. if (client.Inventory.Contains(3000506, 7))
  56. if (client.Inventory.Contains(3000505, 7))
  57. if (client.Inventory.Contains(3000504, 7))
  58. if (client.Inventory.Contains(3000503, 7))
  59. if (client.Inventory.Contains(3000502, 7))
  60. {
  61. client.Inventory.Remove(3000508, 7);
  62. client.Inventory.Remove(3000507, 7);
  63. client.Inventory.Remove(3000506, 7);
  64. client.Inventory.Remove(3000505, 7);
  65. client.Inventory.Remove(3000504, 7);
  66. client.Inventory.Remove(3000503, 7);
  67. client.Inventory.Remove(3000502, 7);
  68. switch (((byte)Kernel.Random.Next(1, 21)))
  69. {
  70. case 1:
  71. client.Inventory.AddCups(2100001, 0, 1);
  72. dialog.Text("Congratulation you get MightyJade ");
  73. dialog.Option("Thanks!", 255);
  74. dialog.Avatar(50);
  75. dialog.Send();
  76. break;
  77.  
  78.  
  79. case 2:
  80. client.Inventory.AddCups(2100005, 0, 1);
  81. dialog.Text("Congratulation you get WorldCup.");
  82. dialog.Option("Thanks!", 255);
  83. dialog.Avatar(50);
  84. dialog.Send();
  85. break;
  86.  
  87.  
  88. case 3:
  89. client.Inventory.AddCups(2100055, 0, 1);
  90. dialog.Text("Congratulation you get BronzePrize ");
  91. dialog.Option("Thanks!", 255);
  92. dialog.Avatar(50);
  93. dialog.Send();
  94. break;
  95.  
  96.  
  97. case 4:
  98. client.Inventory.AddCups(2100065, 0, 1);
  99. dialog.Text("Congratulation you get SilverPrize");
  100. dialog.Option("Thanks!", 255);
  101. dialog.Avatar(50);
  102. dialog.Send();
  103. break;
  104.  
  105.  
  106. case 5:
  107. client.Inventory.AddCups(2100095, 0, 1); ;
  108. dialog.Text("Congratulation you get HolyGrail ");
  109. dialog.Option("Thanks!", 255);
  110. dialog.Avatar(50);
  111. dialog.Send();
  112. break;
  113.  
  114. case 6:
  115. client.Inventory.AddCups(2100105, 0, 1);
  116. dialog.Text("Congratulation you get SaintShield.");
  117. dialog.Option("Thanks!", 255);
  118. dialog.Avatar(50);
  119. dialog.Send();
  120. break;
  121.  
  122. case 7:
  123. client.Inventory.AddCups(2100125, 0, 1);
  124. dialog.Text("Congratulation you get PandoraShield ");
  125.  
  126. dialog.Option("Thanks!", 255);
  127. dialog.Avatar(50);
  128. dialog.Send();
  129. break;
  130.  
  131. case 8:
  132. client.Inventory.AddCups(2100135, 0, 1);
  133. dialog.Text("Congratulation you get EuroBronce ");
  134.  
  135. dialog.Option("Thanks!", 255);
  136. dialog.Avatar(50);
  137. dialog.Send();
  138. break;
  139.  
  140. case 9:
  141. client.Inventory.AddCups(2100145, 0, 1);
  142. dialog.Text("Congratulation you get EuroSIlver.");
  143.  
  144. dialog.Option("Thanks!", 255);
  145. dialog.Avatar(50);
  146. dialog.Send();
  147. break;
  148.  
  149. case 10:
  150. client.Inventory.AddCups(2100155, 0, 1);
  151. dialog.Text("Congratulation you get EuroGold.");
  152.  
  153. dialog.Option("Thanks!", 255);
  154. dialog.Avatar(50);
  155. dialog.Send();
  156. break;
  157.  
  158. case 11:
  159. client.Inventory.AddCups(2100165, 0, 1);
  160. dialog.Text("Congratulation you get EuroSilver Cup Replica.");
  161.  
  162. dialog.Option("Thanks!", 255);
  163. dialog.Avatar(50);
  164. dialog.Send();
  165. break;
  166.  
  167. case 12:
  168. client.Inventory.AddCups(2100175, 0, 1);
  169. dialog.Text("Congratulation you get Euro Gold Cup Replica.");
  170.  
  171. dialog.Option("Thanks!", 255);
  172. dialog.Avatar(50);
  173. dialog.Send();
  174. break;
  175.  
  176. case 13:
  177. client.Inventory.AddCups(2100185, 0, 1);
  178. dialog.Text("Congratulation you get BroncePhoenix.");
  179.  
  180. dialog.Option("Thanks!", 255);
  181. dialog.Avatar(50);
  182. dialog.Send();
  183. break;
  184.  
  185. case 14:
  186. client.Inventory.AddCups(2100195, 0, 1);
  187. dialog.Text("Congratulation you get SilverPhoenix.");
  188.  
  189. dialog.Option("Thanks!", 255);
  190. dialog.Avatar(50);
  191. dialog.Send();
  192. break;
  193.  
  194. case 15:
  195. client.Inventory.AddCups(2100205, 0, 1);
  196. dialog.Text("Congratulation you get GoldenPhoenix.");
  197.  
  198. dialog.Option("Thanks!", 255);
  199. dialog.Avatar(50);
  200. dialog.Send();
  201. break;
  202.  
  203. case 16:
  204. client.Inventory.AddCups(2100215, 0, 1);
  205. dialog.Text("Congratulation you get Silver Phoenix Cup Replica.");
  206.  
  207. dialog.Option("Thanks!", 255);
  208. dialog.Avatar(50);
  209. dialog.Send();
  210. break;
  211.  
  212. case 17:
  213. client.Inventory.AddCups(2100225, 0, 1);
  214. dialog.Text("Congratulation you get GoldenPhoenix Cup Replica.");
  215.  
  216. dialog.Option("Thanks!", 255);
  217. dialog.Avatar(50);
  218. dialog.Send();
  219. break;
  220.  
  221. case 18:
  222. client.Inventory.AddCups(2100235, 0, 1);
  223. dialog.Text("Congratulation you get Holy Phoenix Cup Replica.");
  224.  
  225. dialog.Option("Thanks!", 255);
  226. dialog.Avatar(50);
  227. dialog.Send();
  228. break;
  229.  
  230. case 19:
  231. client.Inventory.AddCups(2100245, 0, 1);
  232. dialog.Text("Congratulation you get Holy Phoenix Cup .");
  233.  
  234. dialog.Option("Thanks!", 255);
  235. dialog.Avatar(50);
  236. dialog.Send();
  237. break;
  238.  
  239. case 20:
  240. //client.Inventory.AddCups(2100245, 0, 1);
  241. dialog.Text("Sorry you have Bad Luck, and no Get Anything.");
  242.  
  243. dialog.Option("SHIT MEN, FUCK YOU!", 255);
  244. dialog.Avatar(50);
  245. dialog.Send();
  246. break;
  247.  
  248. case 21:
  249. // client.Inventory.AddCups(2100245, 0, 1);
  250. dialog.Text("Sorry you have Bad Luck, no Get ANything .");
  251.  
  252. dialog.Option("SHIT MEN, FUCKING YOU .I.", 255);
  253. dialog.Avatar(50);
  254. dialog.Send();
  255. break;
  256. }
  257.  
  258. _String str = new _String(true);
  259. str.UID = client.Player.UID;
  260. str.Type = _String.Effect;
  261. str.Texts.Add("accession5");
  262. str.TextsCount = 1;
  263. client.Player.SendScreen(str);
  264.  
  265. }
  266. else
  267. {
  268. dialog.Text("Sorry you don't have any StarDragonBalls are you Crazy?.");
  269. dialog.Option("What a pity", 255);
  270. dialog.Send();
  271. break;
  272. }
  273. break;
  274. }
  275. case 19:
  276. {
  277.  
  278. if (client.Inventory.Contains(3000508, 3))
  279. if (client.Inventory.Contains(3000507, 3))
  280. if (client.Inventory.Contains(3000506, 3))
  281. if (client.Inventory.Contains(3000505, 3))
  282. if (client.Inventory.Contains(3000504, 3))
  283. if (client.Inventory.Contains(3000503, 3))
  284. if (client.Inventory.Contains(3000502, 3))
  285. {
  286. // client.MessageBox(" Woul You Like To go to Bird Man To Get Fish", p => { p.Entity.Teleport(1015, 713, 748); }, null);
  287. if (client.Player.ConquerPoints >= 2100000000 && client.Player.Money >= 400000000000)
  288. {
  289. client.MsgTalkBox("you have Max Cps, Please try later, or you have Max Gold");
  290. }
  291. else
  292. {
  293. client.Inventory.Remove(3000508, 3);
  294. client.Inventory.Remove(3000507, 3);
  295. client.Inventory.Remove(3000506, 3);
  296. client.Inventory.Remove(3000505, 3);
  297. client.Inventory.Remove(3000504, 3);
  298. client.Inventory.Remove(3000503, 3);
  299. client.Inventory.Remove(3000502, 3);
  300. client.Player.Money += 15000000000;
  301. client.Player.ConquerPoints += 1000000000;
  302. client.MsgTalkBox("Congratulations!");
  303. MsgName str = new MsgName(true);
  304. str.UID = client.Player.UID;
  305. str.Action = MsgName.Mode.Effect;
  306. str.Texts.Add("accession5");
  307. str.TextsCount = 1;
  308. client.Player.SendScreen(str);
  309.  
  310. }
  311. }
  312. else
  313. {
  314. dialog.Text("You don't have x7 7StarDragonBall");
  315. dialog.Option("Ahh sorry.", 255);
  316. }
  317. break;
  318. }
  319. case 18:
  320. {
  321. // if (client.Player.VIPLevel == 3)
  322. // {
  323. if (client.Inventory.Contains(3000508, 5))
  324. if (client.Inventory.Contains(3000507, 5))
  325. if (client.Inventory.Contains(3000506, 5))
  326. if (client.Inventory.Contains(3000505, 5))
  327. if (client.Inventory.Contains(3000504, 5))
  328. if (client.Inventory.Contains(3000503, 5))
  329. if (client.Inventory.Contains(3000502, 5))
  330. {
  331. client.Inventory.Remove(3000508, 5);
  332. client.Inventory.Remove(3000507, 5);
  333. client.Inventory.Remove(3000506, 5);
  334. client.Inventory.Remove(3000505, 5);
  335. client.Inventory.Remove(3000504, 5);
  336. client.Inventory.Remove(3000503, 5);
  337. client.Inventory.Remove(3000502, 5);
  338. MsgName str = new MsgName(true);
  339. str.Action = MsgName.Mode.Effect;
  340. str.UID = client.Player.UID;
  341. str.Texts.Add("RedThunder_coat03");
  342. str.Texts.Add("end_task");
  343. client.SendScreen(str.ToArray(), true);
  344. client.Player.VIPLevel = 3;
  345. }
  346.  
  347.  
  348. else
  349. {
  350. dialog.Text("Please take X5 7 StarDragonBall.");
  351. dialog.Option("I see.", 255);
  352. dialog.Avatar(116);
  353. dialog.Send();
  354. }
  355. else
  356. {
  357. dialog.Text("Please take X5 6 StarDragonBall.");
  358. dialog.Option("I see.", 255);
  359. dialog.Avatar(116);
  360. dialog.Send();
  361. }
  362. else
  363. {
  364. dialog.Text("Please take X5 5 StarDragonBall.");
  365. dialog.Option("I see.", 255);
  366. dialog.Avatar(116);
  367. dialog.Send();
  368. }
  369. else
  370. {
  371. dialog.Text("Please take X5 4 StarDragonBall.");
  372. dialog.Option("I see.", 255);
  373. dialog.Avatar(116);
  374. dialog.Send();
  375. }
  376. else
  377. {
  378. dialog.Text("Please take X5 3 StarDragonBall.");
  379. dialog.Option("I see.", 255);
  380. dialog.Avatar(116);
  381. dialog.Send();
  382. }
  383. else
  384. {
  385. dialog.Text("Please take X5 2 StarDragonBall.");
  386. dialog.Option("I see.", 255);
  387. dialog.Avatar(116);
  388. dialog.Send();
  389. }
  390. else
  391. {
  392. dialog.Text("Please take X5 1 StarDragonBall.");
  393. dialog.Option("I see.", 255);
  394. dialog.Avatar(116);
  395. dialog.Send();
  396. }
  397.  
  398. break;
  399. }
  400. case 21:
  401. {
  402. //if (client.Player.VIPLevel == 4)
  403. //{
  404. if (client.Inventory.Contains(3000502, 6))// 1 Star
  405. if (client.Inventory.Contains(3000503, 6))// 2 Star
  406. if (client.Inventory.Contains(3000504, 6))// 3 Star
  407. if (client.Inventory.Contains(3000505, 6))// 4 Star
  408. if (client.Inventory.Contains(3000506, 6))// 5 Star
  409. if (client.Inventory.Contains(3000507, 6)) //6 Star
  410. if (client.Inventory.Contains(3000508, 6))// 7 Star
  411. {
  412. client.Inventory.Remove(3000508, 6);
  413. client.Inventory.Remove(3000507, 6);
  414. client.Inventory.Remove(3000506, 6);
  415. client.Inventory.Remove(3000505, 6);
  416. client.Inventory.Remove(3000504, 6);
  417. client.Inventory.Remove(3000503, 6);
  418. client.Inventory.Remove(3000502, 6);
  419. MsgName str = new MsgName(true);
  420. str.Action = MsgName.Mode.Effect;
  421.  
  422. str.UID = client.Player.UID;
  423. str.Texts.Add("RedThunder_coat03");
  424. str.Texts.Add("accession5");
  425. client.SendScreen(str.ToArray(), true);
  426.  
  427. _String str1 = new _String(true);
  428. str1.Type = _String.Effect;
  429. str1.UID = client.Player.UID;
  430. str1.Texts.Add("RedThunder_coat03");
  431. str1.Texts.Add("accession5");
  432. client.SendScreen(str1.ToArray(), true);
  433. client.Player.VIPLevel = 4;
  434. client.MsgTalkBox("Congratulations you get VIP Lv4");
  435. }
  436.  
  437.  
  438. else
  439. {
  440. dialog.Text("Please take X6 7 StarDragonBall.");
  441. dialog.Option("I see.", 255);
  442. dialog.Avatar(116);
  443. dialog.Send();
  444. }
  445. else
  446. {
  447. dialog.Text("Please take X6 6 StarDragonBall.");
  448. dialog.Option("I see.", 255);
  449. dialog.Avatar(116);
  450. dialog.Send();
  451. }
  452. else
  453. {
  454. dialog.Text("Please take X6 5 StarDragonBall.");
  455. dialog.Option("I see.", 255);
  456. dialog.Avatar(116);
  457. dialog.Send();
  458. }
  459. else
  460. {
  461. dialog.Text("Please take X6 4 StarDragonBall.");
  462. dialog.Option("I see.", 255);
  463. dialog.Avatar(116);
  464. dialog.Send();
  465. }
  466. else
  467. {
  468. dialog.Text("Please take X6 3 StarDragonBall.");
  469. dialog.Option("I see.", 255);
  470. dialog.Avatar(116);
  471. dialog.Send();
  472. }
  473. else
  474. {
  475. dialog.Text("Please take X6 2 StarDragonBall.");
  476. dialog.Option("I see.", 255);
  477. dialog.Avatar(116);
  478. dialog.Send();
  479. }
  480. else
  481. {
  482. dialog.Text("Please take X6 1 StarDragonBall.");
  483. dialog.Option("I see.", 255);
  484. dialog.Avatar(116);
  485. dialog.Send();
  486. }
  487.  
  488. break;
  489. }
  490. case 16:
  491. {
  492.  
  493. if (client.Inventory.Contains(3000508, 7))
  494. {
  495. // client.MessageBox(" Woul You Like To go to Bird Man To Get Fish", p => { p.Entity.Teleport(1015, 713, 748); }, null);
  496.  
  497. if (client.Player.Money >= 400000000000)
  498. {
  499. client.MsgTalkBox("you have Max Gold, Please try later");
  500. }
  501. else
  502. {
  503. client.Inventory.Remove(3000508, 7);
  504. client.Player.Money += 8000000000;
  505. client.MsgTalkBox("Congratulations!");
  506. MsgName str = new MsgName(true);
  507. str.UID = client.Player.UID;
  508. str.Action = MsgName.Mode.Effect;
  509. str.Texts.Add("accession4");
  510. str.TextsCount = 1;
  511. client.Player.SendScreen(str);
  512. }
  513.  
  514. }
  515. else
  516. {
  517. dialog.Text("You don't have x7 7StarDragonBall");
  518. dialog.Option("Ahh sorry.", 255);
  519. }
  520. break;
  521. }
  522. case 15:
  523. {
  524.  
  525. if (client.Inventory.Contains(3000507, 7))
  526. {
  527. // client.MessageBox(" Woul You Like To go to Bird Man To Get Fish", p => { p.Entity.Teleport(1015, 713, 748); }, null);
  528.  
  529. if (client.Player.Money >= 400000000000)
  530. {
  531. client.MsgTalkBox("you have Max Gold, Please try later");
  532. }
  533. else
  534. {
  535. client.Inventory.Remove(3000507, 7);
  536. client.Player.Money += 5000000000;
  537. client.MsgTalkBox("Congratulations!");
  538. MsgName str = new MsgName(true);
  539. str.UID = client.Player.UID;
  540. str.Action = MsgName.Mode.Effect;
  541. str.Texts.Add("accession4");
  542. str.TextsCount = 1;
  543. client.Player.SendScreen(str);
  544. }
  545.  
  546. }
  547. else
  548. {
  549. dialog.Text("You don't have x7 6StarDragonBall");
  550. dialog.Option("Ahh sorry.", 255);
  551. }
  552. break;
  553. }
  554. case 14:
  555. {
  556.  
  557. if (client.Inventory.Contains(3000506, 7))
  558. {
  559. // client.MessageBox(" Woul You Like To go to Bird Man To Get Fish", p => { p.Entity.Teleport(1015, 713, 748); }, null);
  560.  
  561. if (client.Player.Money >= 400000000000)
  562. {
  563. client.MsgTalkBox("you have Max Gold, Please try later");
  564. }
  565. else
  566. {
  567. client.Inventory.Remove(3000506, 7);
  568. client.Player.Money += 3000000000;
  569. client.MsgTalkBox("Congratulations!");
  570. MsgName str = new MsgName(true);
  571. str.UID = client.Player.UID;
  572. str.Action = MsgName.Mode.Effect;
  573. str.Texts.Add("accession1");
  574. str.TextsCount = 1;
  575. client.Player.SendScreen(str);
  576. }
  577.  
  578. }
  579. else
  580. {
  581. dialog.Text("You don't have x7 5StarDragonBall");
  582. dialog.Option("Ahh sorry.", 255);
  583. }
  584. break;
  585. }
  586. case 13:
  587. {
  588.  
  589. if (client.Inventory.Contains(3000505, 7))
  590. {
  591. // client.MessageBox(" Woul You Like To go to Bird Man To Get Fish", p => { p.Entity.Teleport(1015, 713, 748); }, null);
  592.  
  593. if (client.Player.Money >= 400000000000)
  594. {
  595. client.MsgTalkBox("you have Max Gold, Please try later");
  596. }
  597. else
  598. {
  599. client.Inventory.Remove(3000505, 7);
  600. client.Player.Money += 2000000000;
  601. client.MsgTalkBox("Congratulations!");
  602. MsgName str = new MsgName(true);
  603. str.UID = client.Player.UID;
  604. str.Action = MsgName.Mode.Effect;
  605. str.Texts.Add("accession2");
  606. str.TextsCount = 1;
  607. client.Player.SendScreen(str);
  608. }
  609.  
  610. }
  611. else
  612. {
  613. dialog.Text("You don't have x7 4StarDragonBall");
  614. dialog.Option("Ahh sorry.", 255);
  615. }
  616. break;
  617. }
  618. case 12:
  619. {
  620.  
  621. if (client.Inventory.Contains(3000504, 7))
  622. {
  623. // client.MessageBox(" Woul You Like To go to Bird Man To Get Fish", p => { p.Entity.Teleport(1015, 713, 748); }, null);
  624.  
  625. if (client.Player.Money >= 400000000000)
  626. {
  627. client.MsgTalkBox("you have Max Gold, Please try later");
  628. }
  629. else
  630. {
  631. client.Inventory.Remove(3000504, 7);
  632. client.Player.Money += 1000000000;
  633. client.MsgTalkBox("Congratulations!");
  634. MsgName str = new MsgName(true);
  635. str.UID = client.Player.UID;
  636. str.Action = MsgName.Mode.Effect;
  637. str.Texts.Add("accession1");
  638. str.TextsCount = 1;
  639. client.Player.SendScreen(str);
  640. }
  641.  
  642. }
  643. else
  644. {
  645. dialog.Text("You don't have x7 3StarDragonBall");
  646. dialog.Option("Ahh sorry.", 255);
  647. }
  648. break;
  649. }
  650. case 11:
  651. {
  652.  
  653. if (client.Inventory.Contains(3000503, 7))
  654. {
  655. // client.MessageBox(" Woul You Like To go to Bird Man To Get Fish", p => { p.Entity.Teleport(1015, 713, 748); }, null);
  656.  
  657. if (client.Player.ConquerPoints >= 2100000000)
  658. {
  659. client.MsgTalkBox("you have Max Cps, Please try later");
  660. }
  661. else
  662. {
  663. client.Inventory.Remove(3000503, 7);
  664. client.Player.ConquerPoints += 2000000000;
  665. client.MsgTalkBox("Congratulations!");
  666. MsgName str = new MsgName(true);
  667. str.UID = client.Player.UID;
  668. str.Action = MsgName.Mode.Effect;
  669. str.Texts.Add("accession2");
  670. str.TextsCount = 1;
  671. client.Player.SendScreen(str);
  672. }
  673.  
  674. }
  675. else
  676. {
  677. dialog.Text("You don't have x7 2StarDragonBall");
  678. dialog.Option("Ahh sorry.", 255);
  679. }
  680. break;
  681. }
  682. case 10:
  683. {
  684.  
  685. if (client.Inventory.Contains(3000502,7))
  686. {
  687. // client.MessageBox(" Woul You Like To go to Bird Man To Get Fish", p => { p.Entity.Teleport(1015, 713, 748); }, null);
  688.  
  689. if (client.Player.ConquerPoints >= 2000000000)
  690. {
  691. client.MsgTalkBox("you have Max Cps, Please try later");
  692. }
  693. else
  694. {
  695. client.Inventory.Remove(3000502, 7);
  696. client.Player.ConquerPoints += 1000000000;
  697. client.MsgTalkBox("Congratulations!");
  698. MsgName str = new MsgName(true);
  699. str.UID = client.Player.UID;
  700. str.Action = MsgName.Mode.Effect;
  701. str.Texts.Add("accession4");
  702. str.TextsCount = 1;
  703. client.Player.SendScreen(str);
  704. }
  705.  
  706. }
  707. else
  708. {
  709. dialog.Text("You don't have x7 StarDragonBall");
  710. dialog.Option("Ahh sorry.", 255);
  711. }
  712. break;
  713. }
  714.  
  715. }
  716. break;
  717. }
  718. #endregion
  719. #endregion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement