1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 |
[NpcAttribute(NpcID.SellItemsInnerPower)] public static void SellItemsInnerPower(Client.GameClient client, ServerSockets.Packet stream, byte Option, string Input, uint id) { //!Make -> MoAli - RankoS - Camila - Momen! Dialog data = new Dialog(client, stream); switch (Option) { case 0: { data.AddText("Hey " + client.Player.Name + " I'm Sell All Of Items One Of 5K And 50K CP[S] .") .AddOption("UniversalConcept(A)&(B)", 1)//614439 .AddOption("SecretofBreath(A)&(B)", 2) .AddOption("DragonTactics(A)&(B)", 3) .AddOption("DoctrineofDeity(A)(B)(C)", 4) .AddOption("DemonRider(A)(B)", 5) //-> 3007113& 3007114 .AddOption("BoundlessHeart(A)(B)(C)", 6) //EpicPower New 3D -> 671439 .AddOption("PuzzleofLife(A)(B)(C)", 7) .AddOption("PackPointsInner", 8) .AddOption("Let~me~think.", 255) .AddAvatar(63).FinalizeDialog(); //}//!Make -> MoAli - RankoS - Camila - Momen! break; } case 1: { if (!client.Inventory.HaveSpace(1)) { client.SendSysMesage("Please Fee up some space 1 Slots."); return; } else if (client.Player.ConquerPoints < 10000) { client.SendSysMesage("You don't have Enough Cps I'm Need 10k Cps."); return; }//!Make -> MoAli - RankoS - Camila - Momen! else { client.Player.ConquerPoints -= 10000; client.Inventory.Add(stream, 3005365); client.Inventory.Add(stream, 3005366); client.SendSysMesage("Congratz you got a UniversalConcept(A)(B) in your inventory."); } break; } case 2: { if (!client.Inventory.HaveSpace(1)) { client.SendSysMesage("Please Fee up some space 1 Slots."); return; } else if (client.Player.ConquerPoints < 10000) { client.SendSysMesage("You don't have Enough Cps I'm Need 10k Cps."); return; } else { client.Player.ConquerPoints -= 10000; client.Inventory.Add(stream, 3005395); client.Inventory.Add(stream, 3005396); client.SendSysMesage("Congratz you got a SecretofBreath(A)(B) in your inventory."); } break; } case 3://!Make -> MoAli - RankoS - Camila - Momen! { if (!client.Inventory.HaveSpace(1)) { client.SendSysMesage("Please Fee up some space 1 Slots."); return; } else if (client.Player.ConquerPoints < 10000) { client.SendSysMesage("You don't have Enough Cps I'm Need 10k Cps."); return; } else { client.Player.ConquerPoints -= 10000; client.Inventory.Add(stream, 3005397); client.Inventory.Add(stream, 3005398); client.SendSysMesage("Congratz you got a DragonTactics(A)(B) in your inventory."); } break; }//!Make -> MoAli - RankoS - Camila - Momen! case 4: { if (!client.Inventory.HaveSpace(1)) { client.SendSysMesage("Please Fee up some space 1 Slots."); return;//!Make -> MoAli - RankoS - Camila - Momen! } else if (client.Player.ConquerPoints < 15000) { client.SendSysMesage("You don't have Enough Cps I'm Need 15k Cps."); return; } else { client.Player.ConquerPoints -= 15000; client.Inventory.Add(stream, 3005399); client.Inventory.Add(stream, 3005400); client.Inventory.Add(stream, 3005401); client.SendSysMesage("Congratz you got a DoctrineofDeity(A)(B)(C) in your inventory."); } break; } case 5: { if (!client.Inventory.HaveSpace(1)) { client.SendSysMesage("Please Fee up some space 1 Slots."); return; } else if (client.Player.ConquerPoints < 10000) { client.SendSysMesage("You don't have Enough Cps I'm Need 10k Cps."); return; } else { client.Player.ConquerPoints -= 10000; client.Inventory.Add(stream, 3007113); client.Inventory.Add(stream, 3007114); client.SendSysMesage("Congratz you got a DemonRider(A)(B) in your inventory."); } break; } case 6: { if (!client.Inventory.HaveSpace(1)) { client.SendSysMesage("Please Fee up some space 1 Slots."); return; } else if (client.Player.ConquerPoints < 15000) { client.SendSysMesage("Congratz you got a DemonRider(A)(B) in your inventory."); nbsp; //!Make -> MoAli - RankoS - Camila - Momen! return; } else { client.Player.ConquerPoints -= 15000; client.Inventory.Add(stream, 3007115); client.Inventory.Add(stream, 3007116); client.Inventory.Add(stream, 3007117); client.SendSysMesage("Congratz you got a BoundlessHeart(A)(B)(C) in your inventory."); } break; }//!Make -> MoAli - RankoS - Camila - Momen! case 7: { if (!client.Inventory.HaveSpace(1)) { client.SendSysMesage("Please Fee up some space 1 Slots."); return; } else if (client.Player.ConquerPoints < 15000) { client.SendSysMesage("You don't have Enough Cps I'm Need 15k Cps."); return; } else { client.Player.ConquerPoints -= 15000; client.Inventory.Add(stream, 3007230); client.Inventory.Add(stream, 3007231); client.Inventory.Add(stream, 3007232); client.SendSysMesage("Congratz you got a PuzzleofLife(A)(B)(C) in your inventory."); } break; } case 8: { if (!client.Inventory.HaveSpace(1)) { client.SendSysMesage("Please Fee up some space 1 Slots."); return; } else if (client.Player.ConquerPoints < 50000) { client.SendSysMesage("You don't have Enough Cps I'm Need 50k Cps."); return; } else {//!Make -> MoAli - RankoS - Camila - Momen! client.Player.ConquerPoints -= 50000; client.Inventory.Add(stream, 3007110); client.SendSysMesage("Congratz you got a PackPointsInner in your inventory."); } break; } } |
1 |
} |
Class NpcID
1 |
SellItemsInnerPower = 665566, |
Class “MsgitemUsuagePacket”
Search in this is Code “3007110”
And Deleted it
Copy it’s Class And Paste In this it Code for edit,
1 2 3 4 5 6 7 8 9 10 11 |
case 3007110: { client.Inventory.Update(item, Role.Instance.AddMode.REMOVE, stream); client.Player.InnerPower.AddPotency(stream, client, 25000); client.Player.KingDomExploits += 150; client.Player.UpdateKingdomTreasury(360); client.Player.AddChampionPoints(100); client.SendSysMesage("You received 100 Champion Points,25000 Potency Points, 150 War Exploits and 360 points for Union Fund!", MsgMessage.ChatMode.System); break; } |
And If you wanna to Edit the Points in Pack,
it’s here for you wanna to edit, points
1 |
client.Player.InnerPower.AddPotency(stream, client, 25000); |
And i know for you see this is, code 25K Points,!
And it now done for npc
If you go to the server folder source, go to serverdb or name the NVT
Source
And Copy it and Paste in Text Name “SobNpc”
1 |
665566,InnerPower,2,54190,1010,78,51,0,0,1,1 |
74 تعليق “انبسي لبيع InnerPower And Pack Point’s InnerPower لسورس اليكس”
شكرا جزيلا
شكرا جزيلا
شكرا جزيلا
شكرا جزيلا
شكرا جزيلا
شكرا جزيلا
شكرا جزيلا
شكرا جزيلا
شكرا جزيلا
شكرا جزيلا
شكرا جزيلا
شكرا جزيلا
شكرا جزيلا
شكرا جزيلا
مرسي
شكرا
شكرا جزيلا
thank you
thank you
thank you