عرض مشاركة واحدة
احصائياتى

الردود
2

المشاهدات
2190
 
Mero

Mero is on a distinguished road

    غير متواجد

المشاركات
151

+التقييم
0.07

تاريخ التسجيل
Apr 2019

الاقامة

نظام التشغيل

رقم العضوية
11
2019-04-18, 11:52 PM
المشاركة 1 
#1  
Post EVENT Nobilty War Kings & Princes & Ducks & Earls


دي EVENT بتكلمو بيدخل الكينج لبعض والبرنسات لبعض والدك والايرل

واليكسب من الكينج ياخد توب بتاعو ا الخ.....

الاضافة

ضيف الكود ده في Npcs.cs


كود:
#region Arena Nobility
case 80080025:
{
switch (
npcRequest.OptionID)
{
case 
0:
{
dialog.****("Arena PK For Kings , Princes , Dukes , Earls .");
dialog.****("Choose Your Nobility");
dialog.Option("Arena King"1);
dialog.Option("Arena Prince"2);
dialog.Option("Arena Duke"3);
dialog.Option("Arena Earl"4);
dialog.Option("No."255);
dialog.Send();
break;
}
case 
1:
{
if (
client.Entity.NobilityRank == Game.ConquerStructures.NobilityRank.King)
{
client.Entity.Teleport(44455050); 
}
Conquer_Online_Server.Network.PacketHandler.WorldM essage("Congratulations! " client.Entity.**** + "! Bem vindo a Arena King");
dialog.Send();
break;
}
case 
2:
{
if (
client.Entity.NobilityRank == Game.ConquerStructures.NobilityRank.Prince)
{
client.Entity.Teleport(44465050); 
}
Conquer_Online_Server.Network.PacketHandler.WorldM essage("Congratulations! " client.Entity.**** + "! Bem vindo a Arena Prince");
dialog.Send();
break;
}
case 
3:
{
if (
client.Entity.NobilityRank == Game.ConquerStructures.NobilityRank.Duke)
{
client.Entity.Teleport(44475050); 
}
Conquer_Online_Server.Network.PacketHandler.WorldM essage("Congratulations! " client.Entity.**** + "! Bem vindo a Arena Duke");
dialog.Send();
break;
}
case 
4:
{
if (
client.Entity.NobilityRank == Game.ConquerStructures.NobilityRank.Earl)
{
client.Entity.Teleport(44485050); 
}
Conquer_Online_Server.Network.PacketHandler.WorldM essage("Congratulations! " client.Entity.**** + "! Bem vindo a Arena Earl");
dialog.Send();
break;
}
}
break;
}

#endregion 

النافي كات بقي

في npcs


كود:
80080025 ArenaNobility 2 9976 1002 297 286 

وفي ملف التكست بتاع المابات map ضيف الاضافات دي:


كود:
4445 700 7 0
4446 700 7 0
4447 700 7 0
4448 700 7 0