ان بى سى بيع ايتمز التعريفات
هتضيف الاكواد دي في السورس
Npc.cs
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 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 |
#region Sub-Classes & Promotion Seller case 5688: { switch (npcRequest.OptionID) { case 0: { dialog.Text("Hello! I sell Sub-Classes & Promotion items!"); dialog.Text("/nWhich Item would you like to buy?"); dialog.Option("MoonBox [10.000 CPs]", 1); dialog.Option("EuxeniteOre [10.000 CPs]", 2); dialog.Option("Emerald [10.000 CPs]", 3); dialog.Option("10 MeteorTear [10.000 CPs]", 4); dialog.Option("10 Bombs [10.000 CPs]", 5); dialog.Option("Rate5GoldOre [10.000 CPs]", 12); dialog.Option("Next Page.", 11); dialog.Send(); break; } case 11: { dialog.Text("Hello! I sell Sub-Classes & Promotion items!"); dialog.Text("/nWhich Item would you like to buy?"); dialog.Option("1 YinYang Fruit [10.000 CPs]", 6); dialog.Option("5 Celestial Stones [10.000 CPs]", 7); dialog.Option("20 Lucky Amulets [10.000 CPs]", 8); dialog.Option("5x 3 Orchids [10.000 CPs]", 9); dialog.Option("40 Saddles [10.000 CPs]", 10); dialog.Option("ModestyBook[10.000 CPs].", 13); dialog.Send(); break; } case 13: { if (client.Entity.ConquerPoints >= 1050) { client.Entity.ConquerPoints -= 1050; client.inventory.Add(723342, 0, 1); } else { dialog.Text("You don't have enough cps!"); dialog.Option("DAHH!", 255); dialog.Send(); } break; } case 12: { if (client.Entity.ConquerPoints >= 10000) { client.Entity.ConquerPoints -= 10000; client.inventory.Add(1072054, 0, 1); } else { dialog.Text("You don't have enough cps!"); dialog.Option("DAHH!", 255); dialog.Send(); } break; } case 1: { if (client.Entity.ConquerPoints >= 10000) { client.Entity.ConquerPoints -= 10000; client.inventory.Add(721090, 0, 1); } else { dialog.Text("You don't have enough cps!"); dialog.Option("DAHH!", 255); dialog.Send(); } break; } case 2: { if (client.Entity.ConquerPoints >= 10000) { client.Entity.ConquerPoints -= 10000; client.inventory.Add(1072031, 0, 1); } else { dialog.Text("You don't have enough cps!"); dialog.Option("DAHH!", 255); dialog.Send(); } break; } case 3: { if (client.Entity.ConquerPoints >= 10000) { client.Entity.ConquerPoints -= 10000; client.inventory.Add(1080001, 0, 1); } else { dialog.Text("You don't have enough cps!"); dialog.Option("DAHH!", 255); dialog.Send(); } break; } case 4: { if (client.Entity.ConquerPoints >= 10000) { client.Entity.ConquerPoints -= 10000; client.inventory.Add(1088002, 0, 10); } else { dialog.Text("You don't have enough cps!"); dialog.Option("DAHH!", 255); dialog.Send(); } break; } case 5: { if (client.Entity.ConquerPoints >= 10000) { client.Entity.ConquerPoints -= 10000; client.inventory.Add(721261, 0, 10); } else { dialog.Text(" AHHH You don't have enough cps!"); dialog.Option("DAHH!", 255); dialog.Send(); } break; } case 6: { if (client.Entity.ConquerPoints >= 10000) { client.Entity.ConquerPoints -= 10000; client.inventory.Add(711188, 0, 1); } else { dialog.Text("You don't have enough cps!"); dialog.Option("DAHH!", 255); dialog.Send(); } break; } case 7: { if (client.Entity.ConquerPoints >= 10000) { client.Entity.ConquerPoints -= 10000; client.inventory.Add(721259, 0, 5); } else { dialog.Text("You don't have enough cps!"); dialog.Option("DAHH!", 255); dialog.Send(); } break; } case 8: { if (client.Entity.ConquerPoints >= 10000) { client.Entity.ConquerPoints -= 10000; client.inventory.Add(723087, 0, 20); } else { dialog.Text("You don't have enough cps!"); dialog.Option("DAHH!", 255); dialog.Send(); } break; } case 9: { if (client.Entity.ConquerPoints >= 10000) { client.Entity.ConquerPoints -= 10000; client.inventory.Add(753003, 0, 5); } else { dialog.Text("You don't have enough cps!"); dialog.Option("DAHH!", 255); dialog.Send(); } break; } case 10: { if (client.Entity.ConquerPoints >= 10000) { client.Entity.ConquerPoints -= 10000; client.inventory.Add(723903, 0, 40); } else { dialog.Text("You don't have enough cps!"); dialog.Option("DAHH!", 255); dialog.Send(); } break; } } break; } #endregion |
وهتدخل علي النافيكات وتدخل علي npcs
وتبحث في id عن 5688 وتغير mapid و cellx و celly
للاماكن اللي حضرتك عاوزها ولو مش موجود ضيفة
4 تعليقات “npc بيبيع حجات الترقية و sub class”
يا جدعان ونبي حد ينزل انبي سي اسطف يكون مضاف عليه برفكشن لان انا علي سورس الزعيم وانا ظبط في كل حاجه بس ممنوع اني اعمل بي احجار وي مش عارف الغيها ازاي او اي حد ممكن يعمل انبي سي اسطف بي برفكشن ونبي يا جدعان
اوصلك ازاي طيب فيس ولا واتس اب ولا اي 😀
استاذ محمد ممكن نتكلم خاص في مشكلة عندي وكونت عايز اعرف احلها ازاي بعد ازنك
اوك اتفضل بخدمتك