Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] Battle of The Immortals Odin's Wrath

Experienced Elementalist
Joined
Jul 14, 2012
Messages
245
Reaction score
114
This is the latest server file was shared from mcncc.com so I just bring it to you guys:
Links to CentOS vmware pre-configured Image:

UserID: root, Password: 123456
Command run server in Linux: ./ar

I think you guys are very familiar with BOI server files. Just Download everything, unpack and edit the IP in Windows server and Linux server to your proper IP and don't forget to edit IP authd.conf and table.xml in etc folder.
If u don't wana change IP just create Microsoft loopback adapter (don't ask me how), or change NAT subnet IP ... whatever you do I don't know

I've tested these file with latest Official Client and it work just fine
How to connect to server with Official Client:
U have to edit IP in NewUpdateCfg.xml, and NewUpdateInfo.xml ( change patch server address to your IP address) here is the links of my config for Example:


MYSQL ID:root, Pass: root
For registration:
For Adding Zen and GM:
Use these queries in Navicat, SQLYog, etc...
Add Zen: call usecash (ID , 1, 0, 1, 0, 1000000, 1, @error)
Add GM: call addGM (ID , 1)
These queries just like every queries we use in PWE games (Perfect World, Jade Dyansty, FW...)
And also here is the Item.slk (99,9% Odin) from mcncc, item names are in chinese (may be, I don't know) so use it for your own good:


Credit to MCNCC.COM

This is my Linux files repack for Those who still struggling to get these Linux files working. I used the old set up scripts and edited a few things.

Link (Included Windows + Linux Server files and preconfigured Centos):


Tutorial for Using this repack:
-Step 1: Send the package BOIOW.tar.gz to your Linux
-Step 2 Command: cd /
-Step 3 Command: tar xzvf BOIOW.tar.gz
-Step 4 Command: cd /root
-Step 5 Command: ./install.sh (choose yes until the end)
-Step 6 Command: ./install_db.sh
-Step 7 Command: ./tab.sh
-Step 8 Change All of the IP in .cfg in each config folder to your proper IP
IPWin: 192.168.200.1
IPLinux: 192.168.200.134
-Final Step start your Linux server: ./start
About the web server you can use Lampp or Centos apache, php whatever (not reccomend Lampp).... And set it up yourself
These Files has been tested and work fine on Centos 6.2 32 bit ( having issue on Centos 6.4)
For making account:
Use this register scripts:



Screen shot

REMOVED
REMOVED
REMOVED
 
Last edited:
Newbie Spellweaver
Joined
Sep 4, 2004
Messages
80
Reaction score
0
Tnks for all man, just a question, how do I'm suposed to unpack the linux files?
Cause WinRar tells me the file ended suddenly.
=/
Or I should use another program to umpack?

Tnks in advance
 
Custom Title Activated
Loyal Member
Joined
Aug 23, 2010
Messages
1,544
Reaction score
423
How i can edit authd.conf and table.xml in packed vmware? i can only start server in linux side with ./ar command an i can see only linux ip with ifconfig command, i need to change win ip's in linux side? how can i make?
 
Joined
Jul 2, 2012
Messages
790
Reaction score
125
I'll Try it out soon... just want to point out is is fully windows? since there is no linux files. I rather have the linux files then CentOS (that is just me)
 
Last edited:
Experienced Elementalist
Joined
Jul 14, 2012
Messages
245
Reaction score
114
How i can edit authd.conf and table.xml in packed vmware? i can only start server in linux side with ./ar command an i can see only linux ip with ifconfig command, i need to change win ip's in linux side? how can i make?

those file in Linux etc folder

I'll Try it out soon... just want to point out is is fully windows? since there is no linux files. I rather have the linux files then CentOS (that is just me)

Here windows and Linux files link updated:
 
Last edited:
Banned
Banned
Joined
Apr 16, 2011
Messages
274
Reaction score
14
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
at protocol.GAuthServer.<clinit>(Unknown Source)
at authd.main(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
... 2 more
Exception in thread "Timer-0" java.lang.NoClassDefFoundError: Could not initialize class protocol.GAuthServer
at protocol.GAuthServer$1.run(Unknown Source)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
i got this error when start in my old vmware.
 
Experienced Elementalist
Joined
Jul 14, 2012
Messages
245
Reaction score
114
:rolleyes:I'll check it out on my old Linux
if u want to set up on the old one u have to edit many things u know
not just copy and paste
 
Banned
Banned
Joined
Apr 16, 2011
Messages
274
Reaction score
14
Yes thank you.guide me.I dont know much about linux.and 1 thing that in this Version we dont need MSSQL right ?.
 
Banned
Banned
Joined
Apr 16, 2011
Messages
274
Reaction score
14
Take vmware vmnet 8 NAT and change it virtual ip to 192.168.1.0 DCHP setting range 192.168.1.20 end 192.168.168.254 and in network manager change vmnet 8 to 192.168.1.77
 
Banned
Banned
Joined
Apr 16, 2011
Messages
274
Reaction score
14
what i need to install more.cause i have installed everything
 
Experienced Elementalist
Joined
Jul 14, 2012
Messages
245
Reaction score
114
I've updated pure linux+windows server files
U should use the new link
I'll try to install on the old Centos one tonight
If I find out something we should change and edit I will tell u guys
 
Back
Top