Originally Posted by
starblaze808
lol i compiled it but dude you should be careful on what repsacks you download one that i used before is zaknology it's pretty good i'll give you the link later kk[COLOR="Silver"]
Fair enough, I just saw the word repack and assumed xD and nah, and don't worry about the link, I've already got mine running, and seriously editted 
And when you say no errors, is that with the console logging levels set to level 2 or 3? (in your .conf files) like:
World -
Code:
/******************************************************
* Log Level Setup
*
* Console Logging Level
* This directive controls how much output the server will
* display in it's console. Set to 0 for none, or -1 to disable.
* -1 = Disabled; 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
* Default: 3
*
* World server packet logging feature
* If this directive is turned on, a file called `world.log`
* will be created in the server's directory and all packets
* sent and received by clients will be dumped here in bfg
* format.
* Default: 0
*
* DisableCrashdumpReport
* Disables crashdump reports, else if the build has debugging enabled,
* arcemu-world will call ./arcemu-crashreport every time it starts, so
* if there is a core, a crashdump will automatically be reported
* to the tracker at sf.net
* Needs gdb and curl
* Linux only
* Default: 0
*
******************************************************/
<LogLevel Screen="2" File="-1" World="0" DisableCrashdumpReport="0">
and this one for the logon (But I doubt you need this one.. I think the world server handles all the characters, rather than logon, but you'll find out I guess.)
Logon -
Code:
/* Server console logging level
*
* This directive controls how much output the server will
* display in it's console. Set to 0 for none.
* 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
* Default: 3
*/
<LogLevel Screen = "3"
File = "-1">
That should give you an error message atleast >_<