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

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


Hassan Emprator
2019-07-14, 02:59 PM
عايز اخلي اللوتري بي تيكتت الي بيشتغل بيه دا بدل ما يسحب سبس وانا عاندي انبي سهات بتسحب بي سبس انا عايز اخليهم يسحبو بي تيكت ممكن طريقه ؟

Users
2019-07-14, 04:45 PM
موش فاهم يا هااااسن

Rider
2019-07-14, 05:15 PM
عفواً لايمكن عرض الروابط في الإرشيف اتفضل

Hassan Emprator
2019-07-14, 05:25 PM
اتفضل

عملتها ولله زي ما انت مديهالي بس برضو بيعمل بي سبس الانبي سي عندي بيشتغل عادي حتا لو مش خليت في سبس في الانبي سي

محمد ياسر
2019-07-14, 05:27 PM
انت عايز الوتري يعمل بالفافات الي في الشوب ميل ؟

Hassan Emprator
2019-07-14, 05:31 PM
انت عايز الوتري يعمل بالفافات الي في الشوب ميل ؟

اها بي الي بتاعه الي اسمها SmllLottrayticket عملت زي ما رايدر قال بس لسا بيتعمل بي سبس

Rider
2019-07-14, 05:43 PM
وريني الكود بتاع الان بي سي

Hassan Emprator
2019-07-14, 06:11 PM
وريني الكود بتاع الان بي سي


اهو

#region LuckyBox
case 925:
case 926:
case 928:
case 929:
case 930:
case 931:
case 932:
case 933:
case 934:
case 935:
case 936:
case 937:
case 938:
case 939:
case 940:
case 942:
case 943:
case 944:
case 945:
{
switch (npcRequest.OptionID)
{
case 0:
{
if (client.Entity.ConquerPoints >= 50)
{
if (client.LotteryEntries < 500)
{
//client.Entity.ConquerPoints -= 50;
int rand = Kernel.Random.Next(MrHassan.Database.LotteryTable. LotteryItems.Count);
var item = MrHassan.Database.LotteryTable.LotteryItems[rand];
var tobesent = new newLottery(true);
tobesent.boxid = 3;//npcRequest.NpcID;// 0x10103;
tobesent.ItemID = item.ID;
client.Entity.LOTOITEM = item;
if (item.Sockets > 0)
tobesent.SocketGem1 = 255;
if (item.Sockets > 1)
tobesent.SocketGem2 = 255;
client.Entity.AddJade = 0;
tobesent.JadesAdded = client.Entity.AddJade;
tobesent.plus = item.Plus;
client.LotteryEntries += 1;
client.Send(tobesent);
MrHassan.Kernel.SendWorldMessage(new Message("Congratulations! " + client.Entity.Name + " won " + item.Name + " in lottery.", System.Drawing.Color.Black, Message.Talk), MrHassan.Program.Values);
}
else
{
dialog.Text("Sorry, your LotteryEntries has finished come tomorrow.");
dialog.Option("Okay", 255);
}
}
else
{
dialog.Text("You need to pay 50 cps to draw from the lottery in the lottery Center.");
dialog.Option("Okay", 255);
}
break;
}
}
break;
}
#endregion

Rider
2019-07-14, 11:43 PM
جرب تبدل ات بي سي بتاعك ب ده
#region LuckyBox
case 925:
case 926:
case 928:
case 929:
case 930:
case 931:
case 932:
case 933:
case 934:
case 935:
case 936:
case 937:
case 938:
case 939:
case 940:
case 942:
case 943:
case 944:
case 945:
{
switch (npcRequest.OptionID)
{
case 0:
{
if (client.Inventory.Contains(711504, 3))
{
if (client.LotteryEntries < 500)
{
client.Inventory.Remove(711504, 3)
int rand = Kernel.Random.Next(MrHassan.Database.LotteryTable. LotteryItems.Count);
var item = MrHassan.Database.LotteryTable.LotteryItems[rand];
var tobesent = new newLottery(true);
tobesent.boxid = 3;//npcRequest.NpcID;// 0x10103;
tobesent.ItemID = item.ID;
client.Entity.LOTOITEM = item;
if (item.Sockets > 0)
tobesent.SocketGem1 = 255;
if (item.Sockets > 1)
tobesent.SocketGem2 = 255;
client.Entity.AddJade = 0;
tobesent.JadesAdded = client.Entity.AddJade;
tobesent.plus = item.Plus;
client.LotteryEntries += 1;
client.Send(tobesent);
MrHassan.Kernel.SendWorldMessage(new Message("Congratulations! " + client.Entity.Name + " won " + item.Name + " in lottery.", System.Drawing.Color.Black, Message.Talk), MrHassan.Program.Values);
}
else
{
dialog.Text("Sorry, your LotteryEntries has finished come tomorrow.");
dialog.Option("Okay", 255);
}
}
else
{
dialog.Text("You need to pay 50 cps to draw from the lottery in the lottery Center.");
dialog.Option("Okay", 255);
}
break;
}
}
break;
}
#endregion

MohamedModyAdel
2019-07-20, 05:24 PM
خش علي باكت هندل
وابحث عن
case 1314 امسحها
وغير الانبسي