Advertisement
Guest User

FelipeXPEventou

a guest
Oct 4th, 2015
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.40 KB | None | 0 0
  1. #region P5DragonSoulPack
  2. case 3005892:
  3. {
  4. client.Inventory.Remove(item, Game.Enums.ItemUse.Remove);
  5. Random R = new Random();
  6. int Nr = R.Next(1, 5);
  7. if (Nr == 1)
  8. {
  9. client.Inventory.Add(800415, 0, 1);
  10. }
  11. if (Nr == 2)
  12. {
  13. client.Inventory.Add(820056, 0, 1);
  14.  
  15. }
  16. if (Nr == 3)
  17. {
  18. client.Inventory.Add(820057, 0, 1);
  19.  
  20. }
  21. if (Nr == 4)
  22. {
  23. client.Inventory.Add(821028, 0, 1);
  24.  
  25. }
  26. if (Nr == 5)
  27. {
  28. client.Inventory.Add(821030, 0, 1);
  29.  
  30. }
  31. break;
  32. }
  33. #endregion
  34. #region P7EquipmentSoulPack
  35. case 3004248:
  36. {
  37. client.Inventory.Remove(item, Game.Enums.ItemUse.Remove);
  38. Random R = new Random();
  39. int Nr = R.Next(1, 16);
  40. if (Nr == 1)
  41. {
  42. client.Inventory.Add(820073, 0, 1);
  43. }
  44. if (Nr == 2)
  45. {
  46. client.Inventory.Add(820074, 0, 1);
  47.  
  48. }
  49. if (Nr == 3)
  50. {
  51. client.Inventory.Add(820075, 0, 1);
  52.  
  53. }
  54. if (Nr == 4)
  55. {
  56. client.Inventory.Add(820076, 0, 1);
  57.  
  58. }
  59. if (Nr == 5)
  60. {
  61. client.Inventory.Add(821033, 0, 1);
  62.  
  63. }
  64. if (Nr == 6)
  65. {
  66. client.Inventory.Add(821034, 0, 1);
  67.  
  68. }
  69. if (Nr == 7)
  70. {
  71. client.Inventory.Add(822071, 0, 1);
  72.  
  73. }
  74. if (Nr == 8)
  75. {
  76. client.Inventory.Add(822072, 0, 1);
  77.  
  78. }
  79. if (Nr == 9)
  80. {
  81. client.Inventory.Add(823058, 0, 1);
  82.  
  83. }
  84. if (Nr == 10)
  85. {
  86. client.Inventory.Add(823059, 0, 1);
  87. }
  88. if (Nr == 11)
  89. {
  90. client.Inventory.Add(823060, 0, 1);
  91. }
  92. if (Nr == 12)
  93. {
  94. client.Inventory.Add(824018, 0, 1);
  95.  
  96. }
  97. if (Nr == 13)
  98. {
  99. client.Inventory.Add(824019, 0, 1);
  100.  
  101. }
  102. if (Nr == 14)
  103. {
  104. client.Inventory.Add(824020, 0, 1);
  105.  
  106. }
  107. if (Nr == 15)
  108. {
  109. client.Inventory.Add(823061, 0, 1);
  110.  
  111. }
  112. if (Nr == 16)
  113. {
  114. client.Inventory.Add(823062, 0, 1);
  115.  
  116. }
  117. break;
  118. }
  119. #endregion
  120. #region SacredRefineryPack
  121. case 3004249:
  122. {
  123. client.Inventory.Remove(item, Game.Enums.ItemUse.Remove);
  124. Random R = new Random();
  125. int Nr = R.Next(1, 31);
  126. if (Nr == 1)
  127. {
  128. client.Inventory.Add(3004136, 0, 1);
  129. }
  130. if (Nr == 2)
  131. {
  132. client.Inventory.Add(3004146, 0, 1);
  133.  
  134. }
  135. if (Nr == 3)
  136. {
  137. client.Inventory.Add(3004155, 0, 1);
  138.  
  139. }
  140. if (Nr == 4)
  141. {
  142. client.Inventory.Add(3004157, 0, 1);
  143.  
  144. }
  145. if (Nr == 5)
  146. {
  147. client.Inventory.Add(3004137, 0, 1);
  148.  
  149. }
  150. if (Nr == 6)
  151. {
  152. client.Inventory.Add(3004156, 0, 1);
  153.  
  154. }
  155. if (Nr == 7)
  156. {
  157. client.Inventory.Add(3004147, 0, 1);
  158.  
  159. }
  160. if (Nr == 8)
  161. {
  162. client.Inventory.Add(3004158, 0, 1);
  163.  
  164. }
  165. if (Nr == 9)
  166. {
  167. client.Inventory.Add(3004138, 0, 1);
  168.  
  169. }
  170. if (Nr == 10)
  171. {
  172. client.Inventory.Add(3004148, 0, 1);
  173. }
  174. if (Nr == 11)
  175. {
  176. client.Inventory.Add(3004139, 0, 1);
  177. }
  178. if (Nr == 12)
  179. {
  180. client.Inventory.Add(3004149, 0, 1);
  181.  
  182. }
  183. if (Nr == 13)
  184. {
  185. client.Inventory.Add(3004140, 0, 1);
  186.  
  187. }
  188. if (Nr == 14)
  189. {
  190. client.Inventory.Add(3004141, 0, 1);
  191.  
  192. }
  193. if (Nr == 15)
  194. {
  195. client.Inventory.Add(3004150, 0, 1);
  196.  
  197. }
  198. if (Nr == 16)
  199. {
  200. client.Inventory.Add(3004159, 0, 1);
  201.  
  202. }
  203. if (Nr == 17)
  204. {
  205. client.Inventory.Add(3004163, 0, 1);
  206.  
  207. }
  208. if (Nr == 18)
  209. {
  210. client.Inventory.Add(3004164, 0, 1);
  211.  
  212. }
  213. if (Nr == 19)
  214. {
  215. client.Inventory.Add(3004142, 0, 1);
  216.  
  217. }
  218. if (Nr == 20)
  219. {
  220. client.Inventory.Add(3004151, 0, 1);
  221.  
  222. }
  223. if (Nr == 21)
  224. {
  225. client.Inventory.Add(3004160, 0, 1);
  226.  
  227. }
  228. if (Nr == 22)
  229. {
  230. client.Inventory.Add(3004143, 0, 1);
  231.  
  232. }
  233. if (Nr == 23)
  234. {
  235. client.Inventory.Add(3004152, 0, 1);
  236.  
  237. }
  238. if (Nr == 24)
  239. {
  240. client.Inventory.Add(3004161, 0, 1);
  241.  
  242. }
  243. if (Nr == 25)
  244. {
  245. client.Inventory.Add(3004165, 0, 1);
  246.  
  247. }
  248. if (Nr == 26)
  249. {
  250. client.Inventory.Add(3004166, 0, 1);
  251.  
  252. }
  253. if (Nr == 27)
  254. {
  255. client.Inventory.Add(3004144, 0, 1);
  256.  
  257. }
  258. if (Nr == 28)
  259. {
  260. client.Inventory.Add(3004153, 0, 1);
  261.  
  262. }
  263. if (Nr == 29)
  264. {
  265. client.Inventory.Add(3004145, 0, 1);
  266.  
  267. }
  268. if (Nr == 30)
  269. {
  270. client.Inventory.Add(3004154, 0, 1);
  271.  
  272. }
  273. if (Nr == 31)
  274. {
  275. client.Inventory.Add(3004162, 0, 1);
  276.  
  277. }
  278. break;
  279. }
  280. #endregion
  281. #region P7WeaponSoulPack
  282. case 3004247:
  283. {
  284. client.Inventory.Remove(item, Game.Enums.ItemUse.Remove);
  285. Random R = new Random();
  286. int Nr = R.Next(1, 14);
  287. if (Nr == 1)
  288. {
  289. client.Inventory.Add(800020, 0, 1);
  290. }
  291. if (Nr == 2)
  292. {
  293. client.Inventory.Add(800111, 0, 1);
  294.  
  295. }
  296. if (Nr == 3)
  297. {
  298. client.Inventory.Add(800142, 0, 1);
  299.  
  300. }
  301. if (Nr == 4)
  302. {
  303. client.Inventory.Add(800215, 0, 1);
  304.  
  305. }
  306. if (Nr == 5)
  307. {
  308. client.Inventory.Add(800255, 0, 1);
  309.  
  310. }
  311. if (Nr == 6)
  312. {
  313. client.Inventory.Add(800422, 0, 1);
  314.  
  315. }
  316. if (Nr == 7)
  317. {
  318. client.Inventory.Add(800522, 0, 1);
  319.  
  320. }
  321. if (Nr == 8)
  322. {
  323. client.Inventory.Add(800618, 0, 1);
  324.  
  325. }
  326. if (Nr == 9)
  327. {
  328. client.Inventory.Add(800725, 0, 1);
  329.  
  330. }
  331. if (Nr == 10)
  332. {
  333. client.Inventory.Add(800810, 0, 1);
  334. }
  335. if (Nr == 11)
  336. {
  337. client.Inventory.Add(800811, 0, 1);
  338. }
  339. if (Nr == 12)
  340. {
  341. client.Inventory.Add(800917, 0, 1);
  342.  
  343. }
  344. if (Nr == 13)
  345. {
  346. client.Inventory.Add(801004, 0, 1);
  347.  
  348. }
  349. if (Nr == 14)
  350. {
  351. client.Inventory.Add(801104, 0, 1);
  352.  
  353. }
  354. break;
  355. }
  356. #endregion
  357. #region P6WeaponSoulPack
  358. case 729122:
  359. {
  360. client.Inventory.Remove(item, Game.Enums.ItemUse.Remove);
  361. Random R = new Random();
  362. int Nr = R.Next(1, 14);
  363. if (Nr == 1)
  364. {
  365. client.Inventory.Add(800000, 0, 1);
  366. }
  367. if (Nr == 2)
  368. {
  369. client.Inventory.Add(800017, 0, 1);
  370.  
  371. }
  372. if (Nr == 3)
  373. {
  374. client.Inventory.Add(800110, 0, 1);
  375.  
  376. }
  377. if (Nr == 4)
  378. {
  379. client.Inventory.Add(800254, 0, 1);
  380.  
  381. }
  382. if (Nr == 5)
  383. {
  384. client.Inventory.Add(800320, 0, 1);
  385.  
  386. }
  387. if (Nr == 6)
  388. {
  389. client.Inventory.Add(800421, 0, 1);
  390.  
  391. }
  392. if (Nr == 7)
  393. {
  394. client.Inventory.Add(800513, 0, 1);
  395.  
  396. }
  397. if (Nr == 8)
  398. {
  399. client.Inventory.Add(800616, 0, 1);
  400.  
  401. }
  402. if (Nr == 9)
  403. {
  404. client.Inventory.Add(800722, 0, 1);
  405.  
  406. }
  407. if (Nr == 10)
  408. {
  409. client.Inventory.Add(800804, 0, 1);
  410. }
  411. if (Nr == 11)
  412. {
  413. client.Inventory.Add(800809, 0, 1);
  414. }
  415. if (Nr == 12)
  416. {
  417. client.Inventory.Add(800916, 0, 1);
  418.  
  419. }
  420. if (Nr == 13)
  421. {
  422. client.Inventory.Add(801003, 0, 1);
  423.  
  424. }
  425. if (Nr == 14)
  426. {
  427. client.Inventory.Add(801103, 0, 1);
  428.  
  429. }
  430. break;
  431. }
  432. #endregion
  433. #region P6DragonSoulPack
  434. case 727317:
  435. {
  436. client.Inventory.Remove(item, Game.Enums.ItemUse.Remove);
  437. Random R = new Random();
  438. int Nr = R.Next(1, 11);
  439. if (Nr == 1)
  440. {
  441. client.Inventory.Add(822053, 0, 1);
  442. }
  443. if (Nr == 2)
  444. {
  445. client.Inventory.Add(822055, 0, 1);
  446.  
  447. }
  448. if (Nr == 3)
  449. {
  450. client.Inventory.Add(823055, 0, 1);
  451.  
  452. }
  453. if (Nr == 4)
  454. {
  455. client.Inventory.Add(823056, 0, 1);
  456.  
  457. }
  458. if (Nr == 5)
  459. {
  460. client.Inventory.Add(823057, 0, 1);
  461.  
  462. }
  463. if (Nr == 6)
  464. {
  465. client.Inventory.Add(824017, 0, 1);
  466.  
  467. }
  468. if (Nr == 7)
  469. {
  470. client.Inventory.Add(821031, 0, 1);
  471.  
  472. }
  473. if (Nr == 8)
  474. {
  475. client.Inventory.Add(821032, 0, 1);
  476.  
  477. }
  478. if (Nr == 9)
  479. {
  480. client.Inventory.Add(820071, 0, 1);
  481.  
  482. }
  483. if (Nr == 10)
  484. {
  485. client.Inventory.Add(820072, 0, 1);
  486. }
  487. break;
  488. }
  489. #endregion
  490. #region Surprise-Box
  491. case 722178:
  492. {
  493. if (client.Inventory.Count <= 38)
  494. {
  495. client.Inventory.Remove(item, Game.Enums.ItemUse.RemoveFromStack);
  496. //client.Inventory.Add(722057, 0, 1);//PowerEXPBall
  497. client.Entity.ConquerPoints += 2000;
  498. }
  499. else
  500. {
  501. client.Send(new Message("You Must have 1 space in you Inventory To Open You Box", Color.White, 255));
  502. }
  503. break;
  504. }
  505. #endregion
  506.  
  507. #region Class1MoneyBag
  508. case 723713:
  509. {
  510. client.Inventory.Remove(item, Game.Enums.ItemUse.RemoveFromStack);
  511. client.Entity.Money += 300000;
  512. break;
  513. }
  514. #endregion
  515. #region Class2MoneyBag
  516. case 723714:
  517. {
  518. client.Inventory.Remove(item, Game.Enums.ItemUse.RemoveFromStack);
  519. client.Entity.Money += 800000;
  520. break;
  521. }
  522. #endregion
  523. #region Class3MoneyBag
  524. case 723715:
  525. {
  526. client.Inventory.Remove(item, Game.Enums.ItemUse.RemoveFromStack);
  527. client.Entity.Money += 1200000;
  528. break;
  529. }
  530. #endregion
  531. #region Class4MoneyBag
  532. case 723716:
  533. {
  534. client.Inventory.Remove(item, Game.Enums.ItemUse.RemoveFromStack);
  535. client.Entity.Money += 1800000;
  536. break;
  537. }
  538. #endregion
  539. #region Class5MoneyBag
  540. case 723717:
  541. {
  542. client.Inventory.Remove(item, Game.Enums.ItemUse.RemoveFromStack);
  543. client.Entity.Money += 5000000;
  544. break;
  545. }
  546. #endregion
  547. #region Class6MoneyBag
  548. case 723718:
  549. {
  550. client.Inventory.Remove(item, Game.Enums.ItemUse.RemoveFromStack);
  551. client.Entity.Money += 20000000;
  552. break;
  553. }
  554. #endregion
  555. #region Class7MoneyBag
  556. case 723719:
  557. {
  558. client.Inventory.Remove(item, Game.Enums.ItemUse.RemoveFromStack);
  559. client.Entity.Money += 25000000;
  560. break;
  561. }
  562. #endregion
  563. #region Class8MoneyBag
  564. case 723720:
  565. {
  566. client.Inventory.Remove(item, Game.Enums.ItemUse.RemoveFromStack);
  567. client.Entity.Money += 80000000;
  568. break;
  569. }
  570. #endregion
  571. #region Class9MoneyBag
  572. case 723721:
  573. {
  574. client.Inventory.Remove(item, Game.Enums.ItemUse.RemoveFromStack);
  575. client.Entity.Money += 100000000;
  576. break;
  577. }
  578. #endregion
  579. #region Class10MoneyBag
  580. case 723722:
  581. {
  582. client.Inventory.Remove(item, Game.Enums.ItemUse.RemoveFromStack);
  583. client.Entity.Money += 300000000;
  584. break;
  585. }
  586. #endregion
  587. #region BeginnerPackL1
  588. case 723753:
  589. {
  590. if (client.Entity.Level >= 1)
  591. {
  592. if (client.Inventory.Count < 33)
  593. {
  594. client.Entity.Money += 5000;
  595. client.Entity.ConquerPoints += 5000;
  596. client.Inventory.Add(1000000, 0, 3);
  597. client.Inventory.Add(1001000, 0, 3);
  598. client.Inventory.Add(723755, 0, 1);
  599. client.Inventory.Add(1060020, 0, 1);
  600. client.Inventory.Remove(item, Conquer_Online_Server.Game.Enums.ItemUse.RemoveFromStack);
  601. }
  602. else
  603. client.Send(new Message("You need to make atleast 7 free spots in your inventory.", System.Drawing.Color.Red, Message.TopLeft));
  604. }
  605. else
  606. client.Send(new Message("You must be atleast level 1", System.Drawing.Color.Red, Message.TopLeft));
  607.  
  608.  
  609. break;
  610. }
  611. #endregion
  612. #region BeginnerPackL10
  613. case 723755:
  614. {
  615. if (client.Entity.Level >= 10)
  616. {
  617. if (client.Inventory.Count < 24)
  618. {
  619.  
  620. client.Inventory.Add(723700, 0, 10);//ExpBall
  621. client.Inventory.Add(723017, 0, 3); //ExpPotion
  622. client.Inventory.Add(723767, 0, 1);
  623. client.Entity.Money += 7000;
  624. client.Entity.ConquerPoints += 7000;
  625. client.Inventory.Remove(item, Conquer_Online_Server.Game.Enums.ItemUse.RemoveFromStack);
  626. }
  627. else
  628. client.Send(new Message("You need to make atleast 14 free spots in your inventory.", System.Drawing.Color.Red, Message.TopLeft));
  629. }
  630. else
  631. client.Send(new Message("You must be atleast level 10", System.Drawing.Color.Red, Message.TopLeft));
  632.  
  633.  
  634. break;
  635. }
  636. #endregion
  637. #region BeginnerPackL70
  638. case 723767:
  639. {
  640. if (client.Entity.Level >= 70)
  641. {
  642. if (client.Inventory.Count < 36)
  643. {
  644. client.Inventory.Add(723017, 0, 5); //ExpPotion
  645. client.Entity.ConquerPoints += 20;
  646. client.Inventory.Add(1080001, 0, 1); //Emerald
  647. client.Inventory.Add(723772, 0, 1);
  648. client.Inventory.Add(1060020, 0, 5);
  649. client.Entity.Money += 7000;
  650. client.Entity.ConquerPoints += 7000;
  651. client.Inventory.Remove(item, Conquer_Online_Server.Game.Enums.ItemUse.RemoveFromStack);
  652. }
  653. else
  654. client.Send(new Message("You need to make atleast 7 free spots in your inventory.", System.Drawing.Color.Red, Message.TopLeft));
  655. }
  656. else
  657. client.Send(new Message("You must be atleast level 70", System.Drawing.Color.Red, Message.TopLeft));
  658.  
  659. break;
  660. }
  661. #endregion
  662. #region BeginnerPackL100
  663. case 723772:
  664. {
  665. if (client.Entity.Level >= 100)
  666. {
  667. if (client.Inventory.Count < 28)
  668. {
  669. client.Entity.Money += 10000;
  670. client.Entity.ConquerPoints += 10000;
  671. client.Inventory.Add(721245, 0, 1);
  672. client.Inventory.Add(723774, 0, 1);
  673. client.Inventory.Add(723017, 0, 10); //ExpPotion
  674. if (client.Entity.Class <= 15)
  675. client.Inventory.Add(800010, 0, 1); //Trojan
  676. else if (client.Entity.Class <= 25)
  677. client.Inventory.Add(800410, 0, 1); //Warrior
  678. else if (client.Entity.Class <= 45)
  679. client.Inventory.Add(800610, 0, 1); //Archer
  680. else if (client.Entity.Class <= 55)
  681. client.Inventory.Add(800010, 0, 1); //Ninja
  682. else if (client.Entity.Class <= 65)
  683. client.Inventory.Add(800010, 0, 1); //Monk
  684. else //Taoist
  685. client.Inventory.Add(800508, 0, 1);
  686.  
  687. client.Inventory.Remove(item, Conquer_Online_Server.Game.Enums.ItemUse.RemoveFromStack);
  688.  
  689.  
  690. }
  691. else
  692. client.Send(new Message("You need to make atleast 12 free spots in your inventory.", System.Drawing.Color.Red, Message.TopLeft));
  693. }
  694. else
  695. client.Send(new Message("You must be atleast level 100", System.Drawing.Color.Red, Message.TopLeft));
  696. break;
  697. }
  698. #endregion
  699. #region BeginnerPackL110
  700. case 723774:
  701. {
  702. if (client.Entity.Level >= 110)
  703. {
  704. if (client.Inventory.Count < 27)
  705. {
  706. client.Inventory.Add(723776, 0, 1);
  707. client.Inventory.Add(721090, 0, 1);//MoonBox
  708. client.Inventory.Add(723017, 0, 10); //ExpPotion
  709. if (client.Entity.Class <= 15)
  710. CheckCommand("@item MythicBlade Super 0 0 0 13 0", client);
  711. else if (client.Entity.Class <= 25)
  712. CheckCommand("@item DragonWand Super 0 0 0 13 0", client);
  713. else if (client.Entity.Class <= 45)
  714. CheckCommand("@item AncientBow Super 0 0 0 13 0", client);
  715. else if (client.Entity.Class <= 55)
  716. CheckCommand("@item FlameKatana Super 0 0 0 13 0", client);
  717. else if (client.Entity.Class <= 65)
  718. CheckCommand("@item BeadsOfConsciousness Super 0 0 0 13 0", client);
  719. else
  720. CheckCommand("@item ThunBacksword Super 0 0 0 3 0", client);
  721. client.Entity.ConquerPoints += 30;
  722. client.Inventory.Remove(item, Conquer_Online_Server.Game.Enums.ItemUse.RemoveFromStack);
  723. }
  724. else
  725. client.Send(new Message("You need to make atleast 13 free spots in your inventory.", System.Drawing.Color.Red, Message.TopLeft));
  726. }
  727. else
  728. client.Send(new Message("You must be atleast level 110", System.Drawing.Color.Red, Message.TopLeft));
  729. break;
  730. }
  731. #endregion
  732. #region BeginnerPackL120
  733. case 723776:
  734. {
  735. if (client.Entity.Level >= 120)
  736. {
  737.  
  738. client.Entity.Money += 10000;
  739. client.Entity.ConquerPoints += 10000;
  740. client.Inventory.Remove(item, Conquer_Online_Server.Game.Enums.ItemUse.RemoveFromStack);
  741. }
  742.  
  743. else
  744. client.Send(new Message("You must be atleast level 120", System.Drawing.Color.Red, Message.TopLeft));
  745. break;
  746. }
  747. #endregion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement