Quote:
Originally Posted by dragon89928
TO fix that problem chronic, Delete everything under the region vip new. I think it was an un compressed lady luck script. Delete all the way till you hit:
default:
{
GC.AddSend(Packets.NPCSay("Hi, I don't talk anything useful yet, my ID is " + NPC.ToString()));
GC.AddSend(Packets.NPCLink("Ok.", 255));
if (N != null)
dont delete anything after default. Then build
|
For me VIP is working just fine.
The errors are:
Code:
E:\conquer\Fixed Source\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs(1217,38): error CS1513: } expected
E:\conquer\Fixed Source\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs(1248,29): error CS1519: Invalid token 'case' in class, struct, or interface member declaration
E:\conquer\Fixed Source\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs(1250,49): error CS1519: Invalid token '==' in class, struct, or interface member declaration
E:\conquer\Fixed Source\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs(1252,51): error CS1519: Invalid token '(' in class, struct, or interface member declaration
E:\conquer\Fixed Source\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs(1252,66): error CS1519: Invalid token '(' in class, struct, or interface member declaration
E:\conquer\Fixed Source\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs(1253,51): error CS1519: Invalid token '(' in class, struct, or interface member declaration
E:\conquer\Fixed Source\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs(1253,67): error CS1519: Invalid token '(' in class, struct, or interface member declaration
E:\conquer\Fixed Source\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs(1254,51): error CS1519: Invalid token '(' in class, struct, or interface member declaration
E:\conquer\Fixed Source\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs(1254,67): error CS1519: Invalid token '(' in class, struct, or interface member declaration
E:\conquer\Fixed Source\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs(1255,51): error CS1519: Invalid token '(' in class, struct, or interface member declaration
E:\conquer\Fixed Source\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs(1255,70): error CS1519: Invalid token '(' in class, struct, or interface member declaration
E:\conquer\Fixed Source\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs(1255,79): error CS1519: Invalid token ')' in class, struct, or interface member declaration
E:\conquer\Fixed Source\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs(1256,51): error CS1519: Invalid token '(' in class, struct, or interface member declaration
E:\conquer\Fixed Source\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs(1256,69): error CS1519: Invalid token '(' in class, struct, or interface member declaration
E:\conquer\Fixed Source\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs(1258,37): error CS0116: A namespace does not directly contain members such as fields or methods
E:\conquer\Fixed Source\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs(1278,29): error CS0116: A namespace does not directly contain members such as fields or methods
E:\conquer\Fixed Source\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs(1341,66): error CS1518: Expected class, delegate, enum, interface, or struct
E:\conquer\Fixed Source\Fixed Source\rikardo updated\PacketHandling\NPCDialog.cs(1347,49): error CS1022: Type or namespace definition, or end-of-file expected
If any one know something :)
Regards