Hello, today am going to realese a Simple Account Management.
all you have to do is edit the links to your desire and add the npc into the database
Npc Code
credits to jave for make this npc and my for put it here ;D
all you have to do is edit the links to your desire and add the npc into the database
PHP Code:
#region Helpdesk
case 10060:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Welcome to the Helpdesk NPC, I
am here to help you manage your account and help you connect to our customer service");
dialog.Link("Customer Service", 1);
dialog.Link("Account Managment", 2);
dialog.Link("Vote)", 3);
dialog.Link("Register", 4);
dialog.Link("Forum", 5);
dialog.Link("Nah am good, Thanks", 255);
dialog.Avatar(95);
dialog.Send();
break;
}
case 1:
{
System.Diagnostics.Process.Start("http://link.com");
break;
}
case 2:
{
System.Diagnostics.Process.Start("http://link.com");
break;
}
case 3:
{
System.Diagnostics.Process.Start("http://link.com");
break;
}
case 4:
{
System.Diagnostics.Process.Start("http://link.com");
break;
}
case 5:
{
System.Diagnostics.Process.Start("http://link.com");
break;
}
}
break;
}
#endregion
PHP Code:
REPLACE INTO `cq_npc` VALUES (10060, 0, 'Helpdesk', 0002, 5620, 1002, 0400, 0400, 0, 0);