Official 5165 FAQ/Question thread

11/29/2009 23:43 Electro51#151
No help ?
11/30/2009 02:50 StarCelli1#152
for those who wanna use this on a 64bit System,
just force VC# 2008/2010 to compile the Project
for a x86 Computer and it'll work fine ;)

Thanks if it helped ;)
11/30/2009 04:14 Crystal134#153
When I try to open NewestCOServer.exe it pops up and says "The database folder doesn't exist, cannot start the server."

I know dumb question... What do I need to do... xD? I edited the config.ini and did all your steps..
11/30/2009 04:33 -Shunsui-#154
Tiku if you can reply to this post i would like to know how can i make a Npc Action on a sertain day I see DayOfWeek.Monday though i dont know how to use it it wld give me errors were ever i put it
11/30/2009 04:35 Crystal134#155
Flako can you help with my error above you? Please...

Or tiku xD
11/30/2009 04:39 maegurl#156
IM SO CURIOUS IN THIS OTHER CABAL GAME....COZ I HAVE A CO PLAYER IN CABAL HELIX POST A PHOTO FROM THIS SITE....I WANNA REACT ABOUT THE THREAD HERE REGARDING CABAL HELIX PLAYERS...NOT ALL CABAL HELIX PLAYERS MOVED IN THIS OTHER CABAL GAMES.....



TO THOSE WHO PLAY CABAL HELIX,PLEASE STOP POSTING OTHER CABAL GAMES...........THANK YOU.............




SORRY GUYS BUT IM A LOYAL PLAYER OF CABAL HELIX...............
11/30/2009 06:25 Tw3ak#157
Quote:
Originally Posted by maegurl View Post
IM SO CURIOUS IN THIS OTHER CABAL GAME....COZ I HAVE A CO PLAYER IN CABAL HELIX POST A PHOTO FROM THIS SITE....I WANNA REACT ABOUT THE THREAD HERE REGARDING CABAL HELIX PLAYERS...NOT ALL CABAL HELIX PLAYERS MOVED IN THIS OTHER CABAL GAMES.....



TO THOSE WHO PLAY CABAL HELIX,PLEASE STOP POSTING OTHER CABAL GAMES...........THANK YOU.............




SORRY GUYS BUT IM A LOYAL PLAYER OF CABAL HELIX...............
This is a conquer private server section not a cabal one i don't see how your post even applies here what so ever nor does anyone care.

Maybe you should find the cabal section and post it there not spam in a random conquer section.
11/30/2009 07:01 Arcо#158
Quote:
Originally Posted by flako27 View Post
Tiku if you can reply to this post i would like to know how can i make a Npc Action on a sertain day I see DayOfWeek.Monday though i dont know how to use it it wld give me errors were ever i put it
Code:
 if (DateTime.Now.DayOfWeek == DayOfWeek.Sunday)
if (DateTime.Now.Hour == 11 && DateTime.Now.Minute == 55)
There's just an example.
You can pretty much figure out how to use it from that.
Hope this helps.
11/30/2009 09:28 Korvacs#159
Quote:
Originally Posted by StarCelli1 View Post
for those who wanna use this on a 64bit System,
just force VC# 2008/2010 to compile the Project
for a x86 Computer and it'll work fine ;)

Thanks if it helped ;)
A better solution would be to recompile the openssl project so that the .dll is in 64bit.
11/30/2009 12:45 ebanreb#160
DOES IT NEED NAVICAT?
11/30/2009 12:48 Arcо#161
Quote:
Originally Posted by ebanreb View Post
DOES IT NEED NAVICAT?

Nope,
It is run on, what I think is called, an Internal Databse.
11/30/2009 21:52 -Shunsui-#162
Quote:
Originally Posted by Tiku View Post
Code:
 if (DateTime.Now.DayOfWeek == DayOfWeek.Sunday)
if (DateTime.Now.Hour == 11 && DateTime.Now.Minute == 55)
There's just an example.
You can pretty much figure out how to use it from that.
Hope this helps.
Thanks
11/30/2009 23:21 Arcо#163
Quote:
Originally Posted by flako27 View Post
Thanks

No problem.
Anymore problems post them here and I'll be glad to help.
11/30/2009 23:44 hunterman01#164
Quote:
Originally Posted by Tiku View Post

Nope,
It is run on, what I think is called, an Internal Databse.
Called a flatbase source : )
11/30/2009 23:45 Arcо#165
Quote:
Originally Posted by hunterman01 View Post
Called a flatbase source : )
Lol thanks I didn't know that.