Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server > CO2 PServer Guides & Releases
You last visited: Today at 01:18

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] NPC Give free stuff for all prof - source 5165

Discussion on [Release] NPC Give free stuff for all prof - source 5165 within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2008
Posts: 13
Received Thanks: 13
[Release] NPC Give free stuff for all prof - source 5165

We now will make Victor in tc work and give all players free stuff super +12 lvl 70
just open the source in C#
And go to PacketHandling/NPCDialog.cs add this code
Code:
#region ConquerSx FreeItems1
                            case 300006:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Welcome to the Conquer-Sx - This is gift gear NPC. Hello I am one of goddess which are here to help.!"));
                                        GC.AddSend(Packets.NPCLink("Cool let me in.", 1));
                                        GC.AddSend(Packets.NPCLink("Haa Ok Then", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    if (Control == 1)
                                    {
                                        GC.AddSend(Packets.NPCSay("I can gift you with some gear of specified profesion"));
                                        GC.AddSend(Packets.NPCLink("FireTao L70 pack", 2));
                                        GC.AddSend(Packets.NPCLink("WaterTao L70 pack", 3));
                                        GC.AddSend(Packets.NPCLink("Warrior L70 pack", 4));
                                        GC.AddSend(Packets.NPCLink("Trojan L70 pack", 5));
                                        GC.AddSend(Packets.NPCLink("Archer L70 pack", 6));
                                        GC.AddSend(Packets.NPCLink("Ninja L70 pack", 7));
                                        GC.AddSend(Packets.NPCLink("Weps pack L70", 8));
                                        GC.AddSend(Packets.NPCLink("No, thanks.", 255));
                                        GC.AddSend(Packets.NPCSetFace(15));
                                        GC.AddSend(Packets.NPCFinish());
                                    }

                                    else if (GC.MyChar.Level <= 69)
                                    {
                                        GC.AddSend(Packets.NPCSay("Welcome to the Conquer-Sx, we sell special items here that you cant find anywere else!! But ur not have lvl 70 yet!"));
                                        GC.AddSend(Packets.NPCLink("Damn.", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }

                                    if (Control == 2)
                                    {


                                        GC.MyChar.AddItem(134069, 12); //Robe
                                        GC.MyChar.AddItem(117069, 12); //Earring
                                        GC.MyChar.AddItem(152129, 12); //brac
                                        GC.MyChar.AddItem(121129, 12); //Bag
                                        GC.MyChar.AddItem(160139, 12); //boots
                                        GC.MyChar.AddItem(202009, 12); //Star
                                        GC.MyChar.AddItem(201009, 12); //Fan
                                            GC.AddSend(Packets.NPCSay("Here you are."));
                                            GC.AddSend(Packets.NPCLink("Thanks.", 255));
                                            GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            GC.AddSend(Packets.NPCFinish());
                                        
                                    }
                                    if (Control == 3)
                                    {
                                        GC.MyChar.AddItem(134069, 12); //Robe
                                        GC.MyChar.AddItem(117069, 12); //Earring
                                        GC.MyChar.AddItem(152129, 12); //brac
                                        GC.MyChar.AddItem(121129, 12); //Bag
                                        GC.MyChar.AddItem(160139, 12); //boots
                                        GC.MyChar.AddItem(202009, 12); //Star
                                        GC.MyChar.AddItem(201009, 12); //Fan
                                        GC.AddSend(Packets.NPCSay("Here you are."));
                                        GC.AddSend(Packets.NPCLink("Thanks.", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }

                                    if (Control == 4)
                                    {
                                        GC.MyChar.AddItem(131069, 12); //Robe
                                        GC.MyChar.AddItem(117069, 12); //Earring
                                        GC.MyChar.AddItem(120129, 12); //Neck
                                        GC.MyChar.AddItem(150139, 12); //Ring
                                        GC.MyChar.AddItem(160139, 12); //boots
                                        GC.MyChar.AddItem(202009, 12); //Star
                                        GC.MyChar.AddItem(201009, 12); //Fan
                                        GC.AddSend(Packets.NPCSay("Here you are."));
                                        GC.AddSend(Packets.NPCLink("Thanks.", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (Control == 5)
                                    {
                                        GC.MyChar.AddItem(130069, 12); //Robe
                                        GC.MyChar.AddItem(117069, 12); //Earring
                                        GC.MyChar.AddItem(120129, 12); //Neck
                                        GC.MyChar.AddItem(150139, 12); //Ring
                                        GC.MyChar.AddItem(160139, 12); //boots
                                        GC.MyChar.AddItem(202009, 12); //Star
                                        GC.MyChar.AddItem(201009, 12); //Fan
                                        GC.AddSend(Packets.NPCSay("Here you are."));
                                        GC.AddSend(Packets.NPCLink("Thanks.", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (Control == 6)
                                    {
                                        GC.MyChar.AddItem(133049, 12); //Robe
                                        GC.MyChar.AddItem(117069, 12); //Earring
                                        GC.MyChar.AddItem(120129, 12); //Neck
                                        GC.MyChar.AddItem(150139, 12); //Ring
                                        GC.MyChar.AddItem(160139, 12); //boots
                                        GC.MyChar.AddItem(202009, 12); //Star
                                        GC.MyChar.AddItem(201009, 12); //Fan
                                        GC.AddSend(Packets.NPCSay("Here you are."));
                                        GC.AddSend(Packets.NPCLink("Thanks.", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                        GC.AddSend(Packets.NPCSay("Here you are."));
                                        GC.AddSend(Packets.NPCLink("Thanks.", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());  
                                    }
                                    else if (Control == 7)
                                    {
                                        GC.MyChar.AddItem(135069, 12); //Robe
                                        GC.MyChar.AddItem(112069, 12); //Earring
                                        GC.MyChar.AddItem(120129, 12); //Neck
                                        GC.MyChar.AddItem(150139, 12); //Ring
                                        GC.MyChar.AddItem(160139, 12); //boots
                                        GC.MyChar.AddItem(202009, 12); //Star
                                        GC.MyChar.AddItem(201009, 12); //Fan
                                        GC.AddSend(Packets.NPCSay("Here you are."));
                                        GC.AddSend(Packets.NPCLink("Thanks.", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());

                                    }
                                    else if (Control == 8)
                                    {
                                        GC.MyChar.AddItem(421139, 12); //BS
                                        GC.MyChar.AddItem(420139, 12); //S
                                        GC.MyChar.AddItem(410139, 12); //B
                                        GC.MyChar.AddItem(480139, 12); //C
                                        GC.MyChar.AddItem(561139, 12); //W
                                        GC.MyChar.AddItem(560139, 12); //SP
                                        GC.MyChar.AddItem(601139, 12); //k
                                        GC.MyChar.AddItem(500129, 12); //Bo
                                        GC.AddSend(Packets.NPCSay("Here you are."));
                                        GC.AddSend(Packets.NPCLink("Thanks.", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());

                                    }

                                    break;
                                }
                            #endregion



Thanx all



alfaone is offline  
Thanks
5 Users
Old 11/28/2009, 19:35   #2
 
elite*gold: 0
Join Date: Sep 2008
Posts: 1,683
Received Thanks: 505
TBH, I don't think these kind of released are needed, but any contribution is a contribution.
Good job.
Basser is offline  
Old 11/30/2009, 11:49   #3
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by alfaone View Post
We now will make Victor in tc work and give all players free stuff super +12 lvl 70
just open the source in C#
And go to PacketHandling/NPCDialog.cs add this code
Code:
#region ConquerSx FreeItems1
                            case 300006:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Welcome to the Conquer-Sx - This is gift gear NPC. Hello I am one of goddess which are here to help.!"));
                                        GC.AddSend(Packets.NPCLink("Cool let me in.", 1));
                                        GC.AddSend(Packets.NPCLink("Haa Ok Then", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    if (Control == 1)
                                    {
                                        GC.AddSend(Packets.NPCSay("I can gift you with some gear of specified profesion"));
                                        GC.AddSend(Packets.NPCLink("FireTao L70 pack", 2));
                                        GC.AddSend(Packets.NPCLink("WaterTao L70 pack", 3));
                                        GC.AddSend(Packets.NPCLink("Warrior L70 pack", 4));
                                        GC.AddSend(Packets.NPCLink("Trojan L70 pack", 5));
                                        GC.AddSend(Packets.NPCLink("Archer L70 pack", 6));
                                        GC.AddSend(Packets.NPCLink("Ninja L70 pack", 7));
                                        GC.AddSend(Packets.NPCLink("Weps pack L70", 8));
                                        GC.AddSend(Packets.NPCLink("No, thanks.", 255));
                                        GC.AddSend(Packets.NPCSetFace(15));
                                        GC.AddSend(Packets.NPCFinish());
                                    }

                                    else if (GC.MyChar.Level <= 69)
                                    {
                                        GC.AddSend(Packets.NPCSay("Welcome to the Conquer-Sx, we sell special items here that you cant find anywere else!! But ur not have lvl 70 yet!"));
                                        GC.AddSend(Packets.NPCLink("Damn.", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }

                                    if (Control == 2)
                                    {


                                        GC.MyChar.AddItem(134069, 12); //Robe
                                        GC.MyChar.AddItem(117069, 12); //Earring
                                        GC.MyChar.AddItem(152129, 12); //brac
                                        GC.MyChar.AddItem(121129, 12); //Bag
                                        GC.MyChar.AddItem(160139, 12); //boots
                                        GC.MyChar.AddItem(202009, 12); //Star
                                        GC.MyChar.AddItem(201009, 12); //Fan
                                            GC.AddSend(Packets.NPCSay("Here you are."));
                                            GC.AddSend(Packets.NPCLink("Thanks.", 255));
                                            GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            GC.AddSend(Packets.NPCFinish());
                                        
                                    }
                                    if (Control == 3)
                                    {
                                        GC.MyChar.AddItem(134069, 12); //Robe
                                        GC.MyChar.AddItem(117069, 12); //Earring
                                        GC.MyChar.AddItem(152129, 12); //brac
                                        GC.MyChar.AddItem(121129, 12); //Bag
                                        GC.MyChar.AddItem(160139, 12); //boots
                                        GC.MyChar.AddItem(202009, 12); //Star
                                        GC.MyChar.AddItem(201009, 12); //Fan
                                        GC.AddSend(Packets.NPCSay("Here you are."));
                                        GC.AddSend(Packets.NPCLink("Thanks.", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }

                                    if (Control == 4)
                                    {
                                        GC.MyChar.AddItem(131069, 12); //Robe
                                        GC.MyChar.AddItem(117069, 12); //Earring
                                        GC.MyChar.AddItem(120129, 12); //Neck
                                        GC.MyChar.AddItem(150139, 12); //Ring
                                        GC.MyChar.AddItem(160139, 12); //boots
                                        GC.MyChar.AddItem(202009, 12); //Star
                                        GC.MyChar.AddItem(201009, 12); //Fan
                                        GC.AddSend(Packets.NPCSay("Here you are."));
                                        GC.AddSend(Packets.NPCLink("Thanks.", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (Control == 5)
                                    {
                                        GC.MyChar.AddItem(130069, 12); //Robe
                                        GC.MyChar.AddItem(117069, 12); //Earring
                                        GC.MyChar.AddItem(120129, 12); //Neck
                                        GC.MyChar.AddItem(150139, 12); //Ring
                                        GC.MyChar.AddItem(160139, 12); //boots
                                        GC.MyChar.AddItem(202009, 12); //Star
                                        GC.MyChar.AddItem(201009, 12); //Fan
                                        GC.AddSend(Packets.NPCSay("Here you are."));
                                        GC.AddSend(Packets.NPCLink("Thanks.", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (Control == 6)
                                    {
                                        GC.MyChar.AddItem(133049, 12); //Robe
                                        GC.MyChar.AddItem(117069, 12); //Earring
                                        GC.MyChar.AddItem(120129, 12); //Neck
                                        GC.MyChar.AddItem(150139, 12); //Ring
                                        GC.MyChar.AddItem(160139, 12); //boots
                                        GC.MyChar.AddItem(202009, 12); //Star
                                        GC.MyChar.AddItem(201009, 12); //Fan
                                        GC.AddSend(Packets.NPCSay("Here you are."));
                                        GC.AddSend(Packets.NPCLink("Thanks.", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                        GC.AddSend(Packets.NPCSay("Here you are."));
                                        GC.AddSend(Packets.NPCLink("Thanks.", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());  
                                    }
                                    else if (Control == 7)
                                    {
                                        GC.MyChar.AddItem(135069, 12); //Robe
                                        GC.MyChar.AddItem(112069, 12); //Earring
                                        GC.MyChar.AddItem(120129, 12); //Neck
                                        GC.MyChar.AddItem(150139, 12); //Ring
                                        GC.MyChar.AddItem(160139, 12); //boots
                                        GC.MyChar.AddItem(202009, 12); //Star
                                        GC.MyChar.AddItem(201009, 12); //Fan
                                        GC.AddSend(Packets.NPCSay("Here you are."));
                                        GC.AddSend(Packets.NPCLink("Thanks.", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());

                                    }
                                    else if (Control == 8)
                                    {
                                        GC.MyChar.AddItem(421139, 12); //BS
                                        GC.MyChar.AddItem(420139, 12); //S
                                        GC.MyChar.AddItem(410139, 12); //B
                                        GC.MyChar.AddItem(480139, 12); //C
                                        GC.MyChar.AddItem(561139, 12); //W
                                        GC.MyChar.AddItem(560139, 12); //SP
                                        GC.MyChar.AddItem(601139, 12); //k
                                        GC.MyChar.AddItem(500129, 12); //Bo
                                        GC.AddSend(Packets.NPCSay("Here you are."));
                                        GC.AddSend(Packets.NPCLink("Thanks.", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());

                                    }

                                    break;
                                }
                            #endregion



Thanx all



Good job, but honestly what I would have done is make a new item.
NinjaSuperPack for example.
Then code in what NinjaSuperPack gives and then let the NPC give that out,
cause to me when an NPC has that much stuff in it, it looks kind of too much.
Arcо is offline  
Thanks
1 User
Old 12/01/2009, 22:47   #4
 
elite*gold: 0
Join Date: May 2008
Posts: 14
Received Thanks: 0
he DUN SAY ANYTHING USEFUL **** **** ****
5555 is offline  
Old 05/06/2010, 07:25   #5
 
Myndeth's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 54
Received Thanks: 90
HMM? DO I NEED C# TO MAKE IT WORK?
Myndeth is offline  
Old 05/06/2010, 07:32   #6
 
elite*gold: 0
Join Date: Mar 2007
Posts: 13
Received Thanks: 22
does this work
droopy72 is offline  
Old 05/11/2010, 21:42   #7
 
elite*gold: 0
Join Date: May 2007
Posts: 45
Received Thanks: 1
For me is not working
I opened the NPCDialog with Notepad, added the code but nothin changed.
Pls help.
mikattika is offline  
Old 05/11/2010, 21:47   #8
 
elite*gold: 0
Join Date: May 2010
Posts: 298
Received Thanks: 57
OMG NOOBS! YOU HAVE TO HAVE Microsoft C# Express edition ( free ) +
MonstersAbroad is offline  
Thanks
1 User
Old 05/11/2010, 23:25   #9
 
elite*gold: 0
Join Date: May 2007
Posts: 45
Received Thanks: 1
Oky. When i open C:\Fixed Source\rikardo updated\NewestCOServer --> PacketHandling--> NPCDialog.cs with Microsoft C# Express Edition im getin 94 errors :|

Quote:
Error 1 } expected C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1217 38 NewestCOServer
Error 2 Invalid token 'case' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1248 29 NewestCOServer
Error 3 Invalid token '==' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1250 49 NewestCOServer
Error 4 Invalid token '(' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1252 51 NewestCOServer
Error 5 Invalid token '(' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1252 66 NewestCOServer
Error 6 Invalid token '(' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1253 51 NewestCOServer
Error 7 Invalid token '(' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1253 67 NewestCOServer
Error 8 Invalid token '(' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1254 51 NewestCOServer
Error 9 Invalid token '(' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1254 67 NewestCOServer
Error 10 Invalid token '(' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1255 51 NewestCOServer
Error 11 Invalid token '(' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1255 70 NewestCOServer
Error 12 Invalid token ')' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1255 79 NewestCOServer
Error 13 Invalid token '(' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1256 51 NewestCOServer
Error 14 Invalid token '(' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1256 69 NewestCOServer
Error 15 A namespace does not directly contain members such as fields or methods C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1258 37 NewestCOServer
Error 16 A namespace does not directly contain members such as fields or methods C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1278 29 NewestCOServer
Error 17 Expected class, delegate, enum, interface, or struct C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1341 66 NewestCOServer
Error 18 Type or namespace definition, or end-of-file expected C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1347 49 NewestCOServer
Error 19 } expected C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1217 38 NewestCOServer
Error 20 Expected catch or finally C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1218 33 NewestCOServer
Error 21 The name 'LinkBack' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1133 41 NewestCOServer
Error 22 The name 'Text' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1136 41 NewestCOServer
Error 23 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1136 114 NewestCOServer
Error 24 The name 'Link' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1137 41 NewestCOServer
Error 25 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1137 59 NewestCOServer
Error 26 The name 'Link' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1138 41 NewestCOServer
Error 27 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1138 60 NewestCOServer
Error 28 The name 'Link' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1139 41 NewestCOServer
Error 29 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1139 59 NewestCOServer
Error 30 The name 'Link' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1140 41 NewestCOServer
Error 31 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1140 56 NewestCOServer
Error 32 The name 'Link' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1141 41 NewestCOServer
Error 33 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1141 58 NewestCOServer
Error 34 The name 'Link' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1142 41 NewestCOServer
Error 35 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1142 70 NewestCOServer
Error 36 The name 'Face' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1143 41 NewestCOServer
Error 37 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1143 50 NewestCOServer
Error 38 The name 'End' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1144 41 NewestCOServer
Error 39 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1144 45 NewestCOServer
Error 40 The name 'LinkBack' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1146 46 NewestCOServer
Error 41 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1148 88 NewestCOServer
Error 42 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1149 88 NewestCOServer
Error 43 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1150 88 NewestCOServer
Error 44 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1151 88 NewestCOServer
Error 45 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1152 88 NewestCOServer
Error 46 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1153 88 NewestCOServer
Error 47 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1154 88 NewestCOServer
Error 48 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1155 88 NewestCOServer
Error 49 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1156 88 NewestCOServer
Error 50 The name 'LinkBack' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1159 46 NewestCOServer
Error 51 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1162 88 NewestCOServer
Error 52 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1163 88 NewestCOServer
Error 53 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1164 88 NewestCOServer
Error 54 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1165 88 NewestCOServer
Error 55 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1166 88 NewestCOServer
Error 56 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1167 88 NewestCOServer
Error 57 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1168 88 NewestCOServer
Error 58 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1169 88 NewestCOServer
Error 59 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1170 88 NewestCOServer
Error 60 The name 'LinkBack' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1174 46 NewestCOServer
Error 61 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1177 88 NewestCOServer
Error 62 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1178 88 NewestCOServer
Error 63 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1179 88 NewestCOServer
Error 64 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1180 88 NewestCOServer
Error 65 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1181 88 NewestCOServer
Error 66 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1182 88 NewestCOServer
Error 67 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1183 88 NewestCOServer
Error 68 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1184 88 NewestCOServer
Error 69 The name 'LinkBack' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1188 46 NewestCOServer
Error 70 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1191 86 NewestCOServer
Error 71 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1192 86 NewestCOServer
Error 72 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1193 86 NewestCOServer
Error 73 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1194 86 NewestCOServer
Error 74 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1195 86 NewestCOServer
Error 75 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1196 86 NewestCOServer
Error 76 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1197 86 NewestCOServer
Error 77 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1198 86 NewestCOServer
Error 78 The name 'LinkBack' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1201 46 NewestCOServer
Error 79 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1204 88 NewestCOServer
Error 80 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1205 88 NewestCOServer
Error 81 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1206 88 NewestCOServer
Error 82 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1207 88 NewestCOServer
Error 83 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1208 88 NewestCOServer
Error 84 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1209 88 NewestCOServer
Error 85 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1210 88 NewestCOServer
Error 86 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1211 88 NewestCOServer
Error 87 The name 'CSocket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1212 88 NewestCOServer
Error 88 The type or namespace name 'Struct' could not be found (are you missing a using directive or an assembly reference?) C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1220 1 NewestCOServer
Error 89 The type or namespace name 'Struct' could not be found (are you missing a using directive or an assembly reference?) C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1220 28 NewestCOServer
Error 90 The name 'Nano' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1237 12 NewestCOServer
Error 91 'NewestCOServer.Database' does not contain a definition for 'Database' C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1238 25 NewestCOServer
Error 92 The name 'Nano' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1241 12 NewestCOServer
Error 93 'NewestCOServer.Database' does not contain a definition for 'Database' C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1242 20 NewestCOServer
Error 94 The name 'ConquerPacket' does not exist in the current context C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1246 14 NewestCOServer
After Buildin the code i got 20 more errors
Quote:
Error 1 } expected C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1217 38 NewestCOServer
Error 2 Invalid token 'case' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1248 29 NewestCOServer
Error 3 Invalid token '==' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1250 49 NewestCOServer
Error 4 Invalid token '(' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1252 51 NewestCOServer
Error 5 Invalid token '(' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1252 66 NewestCOServer
Error 6 Invalid token '(' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1253 51 NewestCOServer
Error 7 Invalid token '(' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1253 67 NewestCOServer
Error 8 Invalid token '(' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1254 51 NewestCOServer
Error 9 Invalid token '(' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1254 67 NewestCOServer
Error 10 Invalid token '(' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1255 51 NewestCOServer
Error 11 Invalid token '(' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1255 70 NewestCOServer
Error 12 Invalid token ')' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1255 79 NewestCOServer
Error 13 Invalid token '(' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1256 51 NewestCOServer
Error 14 Invalid token '(' in class, struct, or interface member declaration C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1256 69 NewestCOServer
Error 15 A namespace does not directly contain members such as fields or methods C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1258 37 NewestCOServer
Error 16 A namespace does not directly contain members such as fields or methods C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1278 29 NewestCOServer
Error 17 Expected class, delegate, enum, interface, or struct C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1341 66 NewestCOServer
Error 18 Type or namespace definition, or end-of-file expected C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1347 49 NewestCOServer
Error 19 } expected C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1217 38 NewestCOServer
Error 20 Expected catch or finally C:\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs 1218 33 NewestCOServer
mikattika is offline  
Old 02/20/2011, 02:16   #10
 
elite*gold: 0
Join Date: Jun 2010
Posts: 65
Received Thanks: 1
Quote:
Originally Posted by MonstersAbroad View Post
OMG NOOBS! YOU HAVE TO HAVE Microsoft C# Express edition ( free ) +
I don't appreciate the Attitude it's unnecessary, but Thanks for the help anyway...
TraceLegacy is offline  
Reply


Similar Threads Similar Threads
[Release]5165 Source
01/20/2012 - CO2 PServer Guides & Releases - 25 Replies
Stuff in the source Fixed Fb/Ss System QuizShow Fixed Some Bugs GM, PMS Can Pk Most NPC Fixed Rates(Can Be Changed) FrozenGrotto(works but the mobs do to high dmg) lab npc and spawns guildwar
[Release] Begginer Packs & Other Stuff [5165]
01/30/2011 - CO2 PServer Guides & Releases - 23 Replies
Alright, there are a few bugs with the job checks and giving the right items but i cba to fix it atm, noob release i know but i was bored and wanted to release something ill release the NPC's for the reward tokens & LotteryTickets when i get back This uses some other released code which was released on Elitepvpers already such as, PowerExpBall from .Arco and others Ive commented what items it adds so you can easily change it if you want to. In Character.cs Look for:
[Release]Some Stuff 5165 o.o
12/29/2010 - CO2 PServer Guides & Releases - 16 Replies
Hello Epvp ima release some stuff for the 5165 source :D Here is some NPCs that is needed 9888 6330 2 67 1002 388 383 9881 6220 2 67 1006 38 34 5517 5830 1 67 1006 19 29 9883 3200 8 67 1006 19 27
[RELEASE] My 5165 Source
02/09/2010 - CO2 PServer Guides & Releases - 4 Replies
Hello This is my 5165 source I added a few things but some things were already added, so credits to the people who added the things i didn't, xD Features: I hope you press thanks! Download HERE



All times are GMT +2. The time now is 01:18.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.