Impulse's source npc 03/06/2011 - CO2 Private Server - 0 Replies Can anyone tell me why this does not work?It's the same id as in the npcs.txt file(111110) but it still chooses the default in the "switch (client.ActiveNpc)" is there something wrong with the "(npcRequest.OptionID)" or?
public static void GetDialog(NpcRequest npcRequest, GameState client)
{
if (npcRequest == null || client == null || client.Entity == null)
return;
Dialogs dialog = new Dialogs();
[Help]Errors (Impulse's Source) 10/06/2010 - CO2 Private Server - 2 Replies http://s4.postimage.org/kGv8i.jpg
What does that errors means? Where should I look to fix them?
As title says, I'm using Impulse's source!
[Release] Breeder NPC (Impulse's source) 07/25/2010 - CO2 PServer Guides & Releases - 4 Replies Hello,
I am very very pleased and proud of myself that I managed to do this FIRST time trying to send a packet via npc so I'm happy :)
SPECIAL THANKS TO: .Arco's thread Breeder packet with NPC. That gave me the packet id's.
all it is, is this npc in dialog.cs
#region Breeder
case 13118: