|
المشاركات 1,940 |
+التقييم 0.95 |
تاريخ التسجيل Apr 2019 |
الاقامة Egypt |
نظام التشغيل windows 7 |
رقم العضوية 1 |
#region Jiang Npc s
case 888544:
{
switch (npcRequest.OptionID)
{
case 0:
{
if (client.Entity.MyJiang == null)
{
dialog.Text("Sorry But You Don't Have Jiang Yet.");
dialog.Option("I'll think about it!", 255);
dialog.Send();
return;
}
dialog.Text("Hello Server Jiang Seller.");
for (int i = 0; i < client.Entity.MyJiang.Stages.Length; i++)
{
var stage = client.Entity.MyJiang.Stages[i];
if (stage.Activate)
dialog.Option("Stage [" + (byte)(i + 1) + "]", (byte)(i + 1));
}
dialog.Option("I'll think about it!", 255);
dialog.Send();
break;
}
default:
{
int mStage = npcRequest.OptionID;
if (mStage >= 1 && mStage <= 9)
{
foreach (var item in Database.JiangHuTable.CultivateStatus[(byte)mStage])
{
dialog.Option(((Game.JiangClient.JiangStages.AtributesType)item).ToString(), (byte)((item * 10) + mStage));
}
}
else
{
if (client.Entity.ConquerPoints < 10)
{
dialog.Text("Sorry But You Don't Have 1 cps ");
dialog.Option("I'll think about it!", 255);
dialog.Send();
return;
}
client.Entity.ConquerPoints -= 10;
var typex = mStage / 10;
mStage = mStage % 10;
byte stageno = (byte)Math.Min(9, mStage);
var type = (Game.JiangClient.JiangStages.AtributesType)Math.Min(15, typex);
if (client.Entity.MyJiang.Stages.Length >= stageno)
{
var stages = client.Entity.MyJiang.Stages[(stageno - 1)];
for (int x = 0; x < 9; x++)
{
var Star = stages.Stars[x];
Star.Activate = true;
Star.UID = (ushort)(type + (6 * 256));
Star.Type = (JiangClient.AtributesType)type;
Star.Level = 5;
client.Entity.MyJiang.Stages[stageno - 1] = stages;
client.Entity.MyJiang.Stages[stageno - 1].Stars[x] = Star;
client.Entity.MyJiang.ArrayStudy(client, (byte)type, 6);
client.Entity.MyJiang.FixedStage((byte)(stageno - 1));
client.LoadItemStats();
client.Entity.MyJiang.AllToArray(client);
Database.JiangHuTable.FullSave(client);
}
}
}
break;
}
}
break;
}
#endregion
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
ولاول مرا عا النت الاتشي Epic And Jiang | Hassan Emprator | تطوير سيرفرات كونكر | 6 | 2022-03-18 12:46 AM |
حل مشكله في Jiang | TiTo1 | مشكلات السيرفيرات كونكر الشخصيه | 7 | 2020-03-09 02:31 PM |
Npc Jiang super | MRonlineGvrix | تطوير سيرفرات كونكر | 1 | 2020-02-05 10:43 AM |