• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

EP8 Server Files + DB by Justin Bieber

Joined
Jul 24, 2011
Messages
806
Reaction score
615
[Mon Jan 21 2013 13:30:55.742433 3086133888]: [##ERROR##] Initialize(): CommoinIni: Market Field is not found.
[Mon Jan 21 2013 13:30:55.742501 3086133888]: [##ERROR##] RunServer(): active fail

What mean this?
 
Junior Spellweaver
Joined
Jan 10, 2009
Messages
172
Reaction score
25
Release Date 2013 Tools: 02/01. Is made for a korean

A line of functions:

Create characters; Send itens to player; reset server; manage server ( no work );

..
 
Junior Spellweaver
Joined
Mar 18, 2009
Messages
129
Reaction score
29
Time has finally come, ty for sharing this and lets go to the work. Gonna see if i can get ingame, see ya soon
 
Junior Spellweaver
Joined
Jul 27, 2011
Messages
173
Reaction score
29
aee guys as I install these files

which commands which centOS which sql restore them as required
 
RaGEZONER
Joined
Sep 25, 2009
Messages
637
Reaction score
398
This is probably not as the chumpy installation repack.

You/I will need to get a client and then probably sync it first, fix out some bugs etc,..
If You/I cant progress maybe some one else can, I doubt its every man for himself.

I remember TDP being bashed for not making anything new with EP2 except,
Perfectly syncing server-client, making awesome guides, fixing out all the bug and even grammar. lol.
 
Experienced Elementalist
Joined
Jun 12, 2006
Messages
229
Reaction score
18
So.. someone who know these files, they are real EP8 + DB? Because something in me thinking they are fake :S
And for that i ask someone who see them and know with sure ?
 
Skilled Illusionist
Joined
Jan 5, 2009
Messages
343
Reaction score
391
just a simple link and permission script, nothing fancy like taking daemon names from server_list :D

#!/bin/sh
chmod 0777 /etc/odbc.ini
chmod -R 0777 /etc/cabal

rm -f /usr/bin/GlobalDBAgent
rm -f /usr/bin/CashDBAgent
rm -f /usr/bin/PCBangDBAgent
rm -f /usr/bin/EventDBAgent
rm -f /usr/bin/DBAgent_*
rm -f /usr/bin/ChatNode_*
rm -f /usr/bin/WorldSvr_*
rm -f /usr/bin/AgentShop_*
rm -f /usr/bin/LoginSvr_*
rm -f /usr/bin/PartySvr_*

ln -sf /usr/bin/DBAgent /usr/bin/CashDBAgent
ln -sf /usr/bin/DBAgent /usr/bin/DBAgent_01
ln -sf /usr/bin/DBAgent /usr/bin/GlobalDBAgent
ln -sf /usr/bin/DBAgent /usr/bin/PCBangDBAgent
ln -sf /usr/bin/DBAgent /usr/bin/EventDBAgent
ln -sf /usr/bin/ChatNode /usr/bin/ChatNode_01
ln -sf /usr/bin/AgentShop /usr/bin/AgentShop_01
ln -sf /usr/bin/LoginSvr /usr/bin/LoginSvr_01
ln -sf /usr/bin/PartySvr /usr/bin/PartySvr_01
ln -sf /usr/bin/WorldSvr /usr/bin/WorldSvr_01_01
ln -sf /usr/bin/WorldSvr /usr/bin/WorldSvr_01_02
ln -sf /usr/bin/WorldSvr /usr/bin/WorldSvr_01_03
ln -sf /usr/bin/WorldSvr /usr/bin/WorldSvr_01_04
ln -sf /usr/bin/WorldSvr /usr/bin/WorldSvr_01_05
ln -sf /usr/bin/WorldSvr /usr/bin/WorldSvr_01_06
ln -sf /usr/bin/WorldSvr /usr/bin/WorldSvr_01_08

chmod 0777 /usr/bin/AuthDBAgent
chmod 0777 /usr/bin/RockAndRollITS
chmod 0777 /usr/bin/DBAgent*
chmod 0777 /usr/bin/GlobalDBAgent
chmod 0777 /usr/bin/GlobalMgrSvr
chmod 0777 /usr/bin/ChatNode*
chmod 0777 /usr/bin/CashDBAgent
chmod 0777 /usr/bin/PCBangDBAgent
chmod 0777 /usr/bin/EventDBAgent
chmod 0777 /usr/bin/EventMgrSvr
chmod 0777 /usr/bin/AgentShop*
chmod 0777 /usr/bin/LoginSvr*
chmod 0777 /usr/bin/PartySvr*
chmod 0777 /usr/bin/WorldSvr*

rm -f /etc/init.d/AuthDBAgent
rm -f /etc/init.d/RockAndRollITS
rm -f /etc/init.d/DBAgent*
rm -f /etc/init.d/GlobalDBAgent
rm -f /etc/init.d/GlobalMgrSvr
rm -f /etc/init.d/ChatNode*
rm -f /etc/init.d/CashDBAgent
rm -f /etc/init.d/PCBangDBAgent
rm -f /etc/init.d/EventDBAgent
rm -f /etc/init.d/EventMgrSvr
rm -f /etc/init.d/AgentShop*
rm -f /etc/init.d/LoginSvr*
rm -f /etc/init.d/PartySvr*
rm -f /etc/init.d/WorldSvr*

ln -sf /etc/init.d/cabal_server /etc/init.d/AuthDBAgent
ln -sf /etc/init.d/cabal_server /etc/init.d/RockAndRollITS
ln -sf /etc/init.d/cabal_server /etc/init.d/DBAgent_01
ln -sf /etc/init.d/cabal_server /etc/init.d/GlobalDBAgent
ln -sf /etc/init.d/cabal_server /etc/init.d/GlobalMgrSvr
ln -sf /etc/init.d/cabal_server /etc/init.d/ChatNode_01
ln -sf /etc/init.d/cabal_server /etc/init.d/CashDBAgent
ln -sf /etc/init.d/cabal_server /etc/init.d/PCBangDBAgent
ln -sf /etc/init.d/cabal_server /etc/init.d/EventDBAgent
ln -sf /etc/init.d/cabal_server /etc/init.d/EventMgrSvr
ln -sf /etc/init.d/cabal_server /etc/init.d/AgentShop_01
ln -sf /etc/init.d/cabal_server /etc/init.d/LoginSvr_01
ln -sf /etc/init.d/cabal_server /etc/init.d/PartySvr_01
ln -sf /etc/init.d/cabal_server /etc/init.d/WorldSvr_01_01
ln -sf /etc/init.d/cabal_server /etc/init.d/WorldSvr_01_02
ln -sf /etc/init.d/cabal_server /etc/init.d/WorldSvr_01_03
ln -sf /etc/init.d/cabal_server /etc/init.d/WorldSvr_01_04
ln -sf /etc/init.d/cabal_server /etc/init.d/WorldSvr_01_05
ln -sf /etc/init.d/cabal_server /etc/init.d/WorldSvr_01_06
ln -sf /etc/init.d/cabal_server /etc/init.d/WorldSvr_01_08

chmod 0777 /etc/init.d/AuthDBAgent
chmod 0777 /etc/init.d/RockAndRollITS
chmod 0777 /etc/init.d/DBAgent*
chmod 0777 /etc/init.d/GlobalDBAgent
chmod 0777 /etc/init.d/GlobalMgrSvr
chmod 0777 /etc/init.d/ChatNode*
chmod 0777 /etc/init.d/CashDBAgent
chmod 0777 /etc/init.d/PCBangDBAgent
chmod 0777 /etc/init.d/EventDBAgent
chmod 0777 /etc/init.d/EventMgrSvr
chmod 0777 /etc/init.d/AgentShop*
chmod 0777 /etc/init.d/LoginSvr*
chmod 0777 /etc/init.d/PartySvr*
chmod 0777 /etc/init.d/WorldSvr*
 
Skilled Illusionist
Joined
Jan 5, 2009
Messages
343
Reaction score
391
note: the packet header xor is different

and 1 bug till now:
[Mon Jan 21 2013 23:41:14.202689 3002149776]: [##ERROR##] OnIPCEMSGetEvents fail
[Mon Jan 21 2013 23:41:14.202724 3002149776]: [##ERROR##] DB ERROR(MSG) : Incompatible data types in stream operation
[Mon Jan 21 2013 23:41:14.202749 3002149776]: [##ERROR##] DB ERROR(CODE) : 32000
[Mon Jan 21 2013 23:41:14.202763 3002149776]: [##ERROR##] DB ERROR(VAR_INFO) : Column: 3<TIMESTAMP>, datatype in operator <</>>: INT
[Mon Jan 21 2013 23:41:14.202776 3002149776]: [##ERROR##] DB ERROR(SQLSTATE) :
[Mon Jan 21 2013 23:41:14.202788 3002149776]: [##ERROR##] DB ERROR(STM_TEXT) : {call dbo.cabal_sp_ems_get_events}
 
Last edited:
Back
Top