|
You last visited: Today at 00:45
Advertisement
[simple] Helpdesk Npc 5375
Discussion on [simple] Helpdesk Npc 5375 within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.
07/04/2011, 20:59
|
#1
|
elite*gold: 0
Join Date: Nov 2010
Posts: 159
Received Thanks: 39
|
[simple] Helpdesk Npc 5375
Here My Helpdesk Npc for 5375
Quote:
#region Helpdesk
case 10065:
{
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.Option("Register", 1);
dialog.Option("ChangePassword", 2);
dialog.Option("Vote", 3);
dialog.Option("ChatBox", 4);
dialog.Option("Download", 5);
dialog.Option("Nah am good, Thanks", 255);
dialog.Avatar(95);
dialog.Send();
break;
}
case 1:
{
client.Send(new Message("Register link", System.Drawing.Color.Red, Message.Website));
break;
}
case 2:
{
client.Send(new Message("ChangePassword Link", System.Drawing.Color.Red, Message.Website));
break;
}
case 3:
{
client.Send(new Message("Vote Link", System.Drawing.Color.Red, Message.Website));
break;
}
case 4:
{
client.Send(new Message("ChatBox Link", System.Drawing.Color.Red, Message.Website));
break;
}
case 5:
{
client.Send(new Message("Download Link", System.Drawing.Color.Red, Message.Website));
break;
}
}
break;
}
#endregion
|
P.S If Its no needed mods plyz delete topic ty
|
|
|
07/05/2011, 07:12
|
#2
|
elite*gold: 0
Join Date: Sep 2009
Posts: 95
Received Thanks: 2
|
mmmm dont work the vote link why? said this
|
|
|
07/05/2011, 17:44
|
#3
|
elite*gold: 0
Join Date: Nov 2009
Posts: 785
Received Thanks: 422
|
Quote:
Originally Posted by rockymiperro
mmmm dont work the vote link why? said this 
|
Did you wrote your vote link between quote?
|
|
|
12/04/2011, 21:42
|
#4
|
elite*gold: 0
Join Date: Oct 2008
Posts: 1
Received Thanks: 0
|
dont work whit me...
|
|
|
12/13/2011, 15:59
|
#5
|
elite*gold: 0
Join Date: May 2009
Posts: 15
Received Thanks: 4
|
It works perfectly.
Do it like there:
Quote:
#region Helpdesk
case 10065:
{
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.Option("Register", 1);
dialog.Option("ChangePassword", 2);
dialog.Option("Vote", 3);
dialog.Option("ChatBox", 4);
dialog.Option("Download", 5);
dialog.Option("Nah am good, Thanks", 255);
dialog.Avatar(95);
dialog.Send();
break;
}
case 1:
{
client.Send(new Message("http://yourlink/register.php", System.Drawing.Color.Red, Message.Website));
break;
}
case 2:
{
client.Send(new Message("http://yourlink/change-password.php", System.Drawing.Color.Red, Message.Website));
break;
}
case 3:
{
client.Send(new Message("http://xtremetop100[dot]com/......", System.Drawing.Color.Red, Message.Website));
break;
}
case 4:
{
client.Send(new Message("http://yourlink/chatbox.php", System.Drawing.Color.Red, Message.Website));
break;
}
case 5:
{
client.Send(new Message("http://yourlink/download.php", System.Drawing.Color.Red, Message.Website));
break;
}
}
break;
}
#endregion
|
Good job S/W.
|
|
|
12/13/2011, 16:51
|
#6
|
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,383
|
I don't know why it bugs me but I am still shocked no one has done a REAL helpdesk npc... IE: lets you enter text and then pulls topics from a database for you to read.
It would be useless but the thought entertains me xD
Nice work.
|
|
|
02/12/2012, 16:38
|
#7
|
elite*gold: 0
Join Date: Sep 2009
Posts: 2
Received Thanks: 0
|
tyyyyyyyyy
|
|
|
02/15/2012, 12:19
|
#8
|
elite*gold: 0
Join Date: Dec 2011
Posts: 1,537
Received Thanks: 785
|
Quote:
Originally Posted by pro4never
I don't know why it bugs me but I am still shocked no one has done a REAL helpdesk npc... IE: lets you enter text and then pulls topics from a database for you to read.
It would be useless but the thought entertains me xD
Nice work.
|
I shall do that for the lawls.
|
|
|
03/08/2012, 19:53
|
#9
|
elite*gold: 0
Join Date: Nov 2011
Posts: 62
Received Thanks: 4
|
The Vote option would be better if you get cps, this is nothing. Only opening websites
|
|
|
03/08/2012, 20:54
|
#10
|
elite*gold: 0
Join Date: Mar 2012
Posts: 286
Received Thanks: 71
|
For ***'s sake, stop reviving old posts. >_<
|
|
|
03/09/2012, 06:15
|
#11
|
elite*gold: 0
Join Date: Nov 2010
Posts: 159
Received Thanks: 39
|
#request close
|
|
|
04/15/2012, 09:19
|
#12
|
elite*gold: 0
Join Date: Dec 2010
Posts: 102
Received Thanks: 25
|
Code:
case 1:
{
client.Send(new Network.GamePackets.Message("http://www.yourlinkhere.com", System.Drawing.Color.White, 2105));
break;
}
|
|
|
 |
Similar Threads
|
Simple Helpdesk NPC (12Tails)
06/13/2011 - CO2 PServer Guides & Releases - 9 Replies
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
#region Helpdesk
case 10060:
{
switch (npcRequest.OptionID)
{
case 0:
{
|
[Guide-HelpDesk]Beginners Help~Desk
02/24/2010 - CO2 PServer Guides & Releases - 11 Replies
Hei, guys ive saw alot of members , need help in much small things like change exp rate , hello msg , etc
Purple : thing that you should change
Green: thing that you should add
Blue : that you will remove (probably nothing)
________________________
Change Exp rate
In World.cs search for
|
Simple questions, simple answers :)
11/09/2009 - Kal Online - 2 Replies
Hello guys :)
I've been reading this forum for a while, and I found very nice information here but still, some threads in german can't provide me whole knowledge I'm looking for, that's why I'm asking some questions :)
1. kiki uce - is it working on windows xp/vista ?
2. I'm willing to check that on my own, but maybe somebody knows that already - will store hack (http://www.elitepvpers.com/forum/kal-online/300254 -tutorial-money-bug-store-hack.html) work on R3volution server ? There's GBL v2...
|
Simple Question Needs Simple Answer[If CR gone what bot we can use]
08/08/2008 - Cabal Online - 2 Replies
If CR is not free what BOT can we use in PH... Many players in Ph asking that question....
TY...
|
All times are GMT +1. The time now is 00:48.
|
|