عرض مشاركة واحدة
قديم 2021-08-11, 05:54 AM
المشاركة 2
Zuko
.:: عضو نشيط ::.
  • غير متواجد
افتراضي رد: جماعة حد يعرف حل مشكله الـ Titel/wings
اتفضل الكود الخاص بيه

#region Wordrob // Title and Wings
case حط هنا رقم ال NPC اللي عاوزو يعمل كده:
{
switch (npcRequest.OptionID)
{
case 0:
{
client.Entity.Update(_String.Effect, "iarrow_915", true);
dialog.Text("Hello " + client.Entity.Name + ", How are you ? I am the manager of the new titles / wings");
dialog.Text("Do you want to buy wings / titles For free?");
dialog.Option("All Wing&Titel", 45);
break;
}
case 45:
{
new TitleStorage().GetAll(client);
break;
}
}
break;
}
#endregion