|
المشاركات 2,517 |
+التقييم 1.29 |
تاريخ التسجيل Jul 2019 |
الاقامة |
نظام التشغيل |
رقم العضوية 358 |
[NpcAttribute(NpcID.Epicsshop)]
public static void Epicsshop(Client.GameClient client, ServerSockets.Packet stream, byte Option, string Input, uint id)
{
Dialog dialog = new Dialog(client, stream);
switch (Option)
{
case 0:
{
dialog.AddText("Hello <tip color=0xfff05050> i am Epics seller");
dialog.AddText(client.Player.Name + "</tip> ,, what epic u want price 50k cps. -><- ,");
dialog.AddText(" how can i help you?");
dialog.AddOption("Epics Trojan.", 1);
dialog.AddOption("Epics Warrior.", 2);
dialog.AddOption("Epic Toiast.", 8);
dialog.AddOption("Epics NInja.", 4);
dialog.AddOption("Epics Monk.", 5);
dialog.AddOption("Later.", 255);
dialog.AddAvatar(255).FinalizeDialog();
break;
}
#region Stuff trojan
case 1:
{
if (client.Player.ConquerPoints < 50000)
//if (!client.Inventory.HaveSpace(36))
{
client.SendSysMesage("u do not have 50k :).");
// System.Windows.Forms.MessageBox.Show("Character must have 36 free slots into inventory");
return;
}
else if (client.Player.ConquerPoints < 50000)
{
client.SendSysMesage("You don't have Enough Cps i need 50k Cps.");
return;
}
else
{
client.Player.ConquerPoints -= 50000;
client.Inventory.Add(stream, 614429);
client.Inventory.Add(stream, 614429);
client.SendSysMesage("Congratz you got a Epics in your inventory.");
}
break;
}
#endregion
/////////////////
#region Stuff Warrior
case 2:
{
if (client.Player.ConquerPoints < 50000)
//if (!client.Inventory.HaveSpace(36))
{
client.SendSysMesage("Mfyy4 floos :P :).");
// System.Windows.Forms.MessageBox.Show("Character must have 36 free slots into inventory");
return;
}
else if (client.Player.ConquerPoints < 50000)
{
client.SendSysMesage("You don't have Enough Cps i need 50k Cps.");
return;
}
else
{
client.Player.ConquerPoints -= 50000;
client.Inventory.Add(stream, 624439);
client.Inventory.Add(stream, 624439);
client.SendSysMesage("Congratz you got a stuff in your inventory.");
}
break;
}
#endregion #region Stuff trojan
////////////////////////
///////////
#region Stuff Ninja
case 4:
{
if (client.Player.ConquerPoints < 50000)
//if (!client.Inventory.HaveSpace(36))
{
client.SendSysMesage("Your Now If Have a STFF :).");
// System.Windows.Forms.MessageBox.Show("Character must have 36 free slots into inventory");
return;
}
else if (client.Player.ConquerPoints < 50000)
{
client.SendSysMesage("You don't have Enough Cps i need 50k Cps.");
return;
}
else
{
client.Player.ConquerPoints -= 50000;
client.Inventory.Add(stream, 616439);
client.Inventory.Add(stream, 616439);
client.SendSysMesage("Congratz you got a stuff in your inventory.");
}
break;
}
#endregion #region Stuff trojan
////////
#region Stuff Monk
case 5:
{
if (client.Player.ConquerPoints < 50000)
//if (!client.Inventory.HaveSpace(36))
{
client.SendSysMesage("Your Now If Have a STFF :).");
// System.Windows.Forms.MessageBox.Show("Character must have 36 free slots into inventory");
return;
}
else if (client.Player.ConquerPoints < 50000)
{
client.SendSysMesage("You don't have Enough Cps i need 50k Cps.");
return;
}
else
{
client.Player.ConquerPoints -= 50000;
client.Inventory.Add(stream, 622439);
client.Inventory.Add(stream, 622439);
client.SendSysMesage("Congratz you got a stuff in your inventory.");
}
break;
}
#endregion #region Stuff trojan
//////
//////
//
#region Stuff Taoist
case 8:
{
if (client.Player.ConquerPoints < 50000)
//if (!client.Inventory.HaveSpace(36))
{
client.SendSysMesage("Your Now If Have a STFF :).");
// System.Windows.Forms.MessageBox.Show("Character must have 36 free slots into inventory");
return;
}
else if (client.Player.ConquerPoints < 50000)
{
client.SendSysMesage("You don't have Enough Cps i need 50k Cps.");
return;
}
else
{
client.Player.ConquerPoints -= 50000;
client.Inventory.Add(stream, 620439);
client.Inventory.Add(stream, 619439);
client.SendSysMesage("Congratz you got a stuff in your inventory.");
}
break;
}
#endregion #region Stuff trojan
////
}
}
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
Gui [alex Source] | Tefa | تطوير سيرفرات كونكر | 67 | اليوم 01:44 AM |
EliteGuildwar To Alex Source | Tarek Y Fareed | تطوير سيرفرات كونكر | 14 | 2024-10-11 01:12 PM |
Lotttery item +8 [Source Alex] | Tefa | تطوير سيرفرات كونكر | 55 | 2024-10-11 02:10 AM |
حل مشكلة لاج الي بييجي لما تموت وحوش [Source Alex] | Tefa | تطوير سيرفرات كونكر | 7 | 2020-04-24 03:48 AM |
حل مشكله الاج[Alex] | محمد ياسر | تطوير سيرفرات كونكر | 2 | 2019-11-14 11:02 PM |