|
المشاركات 1,941 |
+التقييم 0.96 |
تاريخ التسجيل Apr 2019 |
الاقامة Egypt |
نظام التشغيل windows 7 |
رقم العضوية 1 |
#region Points > Cups
case 131313:
{
client.Player.Update(MsgName.Mode.Effect, "break_start", true);
uint CpsCount = 2100135;// EuroBronzeTrophy
uint CpsPrize = 3000;// EuroBronzeTrophy
///////////////////////////
uint CpsCount1 = 2100145;// EuroSilverTrophy
uint CpsPrize1 = 2500;// EuroSilverTrophy
///////////////////////////
uint CpsCount2 = 2100155;// EuroGoldTrophy
uint CpsPrize2 = 2000; // EuroGoldTrophy
///////////////////////////
uint CpsCount3 = 2100165; // EuroSilverTrophy
uint CpsPrize3 = 1500; // EuroSilverTrophy
//////////////////////////////
///////////////////////////
uint CpsCount6 = 2100175; // EuroGoldTrophy
uint CpsPrize6 = 1000; // EuroGoldTrophy
//////////////////////////////
uint CpsCount7 = 2100005;// WorldCup
uint CpsPrize7 = 750;// WorldCup
///////////////////////////
uint CpsCount8 = 2100105;// SaintShield
uint CpsPrize8 = 500;// SaintShield
///////////////////////////
uint CpsCount9 = 2100125;// Pandora`sshield
uint CpsPrize9 = 250; // Pandora`sshield
///////////////////////////
uint CpsCount10 = 2100065; // SilverCup
uint CpsPrize10 = 150; // SilverCup
//////////////////////////////
switch (npcRequest.OptionID)
{
case 0:
{
client.Player.Update(MsgName.Mode.Effect, "break_start", true);
dialog.Text("All (Heroes) can talk to me to learn about my offers, this offers for OnlinePoints only.");
dialog.Text("Your OnlinePoints Count is : " + client.Player.OnlinePoints + " .");
dialog.Option("About Give Points", 1);
dialog.Option("EuroBronzeTrophy > (" + CpsPrize + " Points).", 2);
dialog.Option("EuroSilverTrophy> (" + CpsPrize1 + " Points).", 3);
dialog.Option("EuroGoldTrophy >(" + CpsPrize2 + " Points).", 4);
dialog.Option("EuroSilverTrophy >(" + CpsPrize3 + " Points) .", 5);
dialog.Option("EuroGoldTrophy >(" + CpsPrize6 + " Points) .", 6);
dialog.Option("WorldCup > (" + CpsPrize7 + " Points).", 7);
dialog.Option("SaintShield > (" + CpsPrize8 + " Points).", 8);
dialog.Option("Pandora`sShield >(" + CpsPrize9 + " Points).", 9);
dialog.Option("SilverCup >(" + CpsPrize10 + " Points) .", 10);
dialog.Option("No Thanks", 255);
dialog.Send();
break;
}
case 1:
{
client.Player.Update(MsgName.Mode.Effect, "break_start", true);
dialog.Text("This is new system, You win Points From Hourly Quest. you can exchange these Points to prizes");
dialog.Option("Thanks!", 255);
dialog.Avatar(50);
dialog.Send();
break;
}
case 2:
{
if (client.Player.OnlinePoints >= CpsPrize)
{
client.Player.OnlinePoints -= (int)CpsPrize;
client.Inventory.Add(CpsCount, 0, 1);
MsgName str = new MsgName(true);
str.UID = client.Player.UID;
str.Action = MsgName.Mode.Effect;
str.Texts.Add("accession1");
str.TextsCount = 1;
client.Player.SendScreen(str);
dialog.Text("You got EuroSilverTrophy , your Points now are : " + client.Player.killerpoints + ".");
dialog.Option("Thanks Alot!", 255);
dialog.Avatar(50);
dialog.Send();
}
break;
}
case 3:
{
if (client.Player.OnlinePoints >= CpsPrize1)
{
client.Player.OnlinePoints -= (int)CpsPrize1;
client.Inventory.Add(CpsCount1, 0, 1);
MsgName str = new MsgName(true);
str.UID = client.Player.UID;
str.Action = MsgName.Mode.Effect;
str.Texts.Add("accession2");
str.TextsCount = 1;
client.Player.SendScreen(str);
dialog.Text("You got EuroGoldTrophy , your Points now are : " + client.Player.killerpoints + ".");
dialog.Option("Thanks Alot!", 255);
dialog.Avatar(50);
dialog.Send();
}
break;
}
case 4:
{
if (client.Player.OnlinePoints >= CpsPrize2)
{
client.Player.OnlinePoints -= (int)CpsPrize2;
client.Inventory.Add(CpsCount2, 0, 1);
MsgName str = new MsgName(true);
str.UID = client.Player.UID;
str.Action = MsgName.Mode.Effect;
str.Texts.Add("accession4");
str.TextsCount = 1;
client.Player.SendScreen(str);
dialog.Text("You got EuroSilverTrophy , your Points now are : " + client.Player.killerpoints + ".");
dialog.Option("Thanks Alot!", 255);
dialog.Avatar(50);
dialog.Send();
}
break;
}
case 6:
{
if (client.Player.OnlinePoints >= CpsPrize6)
{
client.Player.OnlinePoints -= (int)CpsPrize6;
client.Inventory.Add(CpsCount6, 0, 1);
MsgName str = new MsgName(true);
str.UID = client.Player.UID;
str.Action = MsgName.Mode.Effect;
str.Texts.Add("accession4");
str.TextsCount = 1;
client.Player.SendScreen(str);
dialog.Text("You got EuroGoldTrophy , your Points now are : " + client.Player.killerpoints + ".");
dialog.Option("Thanks Alot!", 255);
dialog.Avatar(50);
dialog.Send();
}
break;
}
case 5:
{
if (client.Player.OnlinePoints >= CpsPrize3)
{
client.Player.OnlinePoints -= (int)CpsPrize3;
client.Inventory.Add(CpsCount3, 0, 1);
MsgName str = new MsgName(true);
str.UID = client.Player.UID;
str.Action = MsgName.Mode.Effect;
str.Texts.Add("accession5");
str.TextsCount = 1;
client.Player.SendScreen(str);
dialog.Text("You got EuroSilverTrophy , your Points now are : " + client.Player.killerpoints + ".");
dialog.Option("Thanks Alot!", 255);
dialog.Avatar(50);
dialog.Send();
}
break;
}
case 7:
{
if (client.Player.OnlinePoints >= CpsPrize7)
{
client.Player.OnlinePoints -= (int)CpsPrize7;
client.Inventory.Add(CpsCount7, 0, 1);
MsgName str = new MsgName(true);
str.UID = client.Player.UID;
str.Action = MsgName.Mode.Effect;
str.Texts.Add("accession1");
str.TextsCount = 1;
client.Player.SendScreen(str);
dialog.Text("You got WorldCup , your Points now are : " + client.Player.killerpoints + ".");
dialog.Option("Thanks Alot!", 255);
dialog.Avatar(50);
dialog.Send();
}
break;
}
case 8:
{
if (client.Player.OnlinePoints >= CpsPrize8)
{
client.Player.OnlinePoints -= (int)CpsPrize8;
client.Inventory.Add(CpsCount8, 0, 1);
MsgName str = new MsgName(true);
str.UID = client.Player.UID;
str.Action = MsgName.Mode.Effect;
str.Texts.Add("accession2");
str.TextsCount = 1;
client.Player.SendScreen(str);
dialog.Text("You got SaintShield , your Points now are : " + client.Player.killerpoints + ".");
dialog.Option("Thanks Alot!", 255);
dialog.Avatar(50);
dialog.Send();
}
break;
}
case 9:
{
if (client.Player.OnlinePoints >= CpsPrize9)
{
client.Player.OnlinePoints -= (int)CpsPrize9;
client.Inventory.Add(CpsCount9, 0, 1);
MsgName str = new MsgName(true);
str.UID = client.Player.UID;
str.Action = MsgName.Mode.Effect;
str.Texts.Add("accession4");
str.TextsCount = 1;
client.Player.SendScreen(str);
dialog.Text("You got Pandora`sShield , your Points now are : " + client.Player.killerpoints + ".");
dialog.Option("Thanks Alot!", 255);
dialog.Avatar(50);
dialog.Send();
}
break;
}
case 10:
{
if (client.Player.OnlinePoints >= CpsPrize10)
{
client.Player.OnlinePoints -= (int)CpsPrize10;
client.Inventory.Add(CpsCount10, 0, 1);
MsgName str = new MsgName(true);
str.UID = client.Player.UID;
str.Action = MsgName.Mode.Effect;
str.Texts.Add("accession5");
str.TextsCount = 1;
client.Player.SendScreen(str);
dialog.Text("You got SilverCup , your Points now are : " + client.Player.killerpoints + ".");
dialog.Option("Thanks Alot!", 255);
dialog.Avatar(50);
dialog.Send();
}
break;
}
}
break;
}
#endregion
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
طلب شراء سورس كونكر تهيس | Abod ayman | الطلبات المدفوعه | 12 | 2024-04-10 02:38 PM |
التقنل في اللعبة عن طريق npcs | ابو حمزه9 | تطوير سيرفرات كونكر | 3 | 2021-08-09 04:18 PM |
يرجاله عايز اضيف نقاط بونت فى الوحوش يعنى اخد سبس و نقاط اونلاين | sa3ed | مشكلات السيرفيرات كونكر الشخصيه | 1 | 2020-04-14 07:01 PM |
شراء سيرفر | ahmedmetwally | الطلبات المدفوعه | 8 | 2020-03-09 02:22 PM |
Vps شراء | salahsayed | مشكلات السيرفيرات كونكر الشخصيه | 4 | 2019-07-27 07:02 PM |