المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : مشكله في الاولين بينت ممكن حل بعد ازن الرجاله


Amr Khalid
2019-09-21, 02:13 PM
المشكله عندي ان انا عمل كل حاجه بس الايتم مش بيجي في الخزنه يعني الصول مش بيجي في الخزنه و بيخود النقت الاين بينت عوز اي راجل جدع يعدلي عله يجبلي الايتم في الخزنه يظهر و بي 400 نقطه الوحده
دا الانبسي ي رجاله


# region soulp7 by online point by MidoAzoz
case 2410: {
switch (npcRequest.OptionID) {
case 0:
{
dialog.Text("hi " + client.Entity.Name + " I Can Give You One Soul p7 for 400 online point ");dialog.Option("3awz t3rf m3ak kam point ?", 30);
dialog.Option("3awz t4try elsoul p7", 8);
dialog.Avatar(116);dialog.Send();
break;
}
case 8:
{
dialog.Text("Aqui Estأ£o as Souls P7 Escolha");
dialog.Option("DragonRing", 4);dialog.Option("RainbowBracelet", 3);dialog.Option("EclipseArmor", 5);
dialog.Option("NetherArmor", 6);dialog.Option("HeavenNecklace", 7);
dialog.Option("FervorBag", 9);
dialog.Option("MoonHeadgear", 10);
dialog.Option("SunHeadgear", 11);
dialog.Option("StarHeadgear", 12);
dialog.Option("IceHeadgear", 13);
dialog.Option("GhostKnife", 14);
dialog.Option("RepentRapier", 15);
dialog.Option("DeathPistol", 16);
dialog.Option("BuddaBeads", 17);
dialog.Option("SunBow", 18);
dialog.Option("TimeBacksword", 19);
dialog.Option("FoxBoots", 35);
dialog.Option("CraneBoots", 34);
dialog.Option("DragonBoots", 21);
dialog.Option("LionHeavyRing ", 22);
dialog.Option("SkyHammer ", 23);
dialog.Option("ShadowKatana ", 24);
dialog.Option("SkyHalberd", 25);
dialog.Option("SpiritShield", 26);
dialog.Option("MonsterSaber", 27);
dialog.Option("DemonScythe", 28); dialog.Option("WarCraze(ARMA DE LEE P7", 29); dialog.Option("Nao quero Obrigado", 255); dialog.Avatar(116); dialog.Send();
break;
}
case 30: {
dialog.Text("Ola" + client.Entity.Name + " Voce tem " + client.Entity.OnlinePoints + " Pontos KDA SOUL VALE 400 PONTOS");
dialog.Option("Obrigado", 255);dialog.Send();
break;
}
case 29: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(801004, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 35: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(824018, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 34: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(824020, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 21: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(824019, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 22: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(823061, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 23: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(800111, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 24: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(800142, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 25: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(800215, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 26: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(800422, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 27: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(800020, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 28: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(800255, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 12: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(820075, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 13: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(820075, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 19: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(800522, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 18: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(800618, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 14: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(800917, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 15: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(800811, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 9: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(821034, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 10: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(820073, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 11: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(820074, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 6: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(822071, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 5: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(822072, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 4: {
if (client.Entity.TreasuerPoints >= 200) {
client.Entity.TreasuerPoints -= 200;
client.Inventory.Add(823059, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 1: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(823057, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 2: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(823058, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 3: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(823060, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 16: {
if (client.Entity.OnlinePoints >= 2000)
{
client.Entity.OnlinePoints -= 2000;
client.Inventory.Add(800810, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 17: {
if (client.Entity.OnlinePoints >= 200)
{
client.Entity.OnlinePoints -= 200;
client.Inventory.Add(800725, 0, 1);
} else {
dialog.Text("Voce Nao tem 2000 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 7: {
if (client.Entity.OnlinePoints >= 2000)
{
client.Entity.OnlinePoints -= 2000;
client.Inventory.Add(821033, 0, 1);
} else {
dialog.Text("Voce Nao tem 200 Pontos ");
dialog.Option("Desculpe", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
}
break;
}
#endregion

محمد ياسر
2019-09-21, 02:19 PM
هو المفروض كده يكون شغال تمام

Amr Khalid
2019-09-21, 02:31 PM
هو المفروض كده يكون شغال تمام

ما انا عمل بردو اشوف من اي مش عارف كل ما اجيب اي حاجه مش بتظهر في الايتم و بيخود النقت

Tefa
2019-09-21, 03:10 PM
اعمل شفرة @item3 id el item

اتاكد انه شغال لو شغال جرب تعمل شفرة @clear
عشاان تفضي شنطه و جرب تاني