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

مشاهدة النسخة كاملة : ان بى سى يدخلك البوكر


محمد ياسر
2019-04-25, 11:31 AM
في كلاس انبي سي ضيف دول
#region Poker
#region GameManager
case 19930:
{
switch (Request.LinkID)
{
case 0:
{
dialog.Text("Hi, I can teleport you to poker room . Where you can enjoy yourself in the Texas Hold'em Poker. Wish you a good luck and good health. For 100 Silvers.");
dialog.Link("Enter Poker Room", 1);
dialog.Link("Enter VIP Hall", 2);
dialog.Link("Not interested.", 255);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.Money >= 100)
{
client.Entity.Money -= 100;
client.Entity.Teleport(1858, 56, 64);
}
else
{
dialog.Text("You do not have 100 silvers.");
dialog.Link("Ok sorry!", 255);
dialog.Send();
}
break;
}
case 2:
{
if (client.Entity.Money >= 100)
{
client.Entity.Money -= 100;
client.Entity.Teleport(1860, 57, 65);
}
else
{
dialog.Text("You do not have 100 silvers.");
dialog.Link("Ok sorry!", 255);
dialog.Send();
}
break;
}

}
break;
}
#endregion

#region Poker
case 19941:
case 19951:
{
switch (Request.LinkID)
{
case 0:
{
dialog.Text("Hi, I can teleport you to poker room . Where you can enjoy yourself in the Texas Hold'em Poker. Wish you a good luck and good health. For 100 Silvers.");
dialog.Link("Enter Poker Room", 1);
dialog.Link("Enter VIP Hall", 2);
dialog.Link("Go back to the Market", 3);
dialog.Link("Not interested.", 255);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.Money >= 100)
{
client.Entity.Money -= 100;
client.Entity.Teleport(1858, 56, 64);
}
else
{
dialog.Text("You do not have 100 silvers.");
dialog.Link("Ok sorry!", 255);
dialog.Send();
}
break;
}
case 2:
{
if (client.Entity.Money >= 100)
{
client.Entity.Money -= 100;
client.Entity.Teleport(1860, 57, 65);
}
else
{
dialog.Text("You do not have 100 silvers.");
dialog.Link("Ok sorry!", 255);
dialog.Send();
}
break;
}
case 3:
{
if (client.Entity.Money >= 100)
{
client.Entity.Money -= 100;
client.Entity.Teleport(1036, 195, 185);
}
else
{
dialog.Text("You do not have 100 silvers.");
dialog.Link("Ok sorry!", 255);
dialog.Send();
}
break;
}
}
break;
}
#endregion
#endregion

saad
2019-06-18, 10:54 AM
يا حازم انا دخلت على الموضوع بتعاك الى منزلوا ده تمام حملت البتشات الى فى الموضوع ده
عفواً لايمكن عرض الروابط في الإرشيف
عملت زى ما انتا كتب بس مرحتش لا
نيجي شوية للاكواد
كلاس Program.cs
كلاس PacketBuilder.cs في Game
مضيفتش دول

saad
2019-06-18, 11:05 AM
وضفت ان بى سهين مفهوش مشاكل وسيفت وتمام وحطيتهم فى النفى كات ومفيش اى مشاكل مش بيردوا وفيه ان بى سيهات ضفتها ردات ومشكله الكى ياحازم الان بى سيهات مش بتتكلم وترد جوه الكى

محمد ياسر
2019-06-18, 11:29 AM
باختصار كده انت متقدرش تضيف البوكر انت لسه جديد في المجال ده وصعب انك تحل مشاكل الي اتوجهك

ahmedfathy96
2024-08-06, 06:45 PM
شكرا ياغالى