|
#region ChangePassword
case 10561: //Repack-Co SoOon
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hello. I'm the one that was choosen to set/change your account password .you can change you password for 14 letters nubmer or characters. Conquer Ghost World V1 V1");
dialog.Option("I want to change the password.", 2);
dialog.Option("Forget it.", 255);
dialog.Send();
break;
}
#region Change password
case 2:
{
if (client.Account.Password != "")
{
dialog.Text("Please insert the old password you have now.");
dialog.Input("Here:", 6, 14);
dialog.Option("Forget it.", 255);
}
else
{
dialog.Text("You don't have a password set.");
dialog.Option("Alright.", 255);
}
dialog.Send();
break;
}
case 6:
{
if (client.Account.Password != "")
{
if (npcRequest.Input.Length <= 14)
{
if (client.Account.Password == npcRequest.Input)
{
dialog.Text("Please insert the New password again.");
dialog.Input("Here:", 7, 14);
dialog.Option("Forget it.", 255);
}
else
{
dialog.Text("Wrong password. Try again?");
dialog.Input("Here:", 6, 14);
dialog.Option("Alright.", 255);
}
}
else
{
dialog.Text("Invalid password, please try again.");
dialog.Input("Here:", 6, 14);
dialog.Option("Alright.", 255);
}
}
else
{
dialog.Text("You don't have a password set.");
dialog.Option("Alright.", 255);
}
dialog.Send();
break;
}
case 7:
{
if (client.Account.Password != "")
{
if (npcRequest.Input.Length <= 14)
{
client.TempPassword = npcRequest.Input;
dialog.Text("Please insert the New password again.");
dialog.Input("Here:", 8, 14);
dialog.Option("Forget it.", 255);
}
else
{
dialog.Text("Invalid password, please try again.");
dialog.Input("Here:", 7, 14);
dialog.Option("Alright.", 255);
}
}
else
{
dialog.Text("You don't have a password set.");
dialog.Option("Alright.", 255);
}
dialog.Send();
break;
}
case 8:
{
if (client.Account.Password != "")
{
if (npcRequest.Input.Length <= 14)
{
if (client.TempPassword == npcRequest.Input)
{
client.TempPassword = "";
client.Account.Password = npcRequest.Input;
client.Account.Save();
dialog.Text("Password changed!");
dialog.Option("Thank you.", 255);
}
else
{
dialog.Text("Wrong password.");
dialog.Input("Here:", 8, 14);
dialog.Option("Alright.", 255);
}
}
else
{
dialog.Text("Invalid password, please try again.");
dialog.Input("Here:", 8, 14);
dialog.Option("Alright.", 255);
}
}
else
{
dialog.Text("You don't have a password set.");
dialog.Option("Alright.", 255);
}
dialog.Send();
break;
}
#endregion Change password
}
break;
}
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
صفحه تسجيل جديده بشكل جديده في Script Hashish | ahmedBayoumi12 | صفحات التسجيل كونكر اونلاين | 44 | 2024-04-30 02:27 AM |
مطلوب ملف فيه لوك فيس كتير بالصور بتاعتهم لو سمحتم | MahmoudMano | مشكلات السيرفيرات كونكر الشخصيه | 5 | 2020-05-08 10:39 PM |
[مطلوب] مطلوب باتش عربى 3 دى | walid88 | مشكلات السيرفيرات كونكر الشخصيه | 11 | 2020-04-30 10:54 AM |
اضافة في وحش كبير | stevenayman1 | مشكلات السيرفيرات كونكر الشخصيه | 2 | 2020-04-03 08:45 PM |
مشكله واجهتني كتير | سمير | مشكلات السيرفيرات كونكر الشخصيه | 1 | 2019-11-22 02:41 PM |