Helo all i am working on 5180 source i aded mobs spawn some more futures,now i wan add npc dialog not from cq_acion but normal like in coemu etc,but i stacket can any one help my?
npcdialog (5018) 08/01/2010 - CO2 Private Server - 5 Replies does this look right for npc dialog?
(arco's)
case 333333://test id
{
if (Client.Money >= 100)
{
dialog(Client, new string {
"AVATAR 30",
"TEXT You got 100Silvers",
5156 NPCDialog (Item and ClientSockets Problems) 06/20/2010 - CO2 Private Server - 3 Replies Friends,
I'm having trouble compiling sources NewestCOServer, specifically giving this error in the following source: NPCDialog.cs
ClientSocket class does not exist, and structure "Struct.ItemInfo" the method AddItem is not localized. Could anyone help me or pass the sources corrected?
Thanks
NPCDialog.cs (LOTF v5017) 04/08/2010 - CO2 PServer Guides & Releases - 15 Replies This is old...
Replace case 2031 and case 2032 (in client.cs) with these
case 2031:
{
MyChar.Ready = false;
int NPCID = (Data << 24) + (Data << 16) + (Data << 8) + Data;