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

مشاهدة النسخة كاملة : انبي سي بيدي نقاط chi


محمد ياسر
2019-06-25, 04:24 PM
انبي سي بيدي نقاط التشي بدل ما تقعد تشتري كل ما يخلص ب4000 نقاط
في كلاس npcs.cs
ضيف ده
#region ChiPoints Seller By TeamFromHell
case 249999:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialogs.Text("Hello " + client.Entity.Name + "Iam ChiPoints Seller your CPS is " + client.Entity.ConquerPoints + "CPS");
dialogs.Option("500 ChiPoints Please.", 1);
dialogs.Option("no thanks.", 255);
dialogs.Send();
break;
}
case 1:
{
if (client.Entity.ConquerPoints >= 10000)
{
client.Entity.ConquerPoints -= 10000;
client.Entity.ChiPoints += 500; ;
}
else
{
if (client.Entity.ConquerPoints < 10000)
dialogs.Text("sorry u haven't enough cps");
dialogs.Option("oh sorry.", 255);
}
break;
}
}
break;
}
#endregion


في القاعده npcs
249999 0 0 ChiPoints-seller 2 8976 -1 1002 402 400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Mero
2019-06-25, 05:13 PM
تسلم ايدك يا حازم

MohamedModyAdel
2019-06-25, 05:21 PM
جميل