I'm adding to my game, but I added 13 d sto stoner they always failed oluyo What is the problem?
↧
stone problem
↧
[Release] Darkeden V2 (Guide+Server Files & Client)
Hello everyone, I know this is pretty much a DEAD game but hey it is still fun. I took it upon myself to search for the files and I found them. Only thing I didn't find was the guides.rar which is completely fine so I wrote a new guide and created a video tutorial that will be uploaded to youtube on my channel listed below. Check it out if you are new to creating Darkeden servers!
Anyway here are the files and my own written guide!
Darkeden V2 - ALL IN ONE (Client/Server Files/Vis Guide)
Link: http://www.mediafire.com/download/31...ARKEDEN_V2.zip
Darkeden V2 - My personal written guide!
Link: http://www.mediafire.com/download/k9...n_Tutorial.zip
Darkeden V2 - Video Tutorial ( ENGLISH )
Link: https://www.youtube.com/watch?v=B6UP...ature=youtu.be
Also, I suppose I can go ahead and post my written guide here to save some time, but just to show your support you should download it to :).
HOPE YOU ALL ENJOY!
Anyway here are the files and my own written guide!
Darkeden V2 - ALL IN ONE (Client/Server Files/Vis Guide)
Link: http://www.mediafire.com/download/31...ARKEDEN_V2.zip
Darkeden V2 - My personal written guide!
Link: http://www.mediafire.com/download/k9...n_Tutorial.zip
Darkeden V2 - Video Tutorial ( ENGLISH )
Link: https://www.youtube.com/watch?v=B6UP...ature=youtu.be
Also, I suppose I can go ahead and post my written guide here to save some time, but just to show your support you should download it to :).
Code:
Welcome to the written guide by me (GetCrisspy)
Please show your support and subscribe to my YouTube channel!
http://youtube.com/user/GetCrisspy
-------------------------------------
|\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\|
| Written |
| Guide to |
| Create a Darkeden |
| V2.0 Server |
| BY: GetCrisspy |
|\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\|
-------------------------------------
You can view the Original YouTube installation(tutorial) video on my channel!
--------------
| Part 1 |
|------------|
| Downloads |
--------------
Step 1: Download the Darkeden_v2 server files from the link below!
Link:
Step 2: Download VMware 7.0 (IF YOU CAN'T FIND 7.0, 10.0 WILL WORK JUST FINE!)
Step 3: Extract Darkeden_v2 files to your desktop!
You can extract using 7zip or WinRAR
Step 4: After you've installed VMware open it up.
Now that you've got everything ready to start your DARKEDEN V2 server, I won't
waste anymore of your time!
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
--------------
| Part 2 |
|------------|
|Installation|
--------------
Step 1: Extract DarkedenV2.rar into the folder.
Step 2: Copy (CTRL + C) and Paste (CTRL + V) the "????Server" into Local Disc(C:)
Step 3: Rename "????Server" to "DEServer"
Step 4: Run CMD
Step 5: Whilist in CMD type cd C:\DEServer
Step 6: Now type in CMD rename "Red Hat Linux "*.* "Red Hat Linux".*
After that is done type exit
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
--------------
| Part 3 |
|------------|
|VMWare Setup|
--------------
NOTE: If you haven't yet, please launch VMware!
Step 1: After you've launched VMWare click in the top left corner "File" then click Open, and open "Red Hat Linux.vmx"
Step 2: Now in the right hand box on the screen inside VMware, click "Network Adapter" and change the setting from Vnet8 to NAT
Step 3: After you've done that click on "EDIT" and then "Virtual Network Editor"
Step 4: After you've opened the "Virtual Network Editor", scroll down till you see Vnet8, click on it then proceed to the next step(5)
Step 5: Change the Subnet IP to 192.168.5.0 and leave the Subnet mask ALONE!
Step 6: Click on NAT settings and change the Gateway IP to 192.168.5.150
Step 7: Now to setup the ports...
Click Add:
Host Port Type Virtual Machine IP Address
3306 TCP 192.168.5.10
3306 UDP 192.168.5.10
9997 TCP 192.168.5.10
9997 UDP 192.168.5.10
9998 TCP 192.168.5.10
9998 UDP 192.168.5.10
9999 TCP 192.168.5.10
9999 UDP 192.168.5.10
Click Ok
After you've completed that step, please continue with this guide.
Step 8: Click on DHCP Settings, change the Start IP Address to 192.168.5.150
Click Ok then Apply, then Ok once more.
Now you are finished with the VMWare Setup part of this guide!
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
--------------
| Part 4 |
|------------|
|Server Setup|
| Networking |
--------------
After you've completed the steps shown above, click the green play button or simply click the "Power on this virtual machine" in the VMware box
Step 1: Wait until the a blue screen shows up then hit Enter, now you must wait until it loads
Step 2: When it's done loading ( You will know because it will say: )
loginid:
password:
Loginid: root
password: 123456
Once you've typed that in it will say you have no new mail.
Step 3: Now in the unix box type the following:
ifconfig eth0 192.168.5.10 broadcast 192.168.5.255
ifconfig eth0 down
netconfig
A blue menu will show up asking if you would like to setup networking
DO NOT USE A DYNAMIC IP ADDRESS!
Enter in the information below accordingly:
IP ADDRESS: 192.168.5.10
NETMASK: LEAVE IT
DEFAULT GATEWAY: 192.168.5.150
PRIMARY NAMESERVER: 192.168.5.150
Now highlight Ok and press enter
Step 4: Now in the unix box type, mysql -u root
that will connect you to the database
Step 5: Now in the unix box type, use mysql;
Step 6: Now that you've done that, type in the unix box the following:
insert into user (User,Host,Password) values ('localhost.localdomain', 'elcastle',PASSWORD('elca110));
insert into user (User,Host,Password) values ('192.168.5.10', 'elcastle',PASSWORD('elca110));
grant all on DARKEDEN.* to 'elcastle'@'localhost.localdomain';
grant all on USERINFO.* to 'elcastle'@'localhost.localdomain';
grant all on DARKEDEN.* to 'elcastle'@'192.168.5.10';
grant all on USERINFO.* to 'elcastle'@'192.168.5.10';
Step 7: Now in the unix box type, use DARKEDEN;
Step 8: Now in the unix box enter the information below:
update GameServerInfo set IP='192.168.5.10';
update WorldDBInfo set Host='192.168.5.10';
flush privileges;
quit;
Then type cd, this will bring you back to "root"... Now continue on with Part 5!
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
--------------
| Part 5 |
|------------|
| Configs |
--------------
\\\\\\\\\\\\\\\\\
\Controls: \
\I = Edit \
\ESC = close \
\wq: = return to cd \
\\\\\\\\\\\\\\\\\
To edit the configs pay close attention!
Step 1: Type in the unix box, cd /home/darkeden/vs/conf
Step 2: Type in the unix box, ls
Step 3: Type in the unix box:
vi excel96-gameserver.conf
Once you've opened that file in the unix box press "i" on your keyboard to enter
edit mode.
Edit all the IP's to match: 192.168.5.10
Make sure before you exit (ESC) you change IsNetMarble to 0!
After you've edited all the IP's to match: 192.168.5.10, you may now exit by using (ESC) then typing wq: and pressing enter.
Now repeat for the loginserver.conf and sharedserver.conf
(NOTE: SET IsNetMarble to 0 in both loginserver.conf and gameserver.conf!)
vi excel96-loginserver.conf
vi excel96-sharedserver.conf
Step 4: After you've completed the task above you may now type cd to return to the main root directory.
Now that you're back in the root directory it's time to reset your VMware's network.
Type the following in the unix box:
/etc/rc.d/init.d/network restart
If you get all GREEN you did everything right.
IF you get RED you did something wrong.
IF you did get RED please go back and re-read my tutorial.
IF you got all green you are good to start the server!
Type, ./start
Now wait a few moments and if the unix box announces "INFINITE LOOP" that means the server is now online!
Congratulations, you've successfully created your very own DARKEDEN server!
Also along in this pack you will find the following:
Commands.txt
AttrInfo.txt
Items.txt
options.txt
Zones.txt
Queries.txt
--------------
| The END |
--------------
↧
↧
WOI Centos
I'm looking for. Centos war of the immortals
because I already have a only he is giving rollback and do not know how this concerting
if someone can post link Centos with database thanks:ott:
can someone help me create a server woi..
because I already have a only he is giving rollback and do not know how this concerting
if someone can post link Centos with database thanks:ott:
can someone help me create a server woi..
↧
Nuevo mandara LokitoGuzman
↧
Npc drop
Can someone show me how to make mobs drop ani-ver-sary words?
↧
↧
[Request] Habbo Stars
Hi,
Does anyone have Habbo Stars furniture? If you do can you link me to it, please. Thanks.
Does anyone have Habbo Stars furniture? If you do can you link me to it, please. Thanks.
↧
Rules v101 > v88
Anyone have this rule that convert your v101 to v88? thanks :)
↧
BigWar PvP /Cars/Swim/Clan/PvPmaps/GroupSystem
BigWar
7/24 Online.
1 Colorado 3 PvP haritası.
Yüksek loot oranı.
You can get awmagnum from boss zombies
GC purche avabile.
No fps or lag problem
swimming avabile.
cars avabile.
Group System avabile.
Events everyday
teamspeak: ts3.bigwartr.com
forum : bigwartr.com
download linki: s3.dosya.tc/server21/GyHqmW/BigWar.rar.html
facebook: facebook.com/GameBigWar
7/24 Online.
1 Colorado 3 PvP haritası.
Yüksek loot oranı.
You can get awmagnum from boss zombies
GC purche avabile.
No fps or lag problem
swimming avabile.
cars avabile.
Group System avabile.
Events everyday
teamspeak: ts3.bigwartr.com
forum : bigwartr.com
download linki: s3.dosya.tc/server21/GyHqmW/BigWar.rar.html
facebook: facebook.com/GameBigWar
↧
[Help] Help to put poison
I want to make some item of BK with poison and some item of Elfs
IS this posible Add as skill poison
IS this posible Add as skill poison
↧
↧
[Help] Exp bar count number
Cheers :thumbup:,
Normally characters have 10 exp bars ( 0~9 ) each one count as 10% exp, so 10 bars = 100% exp, the problem is that in my server my characters have only 6 bars, ( 0~5 so when you fulfill the bar nº5 your level rise, how do i change that back to normal ? searched and found nothing, also my Master level bar are completely normal ( all 10 bars, 0~9 ), and this happens with every class ( Dw,Bm,Mg,Sum etc ), i have no idea how to fix or where is the problem, so i would appreciate any guide or answer to fix that.
Season 4 - ENG client 1.03P
Gs and main just in case :
Normally characters have 10 exp bars ( 0~9 ) each one count as 10% exp, so 10 bars = 100% exp, the problem is that in my server my characters have only 6 bars, ( 0~5 so when you fulfill the bar nº5 your level rise, how do i change that back to normal ? searched and found nothing, also my Master level bar are completely normal ( all 10 bars, 0~9 ), and this happens with every class ( Dw,Bm,Mg,Sum etc ), i have no idea how to fix or where is the problem, so i would appreciate any guide or answer to fix that.
Season 4 - ENG client 1.03P
Gs and main just in case :
Spoiler:
↧
[Development] UnityMS - Fully Functional v28 Source (based on OdinMS)
As of today, April 15th, 2014, I will begin working on downgrading OdinTeh (Revision 65) to be able to run a fully functional v28 server. I will be posting nearly everyday updates in the update log below, so feel free to subscribe to this post to keep an eye on my progress.
This thread is neatly organized because I wish to use only one thread for ALL updates of UnityMS. To me, seeing my own progress from start to finish is a self-motivation coping mechanism, which I feel is very important for such a large project like this one.
Progress Log
Revision Log
FAQ
Screenshots
This thread is neatly organized because I wish to use only one thread for ALL updates of UnityMS. To me, seeing my own progress from start to finish is a self-motivation coping mechanism, which I feel is very important for such a large project like this one.
Progress Log
Spoiler:
Revision Log
Spoiler:
FAQ
Spoiler:
Screenshots
Spoiler:
↧
Moderator Application - Private Servers/Habbo
Hi,
My name is Sean, as you can see, and I'm applying for a moderator position. I'm 18 years old, and I live in the United States of America. My timezone is GMT -5.
Background information:
I joined RaGEZONE on June 15, 2007. I applied for a moderator position in October 2010 (age 14). I got the position on October 7th, 2010. I was a moderator for a little more than 2 years. On November 28th, 2012, I got promoted to supervisor of MMO Zone (day after my 17th birthday - lucky birthday gift). On August 30th, 2013, I switched over to Evolution supervisor (which didn't last very long). I resigned on October 11th, 2013. The reason I had resigned was because it was my senior year of high school and I was just loaded with homework.
The reason I'm applying now is because I've gotten less busy and have had more free time on my hands.
Sections I'm applying for:
Private Servers and/or Habbo Hotel.
Reason I'm applying for these sections:
With the recent promotions of Kreeate & vLife, there are spots open. And with Ron being inactive for Private Servers, there's no one to look after the section, besides the higher ups.
Contributions:
I've contributed to Habbo many times, it'd be tough looking for all the threads, but I have tons of experience with the game.
And for Private Servers, you can't really contribute. But, I'd enforce the rules and keep the sections tidy.
I have 8 infractions (1 reversed), 3 warnings. My most recent infraction was on October 23rd, 2013. It was over a stupid user title (my fault). Before that was March 13th, 2010.
Experience:
Of course I have experience, I was staff here, not too long ago!
Thank you for your time in reading my application,
~Sean
My name is Sean, as you can see, and I'm applying for a moderator position. I'm 18 years old, and I live in the United States of America. My timezone is GMT -5.
Background information:
I joined RaGEZONE on June 15, 2007. I applied for a moderator position in October 2010 (age 14). I got the position on October 7th, 2010. I was a moderator for a little more than 2 years. On November 28th, 2012, I got promoted to supervisor of MMO Zone (day after my 17th birthday - lucky birthday gift). On August 30th, 2013, I switched over to Evolution supervisor (which didn't last very long). I resigned on October 11th, 2013. The reason I had resigned was because it was my senior year of high school and I was just loaded with homework.
The reason I'm applying now is because I've gotten less busy and have had more free time on my hands.
Sections I'm applying for:
Private Servers and/or Habbo Hotel.
Reason I'm applying for these sections:
With the recent promotions of Kreeate & vLife, there are spots open. And with Ron being inactive for Private Servers, there's no one to look after the section, besides the higher ups.
Contributions:
I've contributed to Habbo many times, it'd be tough looking for all the threads, but I have tons of experience with the game.
And for Private Servers, you can't really contribute. But, I'd enforce the rules and keep the sections tidy.
I have 8 infractions (1 reversed), 3 warnings. My most recent infraction was on October 23rd, 2013. It was over a stupid user title (my fault). Before that was March 13th, 2010.
Experience:
Of course I have experience, I was staff here, not too long ago!
Thank you for your time in reading my application,
~Sean
↧
Problem with the Log-In Screen/Character Selection Screen
So... this is a bit complicated to explain however i'll do my best to explain it.
I'm using the RaiderZ Alpha Server files with an Alpha Client and microsoft sql 2008 r2.
I can't get past the login/character selection screen and if you're wondering why can't I get past the log-in screen if you're already in the character selection screen well, if I input this parameter to the shortcut -> loginaibeast1 server (Master Server IP here) it does log in... but just not with the real Aibeast account it actually creates an whole new account somewhy o_O if i try to input login aibeast/aibeast1 server (Master Server IP Here) it gets stuck at the log-in screen just with the background shown an nothing else.
Also, loginaibeast1 server (Master Server IP here) only works if i add it to the shortcut and not a .bat file. If i try to add that command to the .bat file it just says that user doesn't exist.
Just changing it to login server (Master Server IP Here) doesn't work either... or just "login"
But that's not all, no no :D even though I get to the character selection screen with my whole new account that appeared out of nowhere it still doesn't log in to the game but gets stuck at the "Logging in to the game server" but I have no idea what causes it :o
Oh yeah btw my server logs are saying nothing when any of these things happen and they're all running perfectly.
Anyone know what's the problem?
Here are all my Server.ini files btw
AppServer
; AppServer server.ini
[SERVER_INFO]
NAME = "AppServer"
SERVER_ID = 102
WORLD_ID = 1
ODBC = "SQL Server Native Client 10.0"
SOCKET_POOL_SIZE = 100
[CONFIG]
PORT = 7502
[MASTER_SERVER]
IP = "192.168 etc.."
PORT = 7500
[DB]
SERVER = "Erayo-PC\RAIDERZEMUSQL"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "password"
[LOGDB]
SERVER = "Erayo-PC\RAIDERZEMUSQL"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "password"
[PATH]
SYSTEM = "system"
[LOG]
LOG_PATH = "log"
LOG_LEVEL = 0
Master Server
; MasterServer server.ini
[SERVER_INFO]
NAME = "MasterServer"
SERVER_ID = 100
WORLD_ID = 1
ODBC = "SQL Server Native Client 10.0"
SOCKET_POOL_SIZE = 100
SERVER_MODE = 0
[CONFIG]
PORT = 7500
[ACCOUNTDB]
SERVER = "Erayo-PC\RAIDERZEMUSQL"
DATABASE = "RZ_ACCOUNTDB"
USERNAME = "sa"
PASSWORD = "password"
[DB]
SERVER = "Erayo-PC\RAIDERZEMUSQL"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "password"
[LOGDB]
SERVER = "Erayo-PC\RAIDERZEMUSQL"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "password"
[PATH]
SYSTEM = "system"
FIELD = "field"
[LOG]
LOG_PATH = "log"
LOG_LEVEL = 0
Login Server
; LoginServer server.ini
[SERVER_INFO]
NAME = "LoginServer"
SERVER_ID = 101
WORLD_ID = 1
ODBC = "SQL Server Native Client 10.0"
SOCKET_POOL_SIZE = 5000
[CONFIG]
PORT = 7501
[MASTER_SERVER]
IP = "192.168 etc..."
PORT = 7500
[ACCOUNTDB]
SERVER = "Erayo-PC\RAIDERZEMUSQL"
DATABASE = "RZ_ACCOUNTDB"
USERNAME = "sa"
PASSWORD = "password"
[DB]
SERVER = "Erayo-PC\RAIDERZEMUSQL"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "password"
[LOGDB]
SERVER = "Erayo-PC\RAIDERZEMUSQL"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "password"
[LOG]
LOG_PATH = "log"
LOG_LEVEL = 0
[CONST]
ALLOW_INSERT_NEW_ACCOUNT = 0
Game Server
; GameServer server.ini
[SERVER_INFO]
NAME = "GameServer2"
SERVER_ID = 1
WORLD_ID = 1
ODBC = "SQL Server Native Client 10.0"
SOCKET_POOL_SIZE = 2000
[CONFIG]
PUBLIC_IP = "Public IP here"
PORT = 7202
[NET]
MASTER_SERVER_IP = "192.168 etc..."
MASTER_SERVER_PORT = 7500
[DB]
SERVER = "Erayo-PC\RAIDERZEMUSQL"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "password"
[LOGDB]
SERVER = "Erayo-PC\RAIDERZEMUSQL"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "password"
[LOG]
LOG_PATH = "log"
LOG_LEVEL = 0
I'm using the RaiderZ Alpha Server files with an Alpha Client and microsoft sql 2008 r2.
I can't get past the login/character selection screen and if you're wondering why can't I get past the log-in screen if you're already in the character selection screen well, if I input this parameter to the shortcut -> loginaibeast1 server (Master Server IP here) it does log in... but just not with the real Aibeast account it actually creates an whole new account somewhy o_O if i try to input login aibeast/aibeast1 server (Master Server IP Here) it gets stuck at the log-in screen just with the background shown an nothing else.
Also, loginaibeast1 server (Master Server IP here) only works if i add it to the shortcut and not a .bat file. If i try to add that command to the .bat file it just says that user doesn't exist.
Just changing it to login server (Master Server IP Here) doesn't work either... or just "login"
But that's not all, no no :D even though I get to the character selection screen with my whole new account that appeared out of nowhere it still doesn't log in to the game but gets stuck at the "Logging in to the game server" but I have no idea what causes it :o
Oh yeah btw my server logs are saying nothing when any of these things happen and they're all running perfectly.
Anyone know what's the problem?
Here are all my Server.ini files btw
AppServer
; AppServer server.ini
[SERVER_INFO]
NAME = "AppServer"
SERVER_ID = 102
WORLD_ID = 1
ODBC = "SQL Server Native Client 10.0"
SOCKET_POOL_SIZE = 100
[CONFIG]
PORT = 7502
[MASTER_SERVER]
IP = "192.168 etc.."
PORT = 7500
[DB]
SERVER = "Erayo-PC\RAIDERZEMUSQL"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "password"
[LOGDB]
SERVER = "Erayo-PC\RAIDERZEMUSQL"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "password"
[PATH]
SYSTEM = "system"
[LOG]
LOG_PATH = "log"
LOG_LEVEL = 0
Master Server
; MasterServer server.ini
[SERVER_INFO]
NAME = "MasterServer"
SERVER_ID = 100
WORLD_ID = 1
ODBC = "SQL Server Native Client 10.0"
SOCKET_POOL_SIZE = 100
SERVER_MODE = 0
[CONFIG]
PORT = 7500
[ACCOUNTDB]
SERVER = "Erayo-PC\RAIDERZEMUSQL"
DATABASE = "RZ_ACCOUNTDB"
USERNAME = "sa"
PASSWORD = "password"
[DB]
SERVER = "Erayo-PC\RAIDERZEMUSQL"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "password"
[LOGDB]
SERVER = "Erayo-PC\RAIDERZEMUSQL"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "password"
[PATH]
SYSTEM = "system"
FIELD = "field"
[LOG]
LOG_PATH = "log"
LOG_LEVEL = 0
Login Server
; LoginServer server.ini
[SERVER_INFO]
NAME = "LoginServer"
SERVER_ID = 101
WORLD_ID = 1
ODBC = "SQL Server Native Client 10.0"
SOCKET_POOL_SIZE = 5000
[CONFIG]
PORT = 7501
[MASTER_SERVER]
IP = "192.168 etc..."
PORT = 7500
[ACCOUNTDB]
SERVER = "Erayo-PC\RAIDERZEMUSQL"
DATABASE = "RZ_ACCOUNTDB"
USERNAME = "sa"
PASSWORD = "password"
[DB]
SERVER = "Erayo-PC\RAIDERZEMUSQL"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "password"
[LOGDB]
SERVER = "Erayo-PC\RAIDERZEMUSQL"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "password"
[LOG]
LOG_PATH = "log"
LOG_LEVEL = 0
[CONST]
ALLOW_INSERT_NEW_ACCOUNT = 0
Game Server
; GameServer server.ini
[SERVER_INFO]
NAME = "GameServer2"
SERVER_ID = 1
WORLD_ID = 1
ODBC = "SQL Server Native Client 10.0"
SOCKET_POOL_SIZE = 2000
[CONFIG]
PUBLIC_IP = "Public IP here"
PORT = 7202
[NET]
MASTER_SERVER_IP = "192.168 etc..."
MASTER_SERVER_PORT = 7500
[DB]
SERVER = "Erayo-PC\RAIDERZEMUSQL"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "password"
[LOGDB]
SERVER = "Erayo-PC\RAIDERZEMUSQL"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "password"
[LOG]
LOG_PATH = "log"
LOG_LEVEL = 0
↧
↧
[Request] CPacket.java + WvsContext.Java
hello can someone give me those Package files ?
V117.2 / v117.1
V117.2 / v117.1
↧
[Help] MuError
Hey Guys,
I have a problem with my client, but not understand what is this...:?:
Win 7x64
###### Log Begin ######
-------------------------------------------------------------------------------------
Mu online 1.03h (Jpn) executed. (1.3.8.0)
2014/04/15 18:28
-------------------------------------------------------------------------------------
<System information>
OS : Unknown 6.1 Build 7601 (Service Pack 1)
CPU : GenuineIntel - Pentium 3 2394Mhz
RAM : -36MB
-------------------------------------------------------------------------------------
Direct-X : Direct-X 9.0
-------------------------------------------------------------------------------------
> To read config.ini.
> gg init success.
-------------------------------------------------------------------------------------
> Enum display settings.
> Screen size = 1280 x 1024.
> Start window success.
> OpenGL init success.
-------------------------------------------------------------------------------------
<OpenGL information>
Vendor : ATI Technologies Inc.
Render : AMD Radeon HD 7670M
OpenGL version : 4.2.11411 Compatibility Profile Context
Max Texture size : 16384 x 16384
Max Viewport size : 16384 x 16384
-------------------------------------------------------------------------------------
<Sound card information>
Sound Card : Speakers (High Definition Audio Device)
Sound Card Driver : {0.0.0.00000000}.{03122dd1-00e6-4879-8955-3abd460942ad} (19704.26931.55172.24)
-------------------------------------------------------------------------------------
> gg connect Window Handle.
-------------------------------------------------------------------------------------
<IME information>
IME Name :
IME File Name :
Keyboard type : 00000409
-------------------------------------------------------------------------------------
Save DumpFile complete - MuError.dmp
I have a problem with my client, but not understand what is this...:?:
Win 7x64
###### Log Begin ######
-------------------------------------------------------------------------------------
Mu online 1.03h (Jpn) executed. (1.3.8.0)
2014/04/15 18:28
-------------------------------------------------------------------------------------
<System information>
OS : Unknown 6.1 Build 7601 (Service Pack 1)
CPU : GenuineIntel - Pentium 3 2394Mhz
RAM : -36MB
-------------------------------------------------------------------------------------
Direct-X : Direct-X 9.0
-------------------------------------------------------------------------------------
> To read config.ini.
> gg init success.
-------------------------------------------------------------------------------------
> Enum display settings.
> Screen size = 1280 x 1024.
> Start window success.
> OpenGL init success.
-------------------------------------------------------------------------------------
<OpenGL information>
Vendor : ATI Technologies Inc.
Render : AMD Radeon HD 7670M
OpenGL version : 4.2.11411 Compatibility Profile Context
Max Texture size : 16384 x 16384
Max Viewport size : 16384 x 16384
-------------------------------------------------------------------------------------
<Sound card information>
Sound Card : Speakers (High Definition Audio Device)
Sound Card Driver : {0.0.0.00000000}.{03122dd1-00e6-4879-8955-3abd460942ad} (19704.26931.55172.24)
-------------------------------------------------------------------------------------
> gg connect Window Handle.
-------------------------------------------------------------------------------------
<IME information>
IME Name :
IME File Name :
Keyboard type : 00000409
-------------------------------------------------------------------------------------
Save DumpFile complete - MuError.dmp
↧
Chat output to console
v83 - Clean MoopleDev rev120
New package - net.chat
New file under above package - ChatServer.java
New batch in src folder - launch_chat.bat
Script for ChatServer.java-
http://pastebin.com/9kD9Tc16
Script for launch_chat.bat-
http://pastebin.com/Xu2SVzfS
Script for GeneralchatHandler.java
http://pastebin.com/nxEFDKT8
So basically I am just trying to output all chat sent on the server to the new console launch_chat.bat - but it is not sending the chat. I will briefly explain what I did and why
In main first off I just output some basic info on server, incase I ever want to check a value without loading up netbeans or such.
Then I run chat1, which is where the first output should happen is there is one.
Then in this, my loop will run once, saying if the text is equal to null, do not outpuit it, else, output it, then I call upon my second function, chat2, which will do the same above, but then call upon chat1(), hence creating a loop that will constantly output text. But, since I am here, it obviously doesnt. I am probably missing something stupid, so if anyone could please push me into the correct direciton, that would be great, Thanks.
- - - Updated - - -
http://pastebin.com/Y7z5AZXM
Ive came to this - no need for two functions, also removed some of my imports due to not needing them.
New package - net.chat
New file under above package - ChatServer.java
New batch in src folder - launch_chat.bat
Script for ChatServer.java-
http://pastebin.com/9kD9Tc16
Script for launch_chat.bat-
http://pastebin.com/Xu2SVzfS
Script for GeneralchatHandler.java
http://pastebin.com/nxEFDKT8
So basically I am just trying to output all chat sent on the server to the new console launch_chat.bat - but it is not sending the chat. I will briefly explain what I did and why
In main first off I just output some basic info on server, incase I ever want to check a value without loading up netbeans or such.
Then I run chat1, which is where the first output should happen is there is one.
Then in this, my loop will run once, saying if the text is equal to null, do not outpuit it, else, output it, then I call upon my second function, chat2, which will do the same above, but then call upon chat1(), hence creating a loop that will constantly output text. But, since I am here, it obviously doesnt. I am probably missing something stupid, so if anyone could please push me into the correct direciton, that would be great, Thanks.
- - - Updated - - -
http://pastebin.com/Y7z5AZXM
Ive came to this - no need for two functions, also removed some of my imports due to not needing them.
↧
LunaGameDataExtracter
what is this? when i try to compile it always error c2440 in line monsterinfo.ObjectKind = file.GetWord();, when i disabled it, it always need cximage.dll?
↧
↧
plusemu fastfood help
Hey i am trying to setting fastfood up.
But everything what i do i get this error.
Gamecenter.game_crashed
I got the sql dofastfoodlogin in my db.
This is my config from fastfood emu:
## Fast Food Coded by Carlos D.
## Please, don't delete this notes.
## MySql Configuration
db.host=localhost
db.port=3306
db.username=root
db.password=xx
db.dbname=xx
## MySql Extra Info
db.pool.size=100
db.client.amount=200
## Sockets Configuration ##
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False
#FastFood info
swfs.site=http://xx/gamecenter/
init.port=30001
And my config from my plus emu
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=xx
db.name=xx
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=500
## Game TCP/IP Configuration
game.tcp.bindip=xx
game.tcp.port=3000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true
## MUS TCP/IP Configuration
mus.tcp.bindip=xx
mus.tcp.port=301
mus.tcp.allowedaddr=localhost;127.0.0.1;xx;
## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
## fastfood configuration
fast.food.enabled=1
food.url=http://xx/gamecenter/gamecenter_basejump/
food.ip=xx
food.port=30001
food.habboUrl=http://fuseus-private-httpd-fe-1
snow.url=http://xx/gamecenter/gamecenter_snowwar/
slotcar.url=http://xx/gamecenter/gamecenter_slotcar/
republic.url=http://xx/gamecenter/ChatRepublic_ssk/
sudoku.url=http://xx/gamecenter/gamecenter_sudoku/
Please help if you know whats wrong
But everything what i do i get this error.
Gamecenter.game_crashed
I got the sql dofastfoodlogin in my db.
This is my config from fastfood emu:
Quote:
## Fast Food Coded by Carlos D.
## Please, don't delete this notes.
## MySql Configuration
db.host=localhost
db.port=3306
db.username=root
db.password=xx
db.dbname=xx
## MySql Extra Info
db.pool.size=100
db.client.amount=200
## Sockets Configuration ##
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False
#FastFood info
swfs.site=http://xx/gamecenter/
init.port=30001
Quote:
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=xx
db.name=xx
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=500
## Game TCP/IP Configuration
game.tcp.bindip=xx
game.tcp.port=3000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true
## MUS TCP/IP Configuration
mus.tcp.bindip=xx
mus.tcp.port=301
mus.tcp.allowedaddr=localhost;127.0.0.1;xx;
## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
## fastfood configuration
fast.food.enabled=1
food.url=http://xx/gamecenter/gamecenter_basejump/
food.ip=xx
food.port=30001
food.habboUrl=http://fuseus-private-httpd-fe-1
snow.url=http://xx/gamecenter/gamecenter_snowwar/
slotcar.url=http://xx/gamecenter/gamecenter_slotcar/
republic.url=http://xx/gamecenter/ChatRepublic_ssk/
sudoku.url=http://xx/gamecenter/gamecenter_sudoku/
↧
Checking for new updater try....
here is my r3dlog:http://pastebin.com/sNVDypi6
i can register in 25.165.170.230(hamachi ip) api installed, but laucher stuck at checking for new updater
education src, but i was copy alpha animations in this source and then RSBuild
i can register in 25.165.170.230(hamachi ip) api installed, but laucher stuck at checking for new updater
education src, but i was copy alpha animations in this source and then RSBuild
↧
GM command
so i have a trouble with server
when i create a new character
i try to use gm command ( note : the new character don't have gm permision )
d_c2scmd 2000
d_c2scmd 10800 id stack
and it's work
how can it be. ?
i try to disable debug_command_mode = disable
and gm account can't use that command
is true that error from authd ?
and how i can fix that ?
sorry for my bad english
when i create a new character
i try to use gm command ( note : the new character don't have gm permision )
d_c2scmd 2000
d_c2scmd 10800 id stack
and it's work
how can it be. ?
i try to disable debug_command_mode = disable
and gm account can't use that command
is true that error from authd ?
and how i can fix that ?
sorry for my bad english
↧