Official 5165 FAQ/Question thread

01/01/2010 17:44 Adziunia#421
Quote:
Originally Posted by Cassiuss View Post
mm thank you well can some1 tell me how to use the command /spawn so i can spawn mobs or w.e and be specif just give me an example and ill follow...and where is the Dropedititem.cs located 0.o so i can make gms drop items
:P i have never used the /spawn command i just makes them at mobspawn.txt and that dropanitem.cs, if u meant that file, is in packethandling/itempacket/
01/02/2010 11:49 Cassiuss#422
mmm can some1 post all mobs ids.. it confusing which is which
01/02/2010 11:54 Arcо#423
Here's some.
Not all.
If I find more I will post them.
01/02/2010 11:58 Arcо#424
Quote:
Originally Posted by helpmeplz123 View Post
[Only registered and activated users can see links. Click Here To Register...]
What is this?
01/02/2010 12:14 Cassiuss#425
oh if u dont mind do any1 have npc codes for GuildConductress
01/02/2010 12:18 Arcо#426
Here's SOME ids.
Keep in mind these are for a 5017 client so most might not work.
01/03/2010 04:37 Cassiuss#427
mmmm it seems the fast blade and ss is bugged.....any1 post link to fix it?
01/03/2010 09:51 Arcо#428
Quote:
Originally Posted by Cassiuss View Post
mmmm it seems the fast blade and ss is bugged.....any1 post link to fix it?
You must fix the skill in either skill.cs or attack.cs, and sorry but I doubt anybody is just going to give it away.
01/03/2010 10:27 Mehdi~#429
plz some on can help for rollback of players in game and how to fix the bug of - in silvers
01/03/2010 11:44 ~*NewDuuDe*~#430
Quote:
Originally Posted by Cassiuss View Post
mmmm it seems the fast blade and ss is bugged.....any1 post link to fix it?
You need to use another type of algorithm for jumping/walking. It's not the skills, it's the jumping/walking.

@Mehdi~
Make a saving timer.
01/03/2010 12:55 Pitylee#431
Hey.
I did everything the same as you did.
9960, 9958, 3306, 80, 5816, 5817, 88, 5432, 8080 -< these ports are open, firewall off. Mysql runs (XAMPP pack).
I configured the config.ini, but when I try to open the NewestCOServer.exe a popup comes up sayin "sorry for the incovenience," blah blah. And the stuff with reportin...
Have no idea what's the problem since I'm doing everything as you wrote.

Can you help me please?:)
01/03/2010 14:19 Korvacs#432
Are you using a 32 or 64bit OS?
01/03/2010 15:23 Pitylee#433
Quote:
Originally Posted by Korvacs View Post
Are you using a 32 or 64bit OS?
I'm using 32bit Windows XP SP3 . I have .NET 3.5 SP1 installed on it with Microsoft C# 2008 .

I also want to ask, if this:

[Database]
GameServerIP=(192.168.1.3 / 127.0.0.1 / 85.186.5.154) ?
ConquerPath=C:\OldCODB\
WebServerPort=80

[MySql]
User=root
Password= - my mysql password -

I have router. So which IP I have to use in config.ini? the local, the localhost, or the ww ip? :))
01/03/2010 15:24 cronoszeu#434
Quote:
Originally Posted by Korvacs View Post
Are you using a 32 or 64bit OS?

Doesn`t matter what bit u useing .. You can see that are compiled for any type.. Tested myself on a 32 and a 64 working on both.


Try to reinstall .net framework.


btw any one tryed to compile this source ? I get some strange errors in npc say.

Regards
01/03/2010 15:30 cronoszeu#435
Quote:
Originally Posted by dragon89928 View Post
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