محمد ياسر |
2019-04-18 10:49 AM |
npc Study Points
السلام عليكم ورحمة الله وبركاته انبي سي Study Points
وده ليزودلك ترقيه المهارات بدل ما تقعد تشتري في كتب
كود PHP:
#region Study Points
case 123333:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hi i can give you 60 k study point for 10k cps");
dialog.Option("Yes, i need it", 1);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.ConquerPoints >= 10000)
{
client.Entity.ConquerPoints -= 10000;
client.Entity.SubClasses.StudyPoints += 60000;
}
break;
}
}
break;
}
#endregion
|
MohamedModyAdel |
2019-06-25 10:48 PM |
رد: npc Study Points
جميل
|
مرحبا بكم في منتدي اكواد لتطوير الالعاب