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!

Mangos Creating Mangos Server

Junior Spellweaver
Joined
Jun 4, 2007
Messages
114
Reaction score
0
This is my first guide so bear with me.
Ok here is a guide that I wrote to help people make a mangos wow server without using
a repack.

The purpose is that repacks can be hard to update and can be buggy.
if you use this guide you dont have to give credit or anything.
....although I will remove it if anyone leeches it.

NEW: NOW INCLUDES INSTRUCTIONS FOR VMAPS

Ok lets get started. First you'll need to download the following files

sqlyog - to manage your mysql. link -
the wow client - self explanatory. link - client
ad.exe - used to extract maps. link -
dbc extractor - extracts dbc files from client. link - dbc_extract
mangos core - obviously the main component. link -

For an easier option for the mangos core, including the database and configuration files, Amber has a great compiles.
linke - http://forum.ragezone.com/f436/mangos-amber-releases-3-x-x-549955/

udb - the database. link -
note: you have to make an account to get.
mysql - needed for db - link
vmap extract - extracts vmaps from client - link
I'd host these files myself but I have dialup lolz.

first extract the mangos core just so we can put stuff in it as we go.

ok second we will extract the dbc files by copying the dbc extractor files (not folder) into
C:\Program Files\World of Warcraft\data\enUS
for more help with this read the readme in the dbc extractor folder.
when its done you should see a dbc folder and copy it into your mangos core folder.

next we need maps. server will not work without them. so first we add a folder in our wow client
called maps (so original) and copy ad.exe into the wow folder (not the maps folder). Run ad.exe
and it will extract all the maps. when its finished copy the maps folder and add it to the
mangos folder.

NEW: Now this is optional so if you want it feel free to do it.
How to install Vmaps. Download the vmap extractor in the download list at the top of this guide. Extract it and place all of its files into your wow client folder. Run makevmaps_SIMPLE.bat and it will start to extract them from your client. Note: this will take a very long time to do. When it is finally finished copy the new vmaps folder from the client to your mangos folder.

Now that we have the dbc files and maps we need the mysql database software installed.
when you install mysql almost any settings will work for it just make sure you remember your
password if you set one. i recomend making the name and pass both root.

Ok now to add the database to mysql. install sqlyog and run the program. It should ask you
to put in some details on first run. in the mysql host address box simply put in localhost or
127.0.0.1 both work the same. put in the name and password you set for mysql in the next
fields and click connect. nothing needs to go into the database field.



next we need to load the udb database into it. right click on NAME@localhost and click create
database and name it realmd. After you've got that done right click on it and click on restore
from sql dump and open realmd.sql found inside your mangos file folder. now create another
database the same way only name it mangos and restore it from the database found in your udb
files. remember that file you downloaded from udbforums.org those ones.
Also you will need to do the same for the characters.sql found in your mangos folder and
name it characters.

Now to configure your mangos so that it will know how to read the databases, use the maps,
and run. So first open up your Mangos.conf file and find this line.
Code:
DataDir = "@prefix@/share/mangos"
and instead of "@prefix@/share/mangos" make it just " " so that it is blank.

It should end up looking like this
Code:
# Data directory setting.
# Important: DataDir needs to be quoted, as it is a string which may
# contain space characters.
DataDir = ""


This will enable it to find the maps and vmaps folder to use.

After that we now move on to configuring for the database. While still in mangos.conf find

Code:
LoginDatabaseInfo     = "127.0.0.1;3306;mangos;mangos;realmd"
WorldDatabaseInfo     = "127.0.0.1;3306;mangos;mangos;mangos"
CharacterDatabaseInfo = "127.0.0.1;3306;mangos;mangos;characters"
and change it to look like

Code:
LoginDatabaseInfo     = "127.0.0.1;3306;"your mysql name";"your mysql pass";realmd"
WorldDatabaseInfo     = "127.0.0.1;3306;"your mysql name";"your mysql pass";mangos"
CharacterDatabaseInfo = "127.0.0.1;3306;"your mysql name";"your mysql pass";characters"


now save and exit mangos.conf and open up realmd.conf
All you need to do for this conf file is find

Code:
LoginDatabaseInfo = "127.0.0.1;3306;mangos;mangos;realmd"
and set it up how you did with the last 3 for mangos.conf
After you have that all set. Your done configuring everything and your ready to run it for
yourself. Read on to learn how to make your server public for use on the internet.

Ok now onto how to make it public. first you need to forward ports 8085 and 3724.
to learn how to port forward go to the website of your router and find out. ok now gets the
part many people often get confused with and that is configuring your database for public
use. Open up sqlyog again and go to your realmd database. Look at the picture for how to
modify it.



when you see the data
modify mangos to your servers name
modify the address to your external ip (go to whatismyip.com to find your ip)
thats all you need to modify.
now you should be able to have people outside your router play on your server.
Note: make sure you click the save button above the server name or it wont work.
For LAN just make the ip your computers LAN ip.

Now if you want a website for account creation download this from


note: You may have to register to download it.

read the readme and open the correct files and the setup is pretty self explanatory.

*note* if you want to use ScriptDev2 go to their website and read how to set it up.

I would recomend using Wamp for it. google it and you'll find it. all the setup for this
is all self explanatory. if you have any questions about setting it up dont hesitate to
pm me about it.

Well this is pretty much the end of my guide. post what you think of it.
I take no credit for the files cause I obviously didnt write any of them.
If you have any questions on anything in this guide please post here or pm me.
Please tell me if i missed something. Seeing as how I have ADD. lol
also for even more support you can find this guide and more at my site. thepcrealm.com

enjoy ;)
~dagamer
 
Last edited:
Newbie Spellweaver
Joined
Oct 5, 2007
Messages
7
Reaction score
0
Re: [Mangos/Guide] How to make a server

Still requires me to have that Vmaps folder...............

How do i get rid of that message?
 
Skilled Illusionist
Joined
Sep 29, 2007
Messages
306
Reaction score
0
Re: [Mangos/Guide] How to make a server

Code:
# Enable/Disable VMmap support for line of sight and height calculation
# Default: 1 (true)
#        : 0 (false)
vmap.enableLOS = 0
vmap.enableHeight = 0
# Map id that will be ignored by VMap
# List of ids with delimiter ','
# If more then one id is defined and spaces are included, the string has to be enclosed by "
#vmap.ignoreMapIds = "369,0,1,530"
vmap.ignoreMapIds = ""
# These spells are ignored for LoS calculation
# List of ids with delimiter ','
vmap.ignoreSpellIds = ""
If you change your mangosd.conf to look like this it should fix it.
Why don't you want vmaps?
 
Initiate Mage
Joined
Dec 2, 2007
Messages
1
Reaction score
0
Re: [Mangos/Guide] How to make a server

thanks for this great guide :woot_jump:

i got a stupid noob Q XD how do i start the game XD my wow file can't validate the version.
i've done all of the steps except the lan thing and when i ran the mangosd.exe it processed every thing and then it started to repeat alot of lines about moving citys like:
Ratchet - BootyBay moved to "lots of number"
againe and againe repeating for some citys

i got enGB btw had to DL another DBC extractor for enGB
 
Junior Spellweaver
Joined
Jun 4, 2007
Messages
114
Reaction score
0
Re: [Mangos/Guide] How to make a server

if it cant validate the game version then your client is a different version than your server. the version of the server depends on what rev you got.
 
Initiate Mage
Joined
Feb 27, 2006
Messages
3
Reaction score
0
Re: [Mangos/Guide] How to make a server

I've done it like you've descriped it ... but i get an error:

Code:
2007-12-03 20:29:16 Loading Items...
2007-12-03 20:29:18 >> Loaded 22287 item prototypes
2007-12-03 20:29:18 
2007-12-03 20:29:18 ERROR:Item (Entry: 118) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 858) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 929) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 954) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 955) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 1180) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 1181) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 1251) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 1477) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 1478) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 1710) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 1711) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 1712) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 2289) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 2290) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 2454) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 2455) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 2456) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 2457) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 2458) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 2459) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 2581) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 2593) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 2686) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 3012) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 3013) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 3382) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 3383) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 3384) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 3385) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 3386) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 3387) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 3388) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 3389) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 3390) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 3391) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 3530) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 3531) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 3823) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 3825) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 3826) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 3827) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 3828) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 3928) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 4419) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 4421) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 4422) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 4424) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 4425) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 4426) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 4596) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 4623) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 4953) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 5509) has wrong Subclass value (6) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 5510) has wrong Subclass value (6) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 5511) has wrong Subclass value (6) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 5512) has wrong Subclass value (6) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 5513) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 5514) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 5631) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 5633) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 5634) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 5996) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 5997) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 6048) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 6049) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 6050) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 6051) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 6052) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 6149) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 6362) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 6372) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 6373) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 6450) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 6451) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 6486) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 6662) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 7676) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 8007) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 8008) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 8529) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 8544) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 8545) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 8949) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 8951) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 9030) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 9036) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 9144) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 9154) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 9155) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 9172) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 9179) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 9187) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 9197) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 9206) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 9224) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 9233) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 9260) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 9264) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 9421) has wrong Subclass value (6) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 10305) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 10306) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 10307) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 10308) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 10309) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 10310) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 10592) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 11325) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 12190) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13442) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13443) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13444) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13445) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13446) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13447) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13452) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13453) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13454) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13455) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13456) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13457) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13458) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13459) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13461) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13462) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13506) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13510) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13511) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13512) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13513) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13760) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13889) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 13932) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 14529) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 14530) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 17048) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 17348) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 17349) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 17351) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 17352) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 17402) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 17708) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 18253) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 18294) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 18839) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 18841) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 19004) has wrong Subclass value (6) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 19005) has wrong Subclass value (6) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 19006) has wrong Subclass value (6) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 19007) has wrong Subclass value (6) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 19008) has wrong Subclass value (6) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 19009) has wrong Subclass value (6) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 19010) has wrong Subclass value (6) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 19011) has wrong Subclass value (6) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 19012) has wrong Subclass value (6) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 19013) has wrong Subclass value (6) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 19066) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 19067) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 19068) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 19307) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 20002) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 20004) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 20007) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 20008) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 20065) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 20066) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 20067) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 20232) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 20234) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 20235) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 20237) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 20243) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 20244) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 20471) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 20709) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 21114) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 21151) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 21164) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 21546) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 21990) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 21991) has wrong Subclass value (5) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22044) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22058) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22103) has wrong Subclass value (6) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22104) has wrong Subclass value (6) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22192) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22193) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22779) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22823) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22824) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22825) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22826) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22827) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22828) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22829) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22830) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22831) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22832) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22833) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22834) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22835) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22836) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22837) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22838) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22839) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22840) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22841) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22842) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22844) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22845) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22846) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22847) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22848) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22849) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22850) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22851) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22853) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22854) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22861) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22866) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 22871) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 23586) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 23822) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 23823) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 23871) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 27498) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 27499) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 27500) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 27501) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 27502) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 27503) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 28100) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 28101) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 28102) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 28103) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 28104) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 29528) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 29529) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 29530) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 29531) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 29532) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 30811) has wrong Subclass value (4) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 30858) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 31676) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 31677) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 31679) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 31838) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 31839) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 31840) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 31841) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 31852) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 31853) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 31854) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 31855) has wrong Subclass value (3) for class 0
2007-12-03 20:29:18 ERROR:Item (Entry: 32408) has wrong Subclass value (7) for class 0

May someone can help me :wink_5:

(sry for my bad english)
 
Experienced Elementalist
Joined
Sep 11, 2007
Messages
295
Reaction score
2
Re: [Mangos/Guide] How to make a server

But I dont want to Portfoward i wanna use Hamachi How do i do that ?

I have hamachi Premium (its the Hack)
 
Junior Spellweaver
Joined
Jun 4, 2007
Messages
114
Reaction score
0
Re: [Mangos/Guide] How to make a server

never used hamachi. And i'm probably not gonna learn.

and for pinback it looks kinda like a database problem. are you using the latest udb?
and make sure that everything for mysql is correct.
 
Initiate Mage
Joined
Feb 27, 2006
Messages
3
Reaction score
0
Re: [Mangos/Guide] How to make a server

1. yes i have the newest udb version
2. yes i have the newest sql version
3. yes i have the newest mangos version

an other mangos server is on my machine still working with no problems
 
Initiate Mage
Joined
Nov 27, 2007
Messages
2
Reaction score
0
Re: [Mangos/Guide] How to make a server

should i dl the full UDB?
 
Banned
Banned
Joined
Apr 9, 2007
Messages
8
Reaction score
0
Re: [Mangos/Guide] How to make a server

Your create an account in the SQL how?

Should have more info on maps and vmaps.

Format a bit more with proper grammar and capitalization. Also show how things should look like, etc.
 
Newbie Spellweaver
Joined
Dec 4, 2007
Messages
9
Reaction score
0
Re: [Mangos/Guide] How to make a server

Where can i find the ad.exe the link above in the guide is broken
 
Junior Spellweaver
Joined
Jun 4, 2007
Messages
114
Reaction score
0
Re: [Mangos/Guide] How to make a server

the ad link is now fixed. sorry bout that. the link was correct but I think Ragezone may stop you from downloading exe files. so now its a .rar file.
I am also adding in stuff for vmaps. I didn't include them before because they are not required.

and i'll be revising some stuff to try to make it easier to understand.

oh and for woode. i'd suggest downloading the full udb.

and for vax1one its covered in the guide but your sql account is whatever name and password you set in mysql when you configured it after it was installed. if you didn't set a password then you leave it blank.

.... you might also want to check your own grammar.
 
Last edited:
Newbie Spellweaver
Joined
Dec 4, 2007
Messages
9
Reaction score
0
Re: [Mangos/Guide] How to make a server

the ad link is now fixed. sorry bout that. the link was correct but I think Ragezone may stop you from downloading exe files. so now its a .rar file.
I am also adding in stuff for vmaps. I didn't include them before because they are not required.

and i'll be revising some stuff to try to make it easier to understand.

oh and for woode. i'd suggest downloading the full udb.

and for vax1one its covered in the guide but your sql account is whatever name and password you set in mysql when you configured it after it was installed. if you didn't set a password then you leave it blank.

still not catching how to use Vmaps. I have done nothing with it but completed your guide and was getting ready to test. Is Vmaps required? if so do i use it the same as ad.exe? or do i have to use it a different way.


well i ran it like the readme and it built the folders, do i put both building folder and vmap folder in the mangos folder?
 
Junior Spellweaver
Joined
Jun 4, 2007
Messages
114
Reaction score
0
Re: [Mangos/Guide] How to make a server

vmaps are not required.
I generally don't use them but I am currently adding stuff on how to use them and extract them.
should be done in an hour or so.

edit: I have just Revised the Guide a little bit to include vmaps.
 
Last edited:
Newbie Spellweaver
Joined
Dec 4, 2007
Messages
9
Reaction score
0
Re: [Mangos/Guide] How to make a server

is this a normal startup for the server?

Using configuration file mangosd.conf.
MaNGOS daemon /0.9.0-SVN (Win32)
<Ctrl-C> to stop.

MM MM MM MM MMMMM MMMM MMMMM
MM MM MM MM MMM MMM MM MM MMM MMM
MMM MMM MMM MM MMM MMM MM MM MMM
MM M MM MMMM MM MMM MM MM MMM
MM M MM MMMMM MM MMMM MMM MM MM MMM
MM M MM M MMM MM MMM MMMMMMM MM MM MMM
MM MM MMM MM MM MM MMM MM MM MMM
MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM
MM MM MM MMM MM MM MMMMMM MMMM MMMMM
MM MMM
MMMMMM

World Database: 127.0.0.1;3306;root;????????;mangos
MySQL client library: 5.0.45
Connected to MySQL database at 127.0.0.1
MySQL server: 5.0.45-community-nt
AUTOCOMMIT SUCCESSFULLY SET TO 0
Character Database: 127.0.0.1;3306;root;??????;characters
MySQL client library: 5.0.45
Connected to MySQL database at 127.0.0.1
MySQL server: 5.0.45-community-nt
AUTOCOMMIT SUCCESSFULLY SET TO 0
Login Database: 127.0.0.1;3306;root;??????;realmd
MySQL client library: 5.0.45
Connected to MySQL database at 127.0.0.1
MySQL server: 5.0.45-community-nt
AUTOCOMMIT SUCCESSFULLY SET TO 0
Realm running as realm ID 1
Using UDB 0.8.2 (327) with SD2 calls rev.166
Using DataDir /maps/
WORLD: VMap support included. LineOfSight:0, getHeight:0
WORLD: VMap data directory is: /maps/vmaps
WORLD: VMap config keys are: vmap.enableLOS, vmap.enableHeight, vmap.ignoreMapId
s, vmap.ignoreSpellIds
Check existing of map file '/maps/maps/0004331.map': not exist!
Correct *.map files not found in path '/maps/maps' or *.vmap/*vmdir files in '/m
aps/vmaps'. Please place *.map/*.vmap/*.vmdir files in appropriate directories o
r correct the DataDir value in the mangosd.conf file.

where exactly am i suppose to put the map files?
 
Last edited:
Junior Spellweaver
Joined
Jun 4, 2007
Messages
114
Reaction score
0
Re: [Mangos/Guide] How to make a server

change your data dir to ""

sorry bout this I just recently fixed the guide for it.

here is what it should be like in mangos.conf
Code:
# MaNGOS Configuration file
ConfVersion=2007071001

# RealmID must match the realmlist
RealmID = 1

# 0 NORMAL 1 PVP 4 NORMAL 6 RP 8 RPPVP
GameType = 1

# Allow server use expansion content
#          0 (not check expansion maps existence, not allow wisit its, not allow create new race characters, ignore account expansion setting)
# Default: 1 (check expansion maps existence, and if client support expansion and account have expansion setting then allow visit expansion maps, allow create new races character)
Expansion = 0

# Data directory setting.
# Important: DataDir needs to be quoted, as it is a string which may
# contain space characters.
[COLOR=Red]DataDir = ""
[/COLOR]
# Logs directory setting.
# Important: Logs dir must exists, or all logs be disable
# Default: "" - no log directory prefix, if used log names isn't absolute path then logs will be stored in current directory for run program.
LogsDir = ""

# Database connection settings for the world server.
# Default: hostname;port;username;password;database
#          .;somenumber;username;password;database - use named pipes at Windows
#                Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini
#          .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux
#                Unix sockets: experimental, not tested
LoginDatabaseInfo = "127.0.0.1;3306;root;root;realmd"
WorldDatabaseInfo = "127.0.0.1;3306;root;root;mangos"

I am very sorry for posting that part wrong in my guide but I have fixed the guide.
 
Newbie Spellweaver
Joined
Dec 4, 2007
Messages
9
Reaction score
0
Re: [Mangos/Guide] How to make a server

cool thanks will test now
 
Newbie Spellweaver
Joined
Dec 4, 2007
Messages
9
Reaction score
0
Re: [Mangos/Guide] How to make a server

still getting same errors
 
Junior Spellweaver
Joined
Jun 4, 2007
Messages
114
Reaction score
0
Re: [Mangos/Guide] How to make a server

are you using maps from just wow or wow with tbc?
 
Back
Top