Advertisement
-MEMES-

- WeaponProf , By MEMES -

May 7th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 21.08 KB | None | 0 0
  1.  
  2.                 #region [ Weapon Prof ]
  3.                 case 100001:
  4.                     {
  5.                         dialog.Avatar(220);
  6.                         switch (npcRequest.OptionID)
  7.                         {
  8.  
  9.                             // Group 1 ~
  10.  
  11.                             case 0:
  12.                                 {
  13.                                     dialog.Text("Hey There i Can Give You Full Prof Weapon Star In One Hand And Two Hand Weapon For Free , Just Choose What Weapon Prof You Want Get It ?");
  14.                                     dialog.Option("WindwalkerFan .", 101);
  15.                                     dialog.Option("Fist .", 102);
  16.                                     dialog.Option("DivinePillar .", 103);
  17.                                     dialog.Option("PolarBacksword .", 104);
  18.                                     //dialog.Option("Hossu .", 105);
  19.                                     dialog.Option("Nobunaga`sClaw .", 106);
  20.                                     dialog.Option("Next Page .", 1);
  21.                                     dialog.Option("Wait a Minute .", 255);
  22.                                     dialog.Send();
  23.                                     break;
  24.                                 }
  25.                             #region [ Group 1 ]
  26.                             case 101:
  27.                                 {
  28.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  29.                                     proficiency.ID = 626; proficiency.Level = 20;
  30.                                     client.AddProficiency(proficiency);
  31.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( WindwalkerFan ) Weapon .");
  32.                                     break;
  33.                                 }
  34.                             case 102:
  35.                                 {
  36.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  37.                                     proficiency.ID = 624; proficiency.Level = 20;
  38.                                     client.AddProficiency(proficiency);
  39.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( Fist ) Weapon .");
  40.                                     break;
  41.                                 }
  42.                             case 103:
  43.                                 {
  44.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  45.                                     proficiency.ID = 622; proficiency.Level = 20;
  46.                                     client.AddProficiency(proficiency);
  47.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( DivinePillar ) Weapon .");
  48.                                     break;
  49.                                 }
  50.                             case 104:
  51.                                 {
  52.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  53.                                     proficiency.ID = 620; proficiency.Level = 20;
  54.                                     client.AddProficiency(proficiency);
  55.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( PolarBacksword ) Weapon .");
  56.                                     break;
  57.                                 }
  58.                             //case 105:
  59.                             //    {
  60.                             //        Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  61.                             //        proficiency.ID = 619; proficiency.Level = 20;
  62.                             //        client.AddProficiency(proficiency);
  63.                             //        client.Send("Congratulation You Have Successfully Got Max Proficiency In ( Hossu ) Weapon .");
  64.                             //        break;
  65.                             //    }
  66.                             case 106:
  67.                                 {
  68.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  69.                                     proficiency.ID = 616; proficiency.Level = 20;
  70.                                     client.AddProficiency(proficiency);
  71.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( Nobunaga`sClaw ) Weapon .");
  72.                                     break;
  73.                                 }
  74.                             #endregion
  75.  
  76.                             // Group 2 ~
  77.  
  78.                             case 1:
  79.                                 {
  80.                                     dialog.Text("Hey There i Can Give You Full Prof Weapon Star In One Hand And Two Hand Weapon For Free , Just Choose What Weapon Prof You Want Get It ?");
  81.                                     dialog.Option("CrossSaber .", 107);
  82.                                     dialog.Option("Pistol .", 108);
  83.                                     dialog.Option("Rapier .", 109);
  84.                                     dialog.Option("PrayerBeads .", 110);
  85.                                     dialog.Option("Nunchaku .", 111);
  86.                                     dialog.Option("ThrowingKnife .", 112);
  87.                                     dialog.Option("Next Page .", 2);
  88.                                     dialog.Option("Back Page .", 0);
  89.                                     dialog.Send();
  90.                                     break;
  91.                                 }
  92.                             #region [ Group 2 ]
  93.                             case 107:
  94.                                 {
  95.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  96.                                     proficiency.ID = 614; proficiency.Level = 20;
  97.                                     client.AddProficiency(proficiency);
  98.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( CrossSaber ) Weapon .");
  99.                                     break;
  100.                                 }
  101.                             case 108:
  102.                                 {
  103.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  104.                                     proficiency.ID = 612; proficiency.Level = 20;
  105.                                     client.AddProficiency(proficiency);
  106.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( Pistol ) Weapon .");
  107.                                     break;
  108.                                 }
  109.                             case 109:
  110.                                 {
  111.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  112.                                     proficiency.ID = 611; proficiency.Level = 20;
  113.                                     client.AddProficiency(proficiency);
  114.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( Rapier ) Weapon .");
  115.                                     break;
  116.                                 }
  117.                             case 110:
  118.                                 {
  119.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  120.                                     proficiency.ID = 610; proficiency.Level = 20;
  121.                                     client.AddProficiency(proficiency);
  122.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( PrayerBeads ) Weapon .");
  123.                                     break;
  124.                                 }
  125.                             case 111:
  126.                                 {
  127.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  128.                                     proficiency.ID = 617; proficiency.Level = 20;
  129.                                     client.AddProficiency(proficiency);
  130.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( Nunchaku ) Weapon .");
  131.                                     break;
  132.                                 }
  133.                             case 112:
  134.                                 {
  135.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  136.                                     proficiency.ID = 613; proficiency.Level = 20;
  137.                                     client.AddProficiency(proficiency);
  138.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( ThrowingKnife ) Weapon .");
  139.                                     break;
  140.                                 }
  141.                             #endregion
  142.  
  143.                             // Group 3 ~
  144.  
  145.                             case 2:
  146.                                 {
  147.                                     dialog.Text("Hey There i Can Give You Full Prof Weapon Star In One Hand And Two Hand Weapon For Free , Just Choose What Weapon Prof You Want Get It ?");
  148.                                     dialog.Option("NinjaSword .", 113);
  149.                                     dialog.Option("Scythe .", 114);
  150.                                     dialog.Option("Blade .", 115);
  151.                                     dialog.Option("Sword .", 116);
  152.                                     dialog.Option("Club .", 117);
  153.                                     dialog.Option("Dagger .", 118);
  154.                                     dialog.Option("Next Page .", 3);
  155.                                     dialog.Option("Back Page .", 1);
  156.                                     dialog.Send();
  157.                                     break;
  158.                                 }
  159.                             #region [ Group 3 ]
  160.                             case 113:
  161.                                 {
  162.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  163.                                     proficiency.ID = 601; proficiency.Level = 20;
  164.                                     client.AddProficiency(proficiency);
  165.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( NinjaSword ) Weapon .");
  166.                                     break;
  167.                                 }
  168.                             case 114:
  169.                                 {
  170.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  171.                                     proficiency.ID = 511; proficiency.Level = 20;
  172.                                     client.AddProficiency(proficiency);
  173.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( Scythe ) Weapon .");
  174.                                     break;
  175.                                 }
  176.                             case 115:
  177.                                 {
  178.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  179.                                     proficiency.ID = 410; proficiency.Level = 20;
  180.                                     client.AddProficiency(proficiency);
  181.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( Blade ) Weapon .");
  182.                                     break;
  183.                                 }
  184.                             case 116:
  185.                                 {
  186.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  187.                                     proficiency.ID = 420; proficiency.Level = 20;
  188.                                     client.AddProficiency(proficiency);
  189.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( Sword ) Weapon .");
  190.                                     break;
  191.                                 }
  192.                             case 117:
  193.                                 {
  194.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  195.                                     proficiency.ID = 480; proficiency.Level = 20;
  196.                                     client.AddProficiency(proficiency);
  197.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( Club ) Weapon .");
  198.                                     break;
  199.                                 }
  200.                             case 118:
  201.                                 {
  202.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  203.                                     proficiency.ID = 490; proficiency.Level = 20;
  204.                                     client.AddProficiency(proficiency);
  205.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( Dagger ) Weapon .");
  206.                                     break;
  207.                                 }
  208.                             #endregion
  209.  
  210.                             // Group 4 ~
  211.  
  212.                             case 3:
  213.                                 {
  214.                                     dialog.Text("Hey There i Can Give You Full Prof Weapon Star In One Hand And Two Hand Weapon For Free , Just Choose What Weapon Prof You Want Get It ?");
  215.                                     dialog.Option("Bow .", 119);
  216.                                     dialog.Option("Backsword .", 120);
  217.                                     dialog.Option("Boxing .", 121);
  218.                                     dialog.Option("Hook .", 122);
  219.                                     dialog.Option("Whip .", 123);
  220.                                     dialog.Option("Axe .", 124);
  221.                                     dialog.Option("Next Page .", 4);
  222.                                     dialog.Option("Back Page .", 2);
  223.                                     dialog.Send();
  224.                                     break;
  225.                                 }
  226.                             #region [ Group 4 ]
  227.                             case 119:
  228.                                 {
  229.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  230.                                     proficiency.ID = 500; proficiency.Level = 20;
  231.                                     client.AddProficiency(proficiency);
  232.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( Bow ) Weapon .");
  233.                                     break;
  234.                                 }
  235.                             case 120:
  236.                                 {
  237.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  238.                                     proficiency.ID = 421; proficiency.Level = 20;
  239.                                     client.AddProficiency(proficiency);
  240.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( Backsword ) Weapon .");
  241.                                     break;
  242.                                 }
  243.                             case 121:
  244.                                 {
  245.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  246.                                     proficiency.ID = 000; proficiency.Level = 20;
  247.                                     client.AddProficiency(proficiency);
  248.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( Boxing ) Weapon .");
  249.                                     break;
  250.                                 }
  251.                             case 122:
  252.                                 {
  253.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  254.                                     proficiency.ID = 430; proficiency.Level = 20;
  255.                                     client.AddProficiency(proficiency);
  256.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( Hook ) Weapon .");
  257.                                     break;
  258.                                 }
  259.                             case 123:
  260.                                 {
  261.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  262.                                     proficiency.ID = 440; proficiency.Level = 20;
  263.                                     client.AddProficiency(proficiency);
  264.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( Whip ) Weapon .");
  265.                                     break;
  266.                                 }
  267.                             case 124:
  268.                                 {
  269.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  270.                                     proficiency.ID = 450; proficiency.Level = 20;
  271.                                     client.AddProficiency(proficiency);
  272.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( Axe ) Weapon .");
  273.                                     break;
  274.                                 }
  275.                             #endregion
  276.  
  277.                             // Group 5 ~
  278.  
  279.                             case 4:
  280.                                 {
  281.                                     dialog.Text("Hey There i Can Give You Full Prof Weapon Star In One Hand And Two Hand Weapon For Free , Just Choose What Weapon Prof You Want Get It ?");
  282.                                     dialog.Option("Spear .", 125);
  283.                                     dialog.Option("Wand .", 126);
  284.                                     dialog.Option("LongHammer .", 127);
  285.                                     dialog.Option("Poleaxe .", 128);
  286.                                     dialog.Option("Back Page .", 3);
  287.                                     dialog.Option("Wait a Minute .", 255);
  288.                                     dialog.Send();
  289.                                     break;
  290.                                 }
  291.                             #region [ Group 5 ]
  292.                             case 125:
  293.                                 {
  294.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  295.                                     proficiency.ID = 560; proficiency.Level = 20;
  296.                                     client.AddProficiency(proficiency);
  297.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( Spear ) Weapon .");
  298.                                     break;
  299.                                 }
  300.                             case 126:
  301.                                 {
  302.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  303.                                     proficiency.ID = 561; proficiency.Level = 20;
  304.                                     client.AddProficiency(proficiency);
  305.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( Wand ) Weapon .");
  306.                                     break;
  307.                                 }
  308.                             case 127:
  309.                                 {
  310.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  311.                                     proficiency.ID = 540; proficiency.Level = 20;
  312.                                     client.AddProficiency(proficiency);
  313.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( LongHammer ) Weapon .");
  314.                                     break;
  315.                                 }
  316.                             case 128:
  317.                                 {
  318.                                     Interfaces.IProf proficiency = new KonquerGaming.Network.GamePackets.Proficiency(true);
  319.                                     proficiency.ID = 530; proficiency.Level = 20;
  320.                                     client.AddProficiency(proficiency);
  321.                                     client.Send("Congratulation You Have Successfully Got Max Proficiency In ( Poleaxe ) Weapon .");
  322.                                     break;
  323.                                 }
  324.                             #endregion
  325.  
  326.                         }
  327.                         break;
  328.                     }
  329.                 #endregion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement