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!

Warhammer Online Emulator + Src

Joined
Jul 18, 2009
Messages
390
Reaction score
129
I did. Otherwise I'd get an error before getting into the client.
My client launches (this means the id/password are checked if im right) but when i reach the main screen i get an authentication error.
 
Joined
Jul 18, 2009
Messages
390
Reaction score
129
I know it's not playable, that's not my purpose.
What my idea is, is to run the server dedicated so my team doesn't have to host 10 localhost-servers and develop seperately.
 
Initiate Mage
Joined
Apr 23, 2008
Messages
47
Reaction score
1
does somebody know about the No Cloths on Player Bug its pissing me off need someone to code it
 
Initiate Mage
Joined
Apr 23, 2008
Messages
47
Reaction score
1
is there a good coder out there who can help make a sniffer because in my server i have alot of bugs now animation , skills... etc
 
Initiate Mage
Joined
Jun 13, 2009
Messages
18
Reaction score
0
Here magdar-world.exe console won't appear anything. Only a black screen...
I didn't download the game yet for check if I can connect with this black screen.

This is a error, or start appear something in the console when I login into the game?
If this is a error, How I can fix it?

Sorry my english
 
Initiate Mage
Joined
Feb 26, 2011
Messages
18
Reaction score
2
@OpenFile: Did you extract and copy all the files as described in the toturial? And did you also set up the MySql Server with all its databases and configurate the conf-files of the server?


@X_Sarah_X: You need to reset your client and THEN launch it from the given launcher to access the server from an other computer. Check out the for the resetter :)

@Zena: Yes, the cloth on player bug is really horrible! Hopefully somebody manages to fix it soon! Or does anybody know an already existing emu, where the armor of other players is visible?

---------- Post added at 08:44 AM ---------- Previous post was at 08:35 AM ----------

If anybody wants to get to other places than T1 and Altdorf, add those lines to the recall database:


Code:
INSERT INTO `recall` VALUES ('107', '3Human', '108', '1257526', '927650', '9131', '134');
INSERT INTO `recall` VALUES ('106', '2Elf', '201', '866204', '1254393', '6464', '1168');
INSERT INTO `recall` VALUES ('105', '2Dwarf', '1', '1071428', '901441', '4680', '138');
INSERT INTO `recall` VALUES ('104', '2Human', '101', '1056482', '880827', '4136', '2452');
INSERT INTO `recall` VALUES ('110', '4Human', '105', '1413160', '821755', '15222', '3506');
INSERT INTO `recall` VALUES ('108', '3Dwarf', '108', '1272784', '902309', '6090', '398');
INSERT INTO `recall` VALUES ('109', '3Elf', '208', '1464407', '1519509', '9264', '288');
INSERT INTO `recall` VALUES ('111', '4Dwarf', '5', '1374874', '890976', '11066', '2888');
INSERT INTO `recall` VALUES ('112', '4Elf', '205', '954123', '1608386', '3528', '1078');
INSERT INTO `recall` VALUES ('100', '1Human', '106', '845211', '938740', '7822', '162');
INSERT INTO `recall` VALUES ('115', '5Necropolis ', '191', '222623', '1513981', '6412', '218');
INSERT INTO `recall` VALUES ('102', '1Dwarf ', '6', '760848', '885484', '8635', '530');
INSERT INTO `recall` VALUES ('103', '1Elf', '200', '1059931', '1043151', '7066', '1776');
INSERT INTO `recall` VALUES ('113', '4Altdorf ', '162', '125258', '129373', '13275', '2092');
INSERT INTO `recall` VALUES ('114', '4InevitableCity ', '161', '436869', '129665', '17473', '3362');


But all those areas aren't spawend yet and you can't see other players there. I hope I could help with this somebody anyway ;-)


EDIT: 3dwarf is wrong - my fault, sorry, I'm going to fix it ;-)
 
Last edited:
Experienced Elementalist
Joined
Apr 21, 2006
Messages
210
Reaction score
25
@OpenFile: Did you extract and copy all the files as described in the toturial? And did you also set up the MySql Server with all its databases and configurate the conf-files of the server?


@X_Sarah_X: You need to reset your client and THEN launch it from the given launcher to access the server from an other computer. Check out the for the resetter :)

@Zena: Yes, the cloth on player bug is really horrible! Hopefully somebody manages to fix it soon! Or does anybody know an already existing emu, where the armor of other players is visible?

---------- Post added at 08:44 AM ---------- Previous post was at 08:35 AM ----------

If anybody wants to get to other places than T1 and Altdorf, add those lines to the recall database:


Code:
INSERT INTO `recall` VALUES ('107', '3Human', '108', '1257526', '927650', '9131', '134');
INSERT INTO `recall` VALUES ('106', '2Elf', '201', '866204', '1254393', '6464', '1168');
INSERT INTO `recall` VALUES ('105', '2Dwarf', '1', '1071428', '901441', '4680', '138');
INSERT INTO `recall` VALUES ('104', '2Human', '101', '1056482', '880827', '4136', '2452');
INSERT INTO `recall` VALUES ('110', '4Human', '105', '1413160', '821755', '15222', '3506');
INSERT INTO `recall` VALUES ('108', '3Dwarf', '108', '1272784', '902309', '6090', '398');
INSERT INTO `recall` VALUES ('109', '3Elf', '208', '1464407', '1519509', '9264', '288');
INSERT INTO `recall` VALUES ('111', '4Dwarf', '5', '1374874', '890976', '11066', '2888');
INSERT INTO `recall` VALUES ('112', '4Elf', '205', '954123', '1608386', '3528', '1078');
INSERT INTO `recall` VALUES ('100', '1Human', '106', '845211', '938740', '7822', '162');
INSERT INTO `recall` VALUES ('115', '5Necropolis ', '191', '222623', '1513981', '6412', '218');
INSERT INTO `recall` VALUES ('102', '1Dwarf ', '6', '760848', '885484', '8635', '530');
INSERT INTO `recall` VALUES ('103', '1Elf', '200', '1059931', '1043151', '7066', '1776');
INSERT INTO `recall` VALUES ('113', '4Altdorf ', '162', '125258', '129373', '13275', '2092');
INSERT INTO `recall` VALUES ('114', '4InevitableCity ', '161', '436869', '129665', '17473', '3362');


But all those areas aren't spawnd yet and you can't see other players there. I hope I could help with this somebody anyway ;-)[/QUOTE

ive found a fue but some have problems so think they anrt correct
 
Last edited:
Experienced Elementalist
Joined
Apr 17, 2006
Messages
217
Reaction score
36
@Zena: Yes, the cloth on player bug is really horrible! Hopefully somebody manages to fix it soon! Or does anybody know an already existing emu, where the armor of other players is visible?


Yes seen in some older emu there is fixed this bug
 
Initiate Mage
Joined
Feb 26, 2011
Messages
18
Reaction score
2
@Leo: hmmmm, I am going to try some things out concerning that today :) If I will succeed, I will contact you ;-)

@Gaaaabg: Could you please post a link to such an emu? I don't have any c++ knowlege but I can try to compare some parts of the source and play around a little bit with that :)

And.. I think the older emu you are talking about ís for 1.3.1, isn't it? In that case it would be reaaallyy! nice if somebody having that client version could share it with me ;-)
 
Initiate Mage
Joined
Jun 13, 2009
Messages
18
Reaction score
0
@Savadroo, I do everything like the tutorial, but the console didn't appear something.
 
Initiate Mage
Joined
Feb 26, 2011
Messages
18
Reaction score
2
@Savadroo, I do everything like the tutorial, but the console didn't appear something.

And your logonserver starts without errors?

How did you name your mysql databases?

What password did you set?

Could you post the content of your two .conf files?

Do you have Net framework 4?
 
Initiate Mage
Joined
Jun 13, 2009
Messages
18
Reaction score
0
mgdar-worldserver.conf
Code:
#######################################################################
# Hearthstone Configuration File
#######################################################################

/********************************************************************************
 * How to use this config file:                                                 *
 * Config files are in a block->variable->setting format.                       *
 * A < signifies the opening of a block, the block name is expected after that. * 
 * After the block name, a space and then the settings sperated by = / ' '.     *
 *                                                                              *
 * e.g.                                                                         *
 * <block setting="0" someval = "1">                                            *
 *                                                                              *
 * Comments can be in C format, e.g. /* some stuff */, with a // at the start   *
 * of the line, or in shell format (#).                                         *
 ********************************************************************************/

#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Database Section
#
#   Database.Host      - The hostname that the database is located on
#   Database.Username  - The username used for the mysql connection
#   Database.Password  - The password used for the mysql connection
#   Database.Name      - The database name
#   Database.Port      - Port that MySQL listens on. Usually 3306.
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<LogLevel Screen="3">

<WorldDatabase 		Hostname = "127.0.0.1" 
					Username = "root" 
					Password = "******" 
					Name = "world" 
					Port = "3306">

<CharactersDatabase Hostname = "127.0.0.1" 
					Username = "root" 
					Password = "*******" 
					Name = "characters" 
					Port = "3306">

<LogonInfo 	Adresse = "127.0.0.1"
			Name ="LogonServer"
			Port ="8050"
			Ping ="1"
			Password ="password">
	
<RealmInfo 	RealmID="1"
			Adresse="127.0.0.1"
			Port="10622"
			Name ="Server 1.3.5"
			Language ="EN"
			Transfer ="0"
			Legacy="0"
			Region="STR_REGION_EUROPE"
			OpenRVR="0"
			RP="0">

#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Game Information
#
#   GameInfo.RealmMessage = Mot de bienvenue
#   GameInfo.ClientVersion = Version du client acceptée defaut(1.3.3)
#   GameInfo.MaxPlayer = Nombre maximum de joueurs defaut(50)
#  	GameInfo.DiscoTimeForGm = 20 Seconde de déconnection pour les gm  0/1 defaut(0)
#   GameInfo.RezTime = Temps de résurection des joueurs (secondes) defaut(5)
#	GameInfo.CleanDB = Efface les erreur de chargement 0/1 defaut(0)
#
#
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

			
<GameInfo   RealmMessage="Welcome on magdar emulator 1.3.5(C++)"
			ClientVersion="1.3.5"
			MaxPlayer="50"
			DiscoTimeForGm="0"
			RezTime="5"
			CleanDB="1"
			SaveTime="120">

<RateInfo   Xp="1"
			Loot="10"
			Gold="1">
magdar-logonserver.conf
Code:
#######################################################################
# Hearthstone Realms Configuration File
#######################################################################

/********************************************************************************
 * How to use this config file:                                                 *
 * Config files are in a block->variable->setting format.                       *
 * A < signifies the opening of a block, the block name is expected after that. * 
 * After the block name, a space and then the settings sperated by = / ' '.     *
 *                                                                              *
 * e.g.                                                                         *
 * <block setting="0" someval = "1">                                            *
 *                                                                              *
 * Comments can be in C format, e.g. /* some stuff */, with a // at the start   *
 * of the line, or in shell format (#).                                         *
 ********************************************************************************/

# LogonDatabase Section
#
#    These directives are the location of the `realms` and `accounts`
#    tables.
#
#    LogonDatabase.Host      - The hostname that the database is located on
#    LogonDatabase.Username  - The username used for the mysql connection
#    LogonDatabase.Password  - The password used for the mysql connection
#    LogonDatabase.Name      - The database name
#    LogonDatabase.Port      - Port that MySQL listens on. Usually 3306.
#    LogonDatabase.Type      - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g
#

<LogonDatabase Hostname = "127.0.0.1"
               Username = "root"
               Password = "********"
               Name     = "accounts"
               Port     = "3306"
               Type     = "1">
			   
<Listen Host = "0.0.0.0"
        ClientPort = "8040"
        RealmPort = "8050">
		
		
# LogonServer info
#
# Password : Pass for accept world
# ReloadTime : Time in sec for reloading accounts(check new)
		
<LogonServer Password = "password"
			 ReloadTime = "60"
			 CleanPass = "0">


The image of consoles:
Gaaaabg - Warhammer Online Emulator + Src - RaGEZONE Forums


and I have net framework 4

thanks
 
Last edited:
Initiate Mage
Joined
Feb 26, 2011
Messages
18
Reaction score
2
hmmmm, okay you did everything you could....The fault can't be the mysql-server communication. But the server is surely not running, otherwise it would have appered on the logon console... i'am afraid I can't help there :( you could just try out if your howle configuration works on another computer or recompile the server... if that doesn't help, hopefully anyone here has another idea.

good luck!
 
Initiate Mage
Joined
Jun 13, 2009
Messages
18
Reaction score
0
@Savadroo Thanks for the help but this error are so stranger, apparently nothing are wrong.
I will try fix here, if I fix I will post here
 
Initiate Mage
Joined
Feb 26, 2011
Messages
18
Reaction score
2
and take F_DUMP_STATIC



...this is the thing I don't get....how to "take" it?

---------- Post added at 05:05 PM ---------- Previous post was at 03:58 PM ----------

Dos anyone know more detals about this older emu, where you could see the clothes of other players? At least a client version? :) That would be really nice!

---------- Post added at 06:12 PM ---------- Previous post was at 05:05 PM ----------

Ahhhh I got one :) But I need Client 1.1.3!!! Does anybody have it?
 
Last edited:
Experienced Elementalist
Joined
Apr 21, 2006
Messages
210
Reaction score
25
yeh that what i not understand your supost to find it in the logs ? what ever they are ? its the maker of the emulator he always explanes in riddles on perperce so you never get it
 
Last edited:
Initiate Mage
Joined
Feb 26, 2011
Messages
18
Reaction score
2
huh, I have no plan, what to do at this point :(

Leo, you wrote some times in this and other forums that you have the client version 1.3.1 do you still have it? and would you be so kind to share it? You would help me alot with that! And maybe I can even manage to fiy some more things by having to emus with different things working :)

---------- Post added at 07:06 PM ---------- Previous post was at 06:41 PM ----------

I am looking for F_DUMP_STATIC in the code right now, hoping to find out what it means
 
Back
Top