محمد ياسر
2019-07-30, 12:29 PM
السلام عليكم ورحمة الله وبركاته
الموضوع واضح من عنوانه
ايتم بتودي لوحوش ألDragons ,
ألشرح,
اول حاجه أضفات الكلنت
ItemType في السورس وي في الكلنيت
3004471@@TeleMap@@0@@0@@0@@0@@0@@0@@0@@0@@9@@0@@0@ @98389850@@0@@0@@0@@0@@0@@0@@0@@1@@1@@0@@0@@0@@0@@ 0@@0@@0@@0@@0@@1@@800@@0@@0@@1@@0@@0@@0@@0@@0@@0@@ 0@@0@@0@@0@@1@@0@@0@@0@@0@@0@@TeleMaps@@Open~to~se lect~a~Dragon~item~edit~By~Mrkeka~MrYoussef.@@0@@0 @@0@@0@@0@@500@@0@@0@@0@@0@@0@@
هنخش علي ItemMinMap
في Ani
تحط ده
[Item3004471]
FrameAmount=1
Frame0=data/ItemMinIcon/720674.dds
نخش علي السورس
هتخش علي PacketHandler
وي ندور علي
#region Captchas
وي نضيف فوقيه
#region Mrkeka.Youssef
if (client.ActiveNpc == 3004471)
{
if (client.Inventory.Contains(client.ActiveNpc, 1))
{
if (req.OptionID == 1)
{
client.Entity.Teleport(2056, 428, 567);
}
if (req.OptionID == 2)
{
client.Entity.Teleport(7007, 542, 430);
}
if (req.OptionID == 3)
{
client.Entity.Teleport(1762, 542, 430);
}
if (req.OptionID == 4)
{
client.Entity.Teleport(8892, 30, 27);
}
if (req.OptionID == 5)
{
client.Entity.Teleport(3845, 203, 180);
}
if (req.OptionID == 6)
{
client.Entity.Teleport(3846, 203, 180);
}
if (req.OptionID == 7)
{
client.Entity.Teleport(2056, 184, 329);
}
}
return;
}
#endregion
بعدين ندور علي
#region Misc
وي نضيف ده تحتيه
#region Mrkeka.Youssef
case 3004471:
{
Npcs dialog = new Npcs(client);
dialog.Text("Hello [" + client.Entity.Name + "]. I Can Teleport You to Any Monsters You Need , Any One You Need. Thx [Youssef Mrkeka]");
dialog.Option("TeratoDragon.", 1);
dialog.Option("SnowBansheeSoul.", 2);
dialog.Option("SnowBanshee.", 3);
dialog.Option("GoldenOctopus", 5);//3845
dialog.Option("EvilMonkMisery", 6);//3846
dialog.Option("lavaBeast.", 7);
dialog.Avatar(10);
dialog.Send();
client.ActiveNpc = item.ID;
break;
}
#endregion
كدا تمام ,
حط بقي الايتم في شب booth وي الي ضفها ياريت يرفعلنا صوره :*
عدل علي الاماكن برحتك
الموضوع واضح من عنوانه
ايتم بتودي لوحوش ألDragons ,
ألشرح,
اول حاجه أضفات الكلنت
ItemType في السورس وي في الكلنيت
3004471@@TeleMap@@0@@0@@0@@0@@0@@0@@0@@0@@9@@0@@0@ @98389850@@0@@0@@0@@0@@0@@0@@0@@1@@1@@0@@0@@0@@0@@ 0@@0@@0@@0@@0@@1@@800@@0@@0@@1@@0@@0@@0@@0@@0@@0@@ 0@@0@@0@@0@@1@@0@@0@@0@@0@@0@@TeleMaps@@Open~to~se lect~a~Dragon~item~edit~By~Mrkeka~MrYoussef.@@0@@0 @@0@@0@@0@@500@@0@@0@@0@@0@@0@@
هنخش علي ItemMinMap
في Ani
تحط ده
[Item3004471]
FrameAmount=1
Frame0=data/ItemMinIcon/720674.dds
نخش علي السورس
هتخش علي PacketHandler
وي ندور علي
#region Captchas
وي نضيف فوقيه
#region Mrkeka.Youssef
if (client.ActiveNpc == 3004471)
{
if (client.Inventory.Contains(client.ActiveNpc, 1))
{
if (req.OptionID == 1)
{
client.Entity.Teleport(2056, 428, 567);
}
if (req.OptionID == 2)
{
client.Entity.Teleport(7007, 542, 430);
}
if (req.OptionID == 3)
{
client.Entity.Teleport(1762, 542, 430);
}
if (req.OptionID == 4)
{
client.Entity.Teleport(8892, 30, 27);
}
if (req.OptionID == 5)
{
client.Entity.Teleport(3845, 203, 180);
}
if (req.OptionID == 6)
{
client.Entity.Teleport(3846, 203, 180);
}
if (req.OptionID == 7)
{
client.Entity.Teleport(2056, 184, 329);
}
}
return;
}
#endregion
بعدين ندور علي
#region Misc
وي نضيف ده تحتيه
#region Mrkeka.Youssef
case 3004471:
{
Npcs dialog = new Npcs(client);
dialog.Text("Hello [" + client.Entity.Name + "]. I Can Teleport You to Any Monsters You Need , Any One You Need. Thx [Youssef Mrkeka]");
dialog.Option("TeratoDragon.", 1);
dialog.Option("SnowBansheeSoul.", 2);
dialog.Option("SnowBanshee.", 3);
dialog.Option("GoldenOctopus", 5);//3845
dialog.Option("EvilMonkMisery", 6);//3846
dialog.Option("lavaBeast.", 7);
dialog.Avatar(10);
dialog.Send();
client.ActiveNpc = item.ID;
break;
}
#endregion
كدا تمام ,
حط بقي الايتم في شب booth وي الي ضفها ياريت يرفعلنا صوره :*
عدل علي الاماكن برحتك