Official 5165 FAQ/Question thread

12/21/2009 22:36 Adziunia#316
Quote:
Originally Posted by Nissaah View Post
Says NewestCOServer has encountered a problem and must close. Please excuse us for any inconvenience this may cause. Blah blah blah. Please signal this problem to Microsoft. We have created an error report you may send it. Blah blah blah. Send in the error report. Or don't send in.

I'm sure you've seen this window open for other problems sometimes. It's the typical windows error for programs that suddenly stop working.
dude change the language of ur system to english (USA) if it helped presss thx xDXD [ Control Panel->regional options-> regional and language options-> in Standarts and formats below choose english(USA) and at advanced then choose for current profil and press ok ( also this will be need an cd of ur windows so if it will put in ur cd install whats needed then after all restart system and done) ]
12/22/2009 01:53 Nissaah#317
Why would I need to change my language to english? The path is the same... And I'm not a dude.
I don't see why it would change anything still and I'd love some explanations but it worked. Thanked you. =)
12/22/2009 04:46 Electro51#318
Hi,
I was wondering how to add an item (example : Sword level 135 ..) in 5165
12/23/2009 02:59 Crystal134#319
Hey hepatitus do you have teamviewer.... And possibly the time to help me lol?
12/23/2009 03:00 Arcо#320
Quote:
Originally Posted by Crystal134 View Post
Hey hepatitus do you have teamviewer.... And possibly the time to help me lol?

Well what problems are you having.
Tell me on here.
I don't add epvpers from this section on msn.
12/23/2009 04:01 Adziunia#321
Quote:
Originally Posted by Nissaah View Post
Why would I need to change my language to english? The path is the same... And I'm not a dude.
I don't see why it would change anything still and I'd love some explanations but it worked. Thanked you. =)
well sry for dude :P i donno why but i had same problem and only with this way (changing language) i could run my server ;o but it works XD thx for thx ;P

and i have a problem with accounts which i made by regpage, so after making an account (it appers in users folder) i cant login with them ;o and i rly donno what can be wrong i tried some modification but still it wont log me to the game.. any1 may know how to fix that? ;p

and to the crystal123 if u want i could help u by TV, just tell me when we can stick together :P
12/23/2009 04:13 ~Falcon#322
Quote:
Originally Posted by Hepatitis C View Post

I don't add epvpers from this section on msn.
You're too pro for them, yeah?
12/23/2009 04:20 Arcо#323
Quote:
Originally Posted by ~Falcon View Post
You're too pro for them, yeah?

Lol most of them just spam me saying "Halpz meh Pl0x, my sorce have bugs yo ficks."
12/23/2009 15:23 .Guru#324
lol, hm i <3 ddballs. (that's the one who is like: "dood pl0x halp meh i r faggotnabz adn nt no nutting.. i r fael.")
12/23/2009 15:50 dextercsar#325
How i can stop all skill on the horse??
12/23/2009 16:18 Arcо#326
Quote:
Originally Posted by dextercsar View Post
How i can stop all skill on the horse??

For fly I fixed it like this.
I searched for:
Code:
switch (Info.ExtraEff)
And search under that for:
Code:
case ExtraEffect.Fly:
Somewhere inside of that I added:
Code:
if (C.StatEff.Contains(StatusEffectEn.Ride))
                                    {
                                        C.StatEff.Remove(StatusEffectEn.Ride);
                                    }
That can pretty much work for any skill.
12/23/2009 21:23 Crystal134#327
I could careless about anyone coding for me. I know how to do that I've just never worked with a server that is ran on an internal db instead of using mysql...
12/23/2009 21:33 PeTe Ninja#328
Quote:
Originally Posted by Crystal134 View Post
I could careless about anyone coding for me. I know how to do that I've just never worked with a server that is ran on an internal db instead of using mysql...
Then convert :D
12/23/2009 21:35 Crystal134#329
Tis the problem my friend. How xD
12/23/2009 21:38 PeTe Ninja#330
Well give me one void like a NewCharacter and I will convert into MYSQl