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!

WOI PreLC Preconfigure

Joined
Jul 2, 2012
Messages
790
Reaction score
125
WOI PreLC Preconfigure The setup is the same as WOILO and BOIOW

Downloads:

Client:


Precongfigure OS:


Linux (optional file if you have a server already):


Window:


Edit: Links updated

Edit 2: Mssql uses the same db as BOI check BOI section for the db if your missing it.

Fix Error for gameserver (line.exe) by Barack Obama




OS Linux: CentOS 6.2

Please reset the root passwd google is your friend.

Client (included)

If the links do not work please post here.

*Was remove and move to MMO extra*

Edit 3: Recommend running on wired, ethernet cable because somehow wireless doesn't not show your mssql ip (Window IP) if you look at the auth cmd on widow side where it said "(zoneid=904,aid=9) send AnnounceZoneid3 to
au ok,blreset=1,version=1,ip1=0.0.0.0,ip2=127.0.0.1,ip3=254.128.0.0
" because usually your window IP show be there, but its not when using wireless with bridge network on Vbox or VMware. It will run the server fine, but when you try to login you either going to get a error network message or timed out, unless someone know what is the problem stay away from wireless setup.
 
Last edited:
Newbie Spellweaver
Joined
Dec 11, 2008
Messages
62
Reaction score
53
WOI PreLC Preconfigure The setup is the same as WOILO and BOIOW

Downloads:


OS Linux: CentOS 6.2

Please reset the root passwd google is your friend.

Client (included)

If the links do not work please post here.

*Was remove and move to MMO extra*

Mega link doesnt work. Just takes me to login screen.
 
Newbie Spellweaver
Joined
Dec 11, 2008
Messages
62
Reaction score
53
@NanayaQ Thanks for fixing the links.

Fixed the 3 broken scripts loaded by GameServer:
 
Last edited:
Newbie Spellweaver
Joined
Jan 20, 2013
Messages
32
Reaction score
0
im gonna cry =( hahaha i still dont know why i keep getting invalid password ... everything loks fine all the ip's are correct. Can anyone upload the mssql file to reestore the database please? because idk whats the problem and maybe thats it .. @NanayaQ

*its not a firewall problem i alredy tried with the firewall turned off ..
*and i dont think its a protocol problem too ..
 
Last edited:
Joined
Jul 2, 2012
Messages
790
Reaction score
125
@domafa check your authd.out file in your /WOI/auth/Build (linux) if there is a error when you open it; it means your mssql cannot connect to it, other reason is that make sure your IP is correct in your table.xml file. On Window side open Auagent Folder and Make sure your Run.bat does NOT have compactau.exe.

run.bat:
Code:
    [USER=836676]echo[/USER] off
start compactau.exe
"%JAVA_HOME%\bin\java" -Xms512m -Xmx768m -cp jio.jar;log4j-1.2.9.jar;auagent.jar Auagent auagent.conf
Pause
to
Code:
    [USER=836676]echo[/USER] off
"%JAVA_HOME%\bin\java" -Xms512m -Xmx768m -cp jio.jar;log4j-1.2.9.jar;auagent.jar Auagent auagent.conf
Pause

Table.xml
Code:
<connection name="auth0" poolsize="8" url="jdbc:microsoft:sqlserver://[B]YOURWINDOWIP[/B]:1433;databasename=[B]YOUR MSSQL DB[/B]" username="sa" password="[B]YOUR MSSQL PASSWD[/B]"/>
<driver name="com.microsoft.jdbc.sqlserver.SQLServerDriver" />

<cache name="account_by_id" type="reference" ip="226.1.1.1" port="4444" local_ip="[B]YOUR LINUX IP[/B]" size="262144" partition="0"/>
<cache name="account_by_name" type="reference" ip="226.1.1.1" port="4445" local_ip="[B]YOUR LINUX IP[/B]" size="262144" partition="0"/>

<cache name="function_by_id" type="direct" ip="226.1.1.2" port="4446" local_ip="[B]YOUR LINUX IP[/B]" size="262144" partition="0"/>
<cache name="forbid_by_id" type="direct" ip="226.1.1.3" port="4447" local_ip="[B]YOUR LINUX IP[/B]" size="262144" partition="0"/>
<cache name="matrix_by_uid" type="direct" ip="226.1.1.4" port="4448" local_ip="[B]YOUR LINUX IP[/B]" size="262144" partition="0"/>

<cache name="phoneuser_by_phone" type="direct" ip="226.1.1.5" port="4449" local_ip="[B]YOUR LINUX IP[/B]" size="262144" partition="0"/>
<cache name="userinfo_by_id" type="direct" ip="226.1.1.6" port="4450" local_ip="[B]YOUR LINUX IP[/B]" size="131072" partition="0"/>

P.S Add port 1433 in your window advance firewall in the out/inbound
 
Newbie Spellweaver
Joined
Nov 12, 2006
Messages
31
Reaction score
2
WOI PreLC Preconfigure The setup is the same as WOILO and BOIOW

Downloads:
[All-in-One]


Mega link doesnt work. Just takes me to login screen. :huh:



¡¡¡¡¡¡¡¡ SOLVED!!!!!!!!!! :thumbup1:
 
Last edited:

Alu

Initiate Mage
Joined
Aug 25, 2014
Messages
3
Reaction score
0
every one can help me how to fix de bloodline and pet soul in WOI database?

the pet soul orbs and the bloodline all disappearing when my logout

Help....... Please......
 
Joined
Jul 2, 2012
Messages
790
Reaction score
125
every one can help me how to fix de bloodline and pet soul in WOI database?

the pet soul orbs and the bloodline all disappearing when my logout

Help....... Please......
There should not be any problem with it I been using these files for months and I don't have problem with it. Check for errors in your logs on both linux and window side you probly have a corrputed db or something.
 
Junior Spellweaver
Joined
Aug 3, 2012
Messages
131
Reaction score
27
which db? if your talking about linux one I already fix that db should work (not the same as BOIOW) but if your talking about the mssql one yeah you can use the same db as Boi barely any changes.
i talking about linux mysql db. can you give me a link only mysql db.
 
Initiate Mage
Joined
Aug 26, 2014
Messages
1
Reaction score
0
hello ... I would like to ask .. how can I create a server ?? My new boy ... please anyone teach me .. please ....
 
Newbie Spellweaver
Joined
Nov 1, 2012
Messages
7
Reaction score
0
I'm stuck at opening the client now.
I've try to open game.exe and it says "Please run from laucher" and when I run from laucher It always change my "serverlist" file, so I can't connect to the server now.
Can anyone give me a clue?? Thanks.

**I've done with it now thanks :D
 
Last edited:
Experienced Elementalist
Joined
Sep 23, 2008
Messages
276
Reaction score
88
hi
problem to password user<id=305550250> error<code=3,info='invalid password!">,client_sid=6

use Salt = "0x"

please help

sorry my bad english (i'm french :scared: )
 
Experienced Elementalist
Joined
Apr 1, 2010
Messages
267
Reaction score
135
I have resolve klugor problem and more :D

Full Translate in french and little Update :)

NanayaQ - WOI PreLC Preconfigure - RaGEZONE Forums

NanayaQ - WOI PreLC Preconfigure - RaGEZONE Forums

NanayaQ - WOI PreLC Preconfigure - RaGEZONE Forums


It's work :)

Have good day ;)
 

Alu

Initiate Mage
Joined
Aug 25, 2014
Messages
3
Reaction score
0
I have resolve klugor problem and more :D

Full Translate in french and little Update :)

NanayaQ - WOI PreLC Preconfigure - RaGEZONE Forums

NanayaQ - WOI PreLC Preconfigure - RaGEZONE Forums

NanayaQ - WOI PreLC Preconfigure - RaGEZONE Forums


It's work :)

Have good day ;)

translate to a french, Languagecfg.ini in client file (.\Bin\Languagecfg.ini) you set to what LanguageCodePage param?
 
Back
Top