|
المشاركات 114 |
+التقييم 0.06 |
تاريخ التسجيل Jan 2020 |
الاقامة |
نظام التشغيل |
رقم العضوية 3394 |
![]() |
غير السوكت الي موجود وا غير AutoClient وا امسح اي وهتلاقي اكواد فيها كلمت Mego هتبدله الاكواد دي بي اكواد من سورس تاني مش موجود فيه اللودر هتلاقيه اكواد في GameStats.وا PacketHandle.وا هتلاقي سيستم بند او LogerProgram متهيالي حاجا من الاتينين دول امسحها |
#region All Queste Day
// case 141198:
case 141199:
{
dialog.Avatar(67);
switch (npcRequest.OptionID)
{
case 0:
{
{
dialog.Text("Hey there > " + client.Entity.Name + " < No Questes for now -_-");
dialog.Option("Ok Thanks.", 255);
// client.Entity.Update(_String.Effect, "ErLongTengFei", true);
dialog.Send();
}
if (DateTime.Now.Minute >= 00 && DateTime.Now.Minute <= 2)
{
dialog.Text("Hey there " + client.Entity.Name + " Would you like to join Top WarriorTop PKWar?.");
dialog.Option("Yea Teleport me Please WarriorTop!!", 100);
dialog.Option("I`ll~think~about~it.", 255);
dialog.Send();
}
if (DateTime.Now.Minute >= 6 && DateTime.Now.Minute <= 8)
{
dialog.Text("Hey there " + client.Entity.Name + " Would you like to join ToP ArcherTop PKWar?.");
dialog.Option("Yea Teleport me Please ArcherTop!!", 101);
dialog.Option("I`ll~think~about~it.", 255);
dialog.Send();
}
if (DateTime.Now.Minute >= 12 && DateTime.Now.Minute <= 14)
{
dialog.Text("Hey there " + client.Entity.Name + " Would you like to join Top NinjaTop PKWar?.");
dialog.Option("Yea Teleport me Please NinjaTop!!", 102);
dialog.Option("I`ll~think~about~it.", 255);
dialog.Send();
}
if (DateTime.Now.Minute >= 18 && DateTime.Now.Minute <= 20)
{
dialog.Text("Hey there " + client.Entity.Name + " Would you like to join TopMonk Pk?.");
dialog.Option("Yea Teleport me Please TopMonk!!", 103);
dialog.Option("I`ll~think~about~it.", 255);
dialog.Send();
}
if (DateTime.Now.Minute >= 24 && DateTime.Now.Minute <= 26)
{
dialog.Text("Hey there " + client.Entity.Name + " Would you like to join TopTrojan PK PKWar?.");
dialog.Option("Yea Teleport me Please TopTrojan!!", 104);
dialog.Option("I`ll~think~about~it.", 255);
dialog.Send();
}
if (DateTime.Now.Minute >= 30 && DateTime.Now.Minute <= 32)
{
dialog.Text("Hey there " + client.Entity.Name + " Would you like to join Top LastMan PKWar?.");
dialog.Option("Yea Teleport me Please LastMan!!", 105);
dialog.Option("I`ll~think~about~it.", 255);
dialog.Send();
}
if (DateTime.Now.Minute >= 36 && DateTime.Now.Minute <= 38)
{
dialog.Text("Hey there " + client.Entity.Name + " Would you like to join Top PiratLord ?.");
dialog.Option("Yea Teleport me Please PiratLord!!", 106);
dialog.Option("I`ll~think~about~it.", 255);
dialog.Send();
}
if (DateTime.Now.Minute >= 42 && DateTime.Now.Minute <= 44)
{
dialog.Text("Hey there " + client.Entity.Name + " Would you like to join Top KungFuKing PKWar?.");
dialog.Option("Yea Teleport me Please KungFuKing!!", 107);
dialog.Option("I`ll~think~about~it.", 255);
dialog.Send();
}
if (DateTime.Now.Minute >= 48 && DateTime.Now.Minute <= 50)
{
dialog.Text("Hello " + client.Entity.Name + "I Can Let You Join The Cps War.");
dialog.Text("Start Every Hours At (××:48) The End (××:51) Your Make 5 Muints SinglUp.");
dialog.Text("If You Need To Join Cps War a " + 20000 + " CPs Cps In Your Inventory If You Killed Any Entity U Will Drop " + 15000000 + " From Him Also If U Died U will Lose " + 10000000 + " Cps");
dialog.Option("Yea Teleport me Please CpsWar!!", 108);
dialog.Option("I`ll~think~about~it.", 255);
dialog.Send();
}
if (DateTime.Now.Minute >= 54 && DateTime.Now.Minute <= 56)
{
dialog.Text("Hey there > " + client.Entity.Name + " < Would you like to join Windwalker~PK ?.");
dialog.Option("Yea Teleport me Please Windwalker~PK!!", 109);
dialog.Option("I`ll~think~about~it.", 255);
dialog.Send();
}
break;
}
case 100:
{
if (DateTime.Now.Minute >= 00 && DateTime.Now.Minute <= 2)
{
Random R = new Random();
int Nr = R.Next(1, 1);
if (Nr == 1) client.Entity.Teleport(2536, 50, 50);
client.Entity.PKMode = Game.Enums.PKMode.Team;
client.Send(new Data(true) { UID = client.Entity.UID, ID = Data.ChangePKMode, dwParam = (uint)client.Entity.PKMode });
}
else
{
dialog.Text("Top WarriorTop Pk War is held during xx:00 to xx:3 you have 4 min to signup ");
dialog.Option("I don't care.", 255);
dialog.Send();
break;
}
break;
}
case 101:
{
if (DateTime.Now.Minute >= 6 && DateTime.Now.Minute <= 8)
{
client.Entity.Teleport(8541, 108, 122);
}
else
{
dialog.Text("[ ArcherTop PK] War is held during [xx:06] To [xx:09] in every Hour");
dialog.Option("I don't care.", 255);
dialog.Send();
break;
}
break;
}
case 102:
{
if (DateTime.Now.Minute >= 12 && DateTime.Now.Minute <= 14)
{
Random R = new Random();
int Nr = R.Next(1, 1);
if (Nr == 1) client.Entity.Teleport(2529, 57, 51);
client.Entity.PKMode = Game.Enums.PKMode.Team;
client.Send(new Data(true) { UID = client.Entity.UID, ID = Data.ChangePKMode, dwParam = (uint)client.Entity.PKMode });
}
else
{
dialog.Text("Top NinjaTop Pk War is held during xx:12 to xx:15 you have 4 min to signup ");
dialog.Option("I don't care.", 255);
dialog.Send();
break;
}
break;
}
case 103:
{
if (DateTime.Now.Minute >= 18 && DateTime.Now.Minute <= 20)
{
Random R = new Random();
int Nr = R.Next(1, 1);
if (Nr == 1) client.Entity.Teleport(2528, 50, 50);
client.Entity.PKMode = Game.Enums.PKMode.Team;
client.Send(new Data(true) { UID = client.Entity.UID, ID = Data.ChangePKMode, dwParam = (uint)client.Entity.PKMode });
}
else
{
dialog.Text("Top MonkTop Pk War is held during xx:18 to xx:21 you have 4 min to signup ");
dialog.Option("I don't care.", 255);
dialog.Send();
break;
}
break;
}
case 104:
{
if (DateTime.Now.Minute >= 24 && DateTime.Now.Minute <= 26)
{
Random R = new Random();
int Nr = R.Next(1, 1);
if (Nr == 1) client.Entity.Teleport(2538, 50, 50);
client.Entity.PKMode = Game.Enums.PKMode.Team;
client.Send(new Data(true) { UID = client.Entity.UID, ID = Data.ChangePKMode, dwParam = (uint)client.Entity.PKMode });
}
else
{
dialog.Text("Top Trojan Pk War is held during xx:24 to xx:27 you have 4 min to signup ");
dialog.Option("I don't care.", 255);
dialog.Send();
break;
}
break;
}
case 105:
{
if (DateTime.Now.Minute >= 30 && DateTime.Now.Minute <= 32)
{
Random R = new Random();
int Nr = R.Next(1, 1);
// if (Nr == 1) client.Entity.Teleport(2537, 50, 50);
if (Nr == 1) client.Entity.Teleport(2222, 50, 50);
client.Entity.PKMode = Game.Enums.PKMode.Team;
client.Send(new Data(true) { UID = client.Entity.UID, ID = Data.ChangePKMode, dwParam = (uint)client.Entity.PKMode });
}
else
{
dialog.Text("Top TaoistMoon Pk War is held during xx:30 to xx:33 you have 4 min to signup ");
dialog.Option("I don't care.", 255);
dialog.Send();
break;
}
break;
}
case 106:
{
if (DateTime.Now.Minute >= 36 && DateTime.Now.Minute <= 38)
{
Random R = new Random();
int Nr = R.Next(1, 1);
if (Nr == 1) client.Entity.Teleport(2527, 50, 50);
// if (Nr == 1) client.Entity.Teleport(5928, 50, 50);
client.Entity.PKMode = Game.Enums.PKMode.Team;
client.Send(new Data(true) { UID = client.Entity.UID, ID = Data.ChangePKMode, dwParam = (uint)client.Entity.PKMode });
}
else
{
dialog.Text("Top PiratLord Pk War is held during xx:36 to xx:39 you have 4 min to signup ");
dialog.Option("I don't care.", 255);
dialog.Send();
break;
}
break;
}
case 107:
{
if (DateTime.Now.Minute >= 42 && DateTime.Now.Minute <= 44)
{
Random R = new Random();
int Nr = R.Next(1, 1);
if (Nr == 1) client.Entity.Teleport(321, 50, 50);
client.Entity.PKMode = Game.Enums.PKMode.Team;
client.Send(new Data(true) { UID = client.Entity.UID, ID = Data.ChangePKMode, dwParam = (uint)client.Entity.PKMode });
}
else
{
dialog.Text("Top KungFuKing Pk War is held during xx:6 to xx:9 you have 4 min to signup ");
dialog.Option("I don't care.", 255);
dialog.Send();
break;
}
break;
}
case 108:
{
if (DateTime.Now.Minute >= 48 && DateTime.Now.Minute <= 50)
{
if (client.Entity.ConquerPoints >= 10000000)
{
client.Entity.Teleport(6565, 39, 35);
if (client.Entity.MyClones.Count > 0)
{
var clones = client.Entity.MyClones.Values.ToArray();
for (int i = 0; i < clones.Length; i++)
{
var item = clones[i];
if (item == null)
continue;
Data data = new Data(true);
data.UID = item.UID;
data.ID = Network.GamePackets.Data.RemoveEntity;
client.Entity.Owner.SendScreen(data);
client.Entity.MyClones[item.UID] = null;
}
client.Entity.MyClones.Clear();
}
}
else
{
dialog.Text("Sorry Your Dont Make " + 10000000 + " CPs");
dialog.Option("Thanks.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
else
{
dialog.Text("Sorry i Can Let You join The Event Now Come again Later On (××:48) Off (××:51).");
dialog.Option("Thanks.", 255);
dialog.Avatar(116);
dialog.Send();
break;
}
//break;
}
case 109:
{
if (DateTime.Now.Minute >= 54 && DateTime.Now.Minute <= 56)
{
Random R = new Random();
int Nr = R.Next(1, 1);
client.Entity.Teleport(9575, 50, 50);
client.Entity.PKMode = Game.Enums.PKMode.Team;
client.Send(new Data(true) { UID = client.Entity.UID, ID = Data.ChangePKMode, dwParam = (uint)client.Entity.PKMode });
}
else
{
dialog.Text("Hey there > " + client.Entity.Name + "Would you like to join Windwalker~PK ?.");
dialog.Option("I don't care.", 255);
dialog.Send();
break;
}
break;
}
}
break;
}
#endregion
#region all queste day
// case 141198:
Case 141199:
{
dialog.avatar(67);
switch (npcrequest.optionid)
{
case 0:
{
{
dialog.text("hey there > " + client.entity.name + " < no questes for now -_-");
dialog.option("ok thanks.", 255);
// client.entity.update(_string.effect, "erlongtengfei", true);
dialog.send();
}
if (datetime.now.minute >= 00 && datetime.now.minute <= 2)
{
dialog.text("hey there " + client.entity.name + " would you like to join top warriortop pkwar?.");
dialog.option("yea teleport me please warriortop!!", 100);
dialog.option("i`ll~think~about~it.", 255);
dialog.send();
}
if (datetime.now.minute >= 6 && datetime.now.minute <= 8)
{
dialog.text("hey there " + client.entity.name + " would you like to join top archertop pkwar?.");
dialog.option("yea teleport me please archertop!!", 101);
dialog.option("i`ll~think~about~it.", 255);
dialog.send();
}
if (datetime.now.minute >= 12 && datetime.now.minute <= 14)
{
dialog.text("hey there " + client.entity.name + " would you like to join top ninjatop pkwar?.");
dialog.option("yea teleport me please ninjatop!!", 102);
dialog.option("i`ll~think~about~it.", 255);
dialog.send();
}
if (datetime.now.minute >= 18 && datetime.now.minute <= 20)
{
dialog.text("hey there " + client.entity.name + " would you like to join topmonk pk?.");
dialog.option("yea teleport me please topmonk!!", 103);
dialog.option("i`ll~think~about~it.", 255);
dialog.send();
}
if (datetime.now.minute >= 24 && datetime.now.minute <= 26)
{
dialog.text("hey there " + client.entity.name + " would you like to join toptrojan pk pkwar?.");
dialog.option("yea teleport me please toptrojan!!", 104);
dialog.option("i`ll~think~about~it.", 255);
dialog.send();
}
if (datetime.now.minute >= 30 && datetime.now.minute <= 32)
{
dialog.text("hey there " + client.entity.name + " would you like to join top lastman pkwar?.");
dialog.option("yea teleport me please lastman!!", 105);
dialog.option("i`ll~think~about~it.", 255);
dialog.send();
}
if (datetime.now.minute >= 36 && datetime.now.minute <= 38)
{
dialog.text("hey there " + client.entity.name + " would you like to join top piratlord ?.");
dialog.option("yea teleport me please piratlord!!", 106);
dialog.option("i`ll~think~about~it.", 255);
dialog.send();
}
if (datetime.now.minute >= 42 && datetime.now.minute <= 44)
{
dialog.text("hey there " + client.entity.name + " would you like to join top kungfuking pkwar?.");
dialog.option("yea teleport me please kungfuking!!", 107);
dialog.option("i`ll~think~about~it.", 255);
dialog.send();
}
if (datetime.now.minute >= 48 && datetime.now.minute <= 50)
{
dialog.text("hello " + client.entity.name + "i can let you join the cps war.");
dialog.text("start every hours at (××:48) the end (××:51) your make 5 muints singlup.");
dialog.text("if you need to join cps war a " + 20000 + " cps cps in your inventory if you killed any entity u will drop " + 15000000 + " from him also if u died u will lose " + 10000000 + " cps");
dialog.option("yea teleport me please cpswar!!", 108);
dialog.option("i`ll~think~about~it.", 255);
dialog.send();
}
if (datetime.now.minute >= 54 && datetime.now.minute <= 56)
{
dialog.text("hey there > " + client.entity.name + " < would you like to join windwalker~pk ?.");
dialog.option("yea teleport me please windwalker~pk!!", 109);
dialog.option("i`ll~think~about~it.", 255);
dialog.send();
}
break;
}
case 100:
{
if (datetime.now.minute >= 00 && datetime.now.minute <= 2)
{
random r = new random();
int nr = r.next(1, 1);
if (nr == 1) client.entity.teleport(2536, 50, 50);
client.entity.pkmode = game.enums.pkmode.team;
client.send(new data(true) { uid = client.entity.uid, id = data.changepkmode, dwparam = (uint)client.entity.pkmode });
}
else
{
dialog.text("top warriortop pk war is held during xx:00 to xx:3 you have 4 min to signup ");
dialog.option("i don't care.", 255);
dialog.send();
break;
}
break;
}
case 101:
{
if (datetime.now.minute >= 6 && datetime.now.minute <= 8)
{
client.entity.teleport(8541, 108, 122);
}
else
{
dialog.text("[ archertop pk] war is held during [xx:06] to [xx:09] in every hour");
dialog.option("i don't care.", 255);
dialog.send();
break;
}
break;
}
case 102:
{
if (datetime.now.minute >= 12 && datetime.now.minute <= 14)
{
random r = new random();
int nr = r.next(1, 1);
if (nr == 1) client.entity.teleport(2529, 57, 51);
client.entity.pkmode = game.enums.pkmode.team;
client.send(new data(true) { uid = client.entity.uid, id = data.changepkmode, dwparam = (uint)client.entity.pkmode });
}
else
{
dialog.text("top ninjatop pk war is held during xx:12 to xx:15 you have 4 min to signup ");
dialog.option("i don't care.", 255);
dialog.send();
break;
}
break;
}
case 103:
{
if (datetime.now.minute >= 18 && datetime.now.minute <= 20)
{
random r = new random();
int nr = r.next(1, 1);
if (nr == 1) client.entity.teleport(2528, 50, 50);
client.entity.pkmode = game.enums.pkmode.team;
client.send(new data(true) { uid = client.entity.uid, id = data.changepkmode, dwparam = (uint)client.entity.pkmode });
}
else
{
dialog.text("top monktop pk war is held during xx:18 to xx:21 you have 4 min to signup ");
dialog.option("i don't care.", 255);
dialog.send();
break;
}
break;
}
case 104:
{
if (datetime.now.minute >= 24 && datetime.now.minute <= 26)
{
random r = new random();
int nr = r.next(1, 1);
if (nr == 1) client.entity.teleport(2538, 50, 50);
client.entity.pkmode = game.enums.pkmode.team;
client.send(new data(true) { uid = client.entity.uid, id = data.changepkmode, dwparam = (uint)client.entity.pkmode });
}
else
{
dialog.text("top trojan pk war is held during xx:24 to xx:27 you have 4 min to signup ");
dialog.option("i don't care.", 255);
dialog.send();
break;
}
break;
}
case 105:
{
if (datetime.now.minute >= 30 && datetime.now.minute <= 32)
{
random r = new random();
int nr = r.next(1, 1);
// if (nr == 1) client.entity.teleport(2537, 50, 50);
if (nr == 1) client.entity.teleport(2222, 50, 50);
client.entity.pkmode = game.enums.pkmode.team;
client.send(new data(true) { uid = client.entity.uid, id = data.changepkmode, dwparam = (uint)client.entity.pkmode });
}
else
{
dialog.text("top taoistmoon pk war is held during xx:30 to xx:33 you have 4 min to signup ");
dialog.option("i don't care.", 255);
dialog.send();
break;
}
break;
}
case 106:
{
if (datetime.now.minute >= 36 && datetime.now.minute <= 38)
{
random r = new random();
int nr = r.next(1, 1);
if (nr == 1) client.entity.teleport(2527, 50, 50);
// if (nr == 1) client.entity.teleport(5928, 50, 50);
client.entity.pkmode = game.enums.pkmode.team;
client.send(new data(true) { uid = client.entity.uid, id = data.changepkmode, dwparam = (uint)client.entity.pkmode });
}
else
{
dialog.text("top piratlord pk war is held during xx:36 to xx:39 you have 4 min to signup ");
dialog.option("i don't care.", 255);
dialog.send();
break;
}
break;
}
case 107:
{
if (datetime.now.minute >= 42 && datetime.now.minute <= 44)
{
random r = new random();
int nr = r.next(1, 1);
if (nr == 1) client.entity.teleport(321, 50, 50);
client.entity.pkmode = game.enums.pkmode.team;
client.send(new data(true) { uid = client.entity.uid, id = data.changepkmode, dwparam = (uint)client.entity.pkmode });
}
else
{
dialog.text("top kungfuking pk war is held during xx:6 to xx:9 you have 4 min to signup ");
dialog.option("i don't care.", 255);
dialog.send();
break;
}
break;
}
case 108:
{
if (datetime.now.minute >= 48 && datetime.now.minute <= 50)
{
if (client.entity.conquerpoints >= 10000000)
{
client.entity.teleport(6565, 39, 35);
if (client.entity.myclones.count > 0)
{
var clones = client.entity.myclones.values.toarray();
for (int i = 0; i < clones.length; i++)
{
var item = clones[i];
if (item == null)
continue;
data data = new data(true);
data.uid = item.uid;
data.id = network.gamepackets.data.removeentity;
client.entity.owner.sendscreen(data);
client.entity.myclones[item.uid] = null;
}
client.entity.myclones.clear();
}
}
else
{
dialog.text("sorry your dont make " + 10000000 + " cps");
dialog.option("thanks.", 255);
dialog.avatar(116);
dialog.send();
}
break;
}
else
{
dialog.text("sorry i can let you join the event now come again later on (××:48) off (××:51).");
dialog.option("thanks.", 255);
dialog.avatar(116);
dialog.send();
break;
}
//break;
}
case 109:
{
if (datetime.now.minute >= 54 && datetime.now.minute <= 56)
{
random r = new random();
int nr = r.next(1, 1);
client.entity.teleport(9575, 50, 50);
client.entity.pkmode = game.enums.pkmode.team;
client.send(new data(true) { uid = client.entity.uid, id = data.changepkmode, dwparam = (uint)client.entity.pkmode });
}
else
{
dialog.text("hey there > " + client.entity.name + "would you like to join windwalker~pk ?.");
dialog.option("i don't care.", 255);
dialog.send();
break;
}
break;
}
}
break;
}
#endregion
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
أدوات الموضوع | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
مساعده في طلب اكواد لتوبات وافكار جديده.. | AliNasser | مشكلات السيرفيرات كونكر الشخصيه | 3 | 2023-10-11 09:07 PM |
عاوز شرح ازاى اضيف طربيزه بوكر ف التون | megokarika | مشكلات السيرفيرات كونكر الشخصيه | 1 | 2020-03-15 11:57 AM |
عاوز اضيف ملفات ال itemtypeفي البتش الي معيه دوه ومش معيه فك التشفير | Mawdo3jded | مشكلات السيرفيرات كونكر الشخصيه | 1 | 2019-11-29 05:37 PM |
ازاي اضيف الشامبيون بوينتس .. | AliNasser | مشكلات السيرفيرات كونكر الشخصيه | 7 | 2019-08-31 11:20 AM |
عاوز اضيف سوبر جيلد وير | abuhaneen | مشكلات السيرفيرات كونكر الشخصيه | 3 | 2019-07-13 10:39 AM |