|
|
المشاركات 199 |
+التقييم 0.11 |
تاريخ التسجيل Oct 2019 |
الاقامة |
نظام التشغيل |
رقم العضوية 2186 |
#region InnerPower By Mr.ZeZoOo
case 785410:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("im Selling InnerPower Items and InnePower System Full By BlackBlock-Co");
dialog.Option("Buy Full InnerPower", 1);
dialog.Option("I will come later. ", 255);
dialog.Send();
break;
}
case 1:
{
if (client.Player.ConquerPoints >= 1000)
{
client.Player.ConquerPoints -= 1000;
Database.InnerPowerTable.Stage DBStage = null;
foreach (var m_stage in client.Player.InnerPower.Stages)
{
foreach (var m_gong in m_stage.NeiGongs)
{
m_stage.UnLocked = m_gong.Unlocked = true;
m_gong.Score = 100;
Database.InnerPowerTable.Stage.NeiGong DBGong = null;
if (Database.InnerPowerTable.GetDBInfo(m_gong.ID, out DBStage, out DBGong))
m_gong.level = DBGong.MaxLevel;
}
}
client.Player.InnerPower.UpdateStatus();
client.LoadItemStats();
InnerPower.InnerPowerRank.UpdateRank(client.Player.InnerPower);
}
else
{
dialog.Text("You do not have 1000 ConquerPoints with you.");
dialog.Option("Ok, will come later. ", 255);
dialog.Send();
}
break;
}
}
break;
}
#endregion
client.Send(stream.InnerPowerStageInfo(InnerPowerStage.ActionID.UpdateStage, client.Player.UID, DBStage));
client.Send(stream.InnerPowerStageInfo(InnerPowerStage.ActionID.UpdateScore, client.Player.UID, DBStage));
client.Send(newInnerPowerGui(client.Player.InnerPower.GetNeiGongs()).ToArray());
client.Player.InnerPower.UpdateStatus();
client.LoadItemStats();
InnerPower.InnerPowerRank.UpdateRank(client.Player.InnerPower);
BlackBlock.InnerPowerRank.UpdateRank(client.Player.InnerPower);
}
#region InnerPower
case 785410:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("im Selling InnerPower Items and InnePower System Full By BlackBlock-Co");
// dialog.Option("Buy InnerPower items", 1);
dialog.Option("Buy Full InnerPower", 2);
//dialog.Option("Buy Temporaly CUP", 253);
dialog.Option("I will come later. ", 255);
dialog.Send();
break;
}
/* case 253:
{
client.Inventory.AddTime(2100125, 3);
break;
}
case 1:
{
byte count = 0;
foreach (var stage in Database.InnerPowerTable.Stages)
count += (byte)stage.NeiGongAtributes.Length;
if (client.Inventory.HaveSpace(count))
{
foreach (var stage in Database.InnerPowerTable.Stages)
{
foreach (var gong in stage.NeiGongAtributes)
client.Inventory.Add(gong.ItemID, 0, 1);
}
}
else
{
dialog.Text("Please do 8 spaces in your inventory");
dialog.Option("Ok, will come later. ", 255);
dialog.Send();
}
break;
}*/
case 2:
{
if (client.Player.ConquerPoints >= 1000)
{
client.Player.ConquerPoints -= 1000;
Database.InnerPowerTable.Stage DBStage = null;
foreach (var m_stage in client.Player.InnerPower.Stages)
{
foreach (var m_gong in m_stage.NeiGongs)
{
m_stage.UnLocked = m_gong.Unlocked = true;
m_gong.Score = 100;
Database.InnerPowerTable.Stage.NeiGong DBGong = null;
if (Database.InnerPowerTable.GetDBInfo(m_gong.ID, out DBStage, out DBGong))
m_gong.level = DBGong.MaxLevel;
}
}
// client.Send(stream.InnerPowerStageInfo(InnerPowerStage.ActionID.UpdateStage, client.Player.UID, DBStage));
// client.Send(stream.InnerPowerStageInfo(InnerPowerStage.ActionID.UpdateScore, client.Player.UID, DBStage));
// client.Send(new //InnerPowerGui(client.Player.InnerPower.GetNeiGongs()).ToArray());
client.Player.InnerPower.UpdateStatus();
client.LoadItemStats();
InnerPower.InnerPowerRank.UpdateRank(client.Player.InnerPower);
// BlackBlock.InnerPowerRank.UpdateRank(client.Player.InnerPower);
}
else
{
dialog.Text("You do not have 1000 ConquerPoints with you.");
dialog.Option("Ok, will come later. ", 255);
dialog.Send();
}
break;
}
}
break;
}
#endregion
|
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
[5095] خلي الي يموت يظهر عليه افكت كلمة نوب | Tefa | تطوير سورسات 5095 | 45 | 2024-09-15 08:51 PM |
ازاي تخلي الوحوش تمها يظهر خوش هنااا | ElSaher | تطوير سيرفرات كونكر | 0 | 2020-04-03 07:44 AM |
عايز اسحب الكابس من الناس كلها | ahmedshetos888 | مشكلات السيرفيرات كونكر الشخصيه | 3 | 2020-01-29 06:46 AM |
عوز برنمج يظهر ملفات dds بتع المبات و اليتم | Amr Khalid | مشكلات السيرفيرات كونكر الشخصيه | 1 | 2019-11-24 02:15 AM |
ازاي تخلي الان بي سي يختفي او يظهر لشخص معين | M.H.B[X-Coder]X | تطوير سيرفرات كونكر | 4 | 2019-07-12 09:52 PM |