Reaper MaNGOS 5931 with ScriptDev 412|Server Compatible With 2.4.2 (UDB ONLY!)
By Oatman on May 22, 2008 in Reaper Mangos, Reaper Mangos Mod
PLEASE DO NOT USE THE FRESH INSTALL TOOL IT IS BROKEN IN THIS RELEASE. IF YOU WANT TO BE ABLE TO USE THIS RELEASE DOWNLOAD THE 5472 RELEASE AND THEN USE THE UPGRADE TOOL IN THIS RELEASE. THE PROBLEM IS I FORGOT TO INCLUDE SOME SQL AND PEOPLE ARE GETTING CREATURE.ADDON ERRORS AND ALOT OF VARIOUS SQL ERRORS. I APPOLOGIZE SINCERELY.
NOTE: THIS IS SAFE HOWEVER IF YOU ARE USING THE UPGRADE TOOL! SO IF YOUR UPGRADING FROM THE PREVIOUS RELEASE IT WILL WORK ITS JUST THE FRESH INSTALL THAT IS BUGGED UP!
Sorry Included an Old Map Extractor Heres the Updated Link!
https://mangos.svn.sourceforge.net/svnroot/mangos/trunk/contrib/map_extractor/ad.exe
Well looks like its FINALLY TIME for another Reaper MaNGOS Release so that you all can get your servers updated with the latest features and to use the new 2.4.2 client. I spent a couple of hours getting this release ready and I think I finally have gotten it right.
Also as a Side-Note PSDB is NOT included in this release due to the fact that their organization at their site is horrible and they are unclear on how to upgrade from an older database. So you guys will have to get Reaper to tell me or a PSDB Dev to instruct me on how to upgrade or else you guys will not have a PSDB Database.
New Features:
- Don’t even ask! There is so many bug fixes/new features its not even funny. It would take me hours to type it all up because of how much has been added since the last release!
About Oatman:
Btw just to let you all know my name is Jared (Oatman) and I am good partners with Reaper and I help him release some of the WoW Releases! For all of you that have been wondering Reaper has just made a move from his previous city and sometime during that move he visited a doctor and he has a medical condition referred to as Vertigo. Some of you may be aware of this while others are not. Feel free to search Google for what it is. I would like to advise you that he is ok but his doctor told him to stay away from the computer for the time being.

REQUIREMENTS:
1. MySQL Database and the Guide on how to Install MySQL
2. World of Warcraft Client version 2.4.2
3. Updated DBC’s, VMAP’s, and MAPS Updated for 2.4.2!
DBC’s are already included as part of this release!
4. Reaper-Mangos Server :Reaper Mangos 5931 SD2 412 (UDB ONLY) FULL | 18.29 MB | File Beam Reaper Mangos 5931 SD2 412 (UDB ONLY) FULL | 18.29 MB | Rapidshare Reaper Mangos 5931 SD2 412 (UDB ONLY) FULL | 18.29 MB | Mega UploadReaper Mangos 5931 SD2 412 (UDB ONLY) FULL | 18.29 MB | Media Fire
Fresh Install:
Important Note : Fresh installation will overwrite your database
1. First you’ll need to install MySQL
2. Extracting Maps, DBC and VMaps from your World of Warcraft installation
(You can safely ignore the Patch-2, or any not found xxx-2 message)–This only happens if your extracting from patch 2.4.0
3. Run the reaper-x-mangos.bat inside the reaper-x-mangos folder, and you’ll see something like below image for an example, and then you just need to write the full path to your mysql installation directory (where mysql.exe and mysqldump.exe can be found) ;)

4. Selection Option 1 by pressing “1&Prime on the keyboard and pressing enter.
Note: This will wipe out any previous versions of WoW you have in your database.

6. After finished with all of the above process, all you have to do now is just open the realmlist.wtf file in your World of Warcraft installation directory (the default location can be found at C:\Program Files\World of Warcraft) using Notepad, Wordpad, or your favorite text editor and then …
Replace :
set realmlist us.logon.worldofwarcraft.com
set patchlist us.version.worldofwarcraft.com
With :
set realmlist 127.0.0.1
and then save it and close realmlist.wtf File.
7. Now you just need to run mangosd.exe and realmd.exe from your mangos directory and then the next step would be creating your own username with your desired password for your own WoW server account as shown on below image followed by typing setgm to give yourself a GM level account

By the way, if you can’t see what you should type inside the mangosd window from the above image, actually you just need to type :
create username password
to create the account
setgm username 1-3
to give yourself GM Access at certain level (3 is the highest level and should only be used on your account while normal player is 0)
8. Finally if you have Burning Crusade client installed and want to be able to create Burning Crusade specific character, all you have to do is just type :
setbc username 1
to enable burning crusade expansion for your account :)
Optional :
If you want to change the server name into something else, you can use the reaper-x-mangos.bat to adjust it :)
Upgrading from 5472 Release:
1. Re-extract vmaps, maps and dbc because this version no longer supports the old World of Warcraft 2.3.3 installation and only supports the new 2.4.2
2. Go into your WoW Reaper Server Directory, and open reaper-eazy-mangos. Next I recommend opening the batch file and backing up your character data. This is optional though.
3. Open the Folder called “Upgrade” and run reaper-x-upgrade.bat.
4. Next type in the directory to the Bin Folder where your mysql.exe and mysqldump.exe files are located.
5. Then make sure that you are upgrading from the latest previous version or else you WILL corrupt your database and possibly lose your character data.
Guide on how to Edit Mangos.Conf
Thanks for the Mangosd.conf edit guide Jeremy!
First off make sure that you have your MySQL running before doing anything.
You need to go back into the reaper folder (C:\Reaper-X-Easy-MaNGOS\reaper-eazy-mangos)
And run the batch file called reaper-x-mangos, there is an option there to setup your LAN or IP for use, This new batch file does correctly setup your DB to the IP you enter in this batch file. Once you’ve done that, if you haven’t gone back in to edit the config files in your reaper folder mentioned above, you need to do that, there is a section in there with this.
# Data directory setting.
# Important: DataDir needs to be quoted, as it is a string which may
# contain space characters.
DataDir = “C:\Reaper-X\data”
This is an example of waht it may look like. You need to change this to the path where you put your data folder with the maps, vmaps, and dbc’s.
Second, …
# 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;PASSWORD;realmd”
WorldDatabaseInfo = “127.0.0.1;3306;ROOT;PASSWORD;mangos”
CharacterDatabaseInfo = “127.0.0.1;3306;ROOT;PASSWORD;characters”
Above, you need to change the MANGO;MANGOS to your root DB name, likey it’s just root, and YOUR batabase (DB) password (you should know this)
YOU DO NOT CHANGE THE IP’S here or in the realmd file, ONLY THROUGH THAT BATCH FILE, i mentioned above. (that file does it for you)
Next open scriptdev2.conf and realmd.conf and edit the info for them to connect to your database as well.
Hope you enjoy this release if you have any questions feel free to post them as a comment below!

Website RSS Feed
Stumble this post
Bookmark this post on Del.icio.us
Submit this post to Digg
Submit this post to Reddit
Print this
Trackback URL
Hey Everyone I am back! Just wanted to include this post to let you know that it is on its way!
thats just too cool!
bravo, indeed Wb reaper im glad you ackowledge the vibe as far as mods I say go nuts
i think i've been on this site twice a day since 2.4.x came out xD
Im really looking forward to the new one:)
Thank you! I don't know what we'd do without you guys!
very nice, you don't even know how long we have been waiting for you, welll, maybe you do, lol. well its nice to have you back, we'll all be waiting.
i've been to this website maybe 4 times a day, lol.
All I really wish for is that existing characters from your last release will be imported without loss. ^^ I kind of lost all my old ones a while ago, and I'd rather not restart yet again.
Oh and I really like the AH-bot. It's great for those of us who play by themselves.
Welcome back! I hope your health situation has been resolved. :)
SICK!!!!!!!!!!!!!!!!!
I'm not joking... but i've been looking on this site twice a day for the new release.
Hurry.... :P
And pls a have question .Do you create Repack for version 2.4.1 too ?
sry for my english i am from slovakia :D
REAPER IS BACK!!!!
Great news!
Hey Reaper!
We are all pulling for you man, hope you get better soon. :)
Thanks for not forgetting about us all, seems alot of people enjoy all of your efforts -including myself.
can u use it with vista? cus my only computer with xp just got broken
@kriss
i know u can with 32bit vista (i have that) but if u have 64bit then i have no idea
w00t!
thank you.
Race you to compiling it :P!
Lol we are waiting for the Repack try to do it fastly :Dand do you Repack v 2.4.1 pls ?Yay Reaper is BACK! Thanks Oatman for the news and the help. Was shocked to see a new post with 5921 v2.4.2 up after just posting yesterday. Will check back frequently for the new compile. Thanks again.
Reaper!!!:D yea your back , do your work!
Welcome back! Patience is the key. :) I set up my private server a couple of weeks ago so I haven't tried to backup my char info etc yet. Is it possible to add such a feature to the repack? Would be absolutely amazing. :)
Thanks for your effort, truly appreciated.
yes, it works w/ 64-bit vista too. i am currently using it.
Oh just letting everyone I am not Reaper-X I am Oatman also known as Jared. I help Aditya (Reaper) with these releases and we're pretty good buddies. I live in the USA and am only 15. Just letting you know something about me. Here I'll update the post as to Reaper's Condition.
You got any idea when the repack will be released ? = (
#BadBoy
This will be a 2.4.2 release ONLY! You will have to upgrade to this newer release in order ot use this version. We are skipping 2.4 and 2.4.1 and are going straight to a 2.4.2 release.
#Phen
Oh yea we will definately include the Auction House Update. Also sure enough characters will be 100% upgradeable. Just remember though since we've been gone a while this release is much bigger due to the fact that there is SOOO MUCH extra SQL Files that are needed for the update.
Hey Jared nice to see you back. Do you have any plans to include a way to alter reputation in-game? Reaper included it in one of his previous releases and it made using rep-based items alot easier.
#Justin
This has actually been built into the game there is over 40 new commands that GM's can enter so you'll have fun looking through how much has been added.
nice patch on comming.
Question: is ACID also included? :)
And a date when will be donloadable this new version?
Thanks
#Cryo
Yea ACID will be included.
Awesome, thanks.
http://wotlk.wikidot.com/
all the new wotl info and the alpah clint just somting if ya wantede to look in 2 a wotlk server
oatman you rock thx 4 getting on. there were some nasty rumors that reaper was dead. i have been trying to get my server to work from other releases but no go your guyse's is by far the best.
big bro
I am using the most recent version of Reaper MaNGOS (the one below this one) and I have had success up to one final point (and I post here cuz the comments were recent, meaning someone might read it). I am having the issue where the server is connecting then just disconnects. I have loaded mangosd.exe and realmd.exe w/ NO isssues or errors (fixed line in scriptdev2 as well and edited create_database.sql to see the DB in MySQL). I still have this issue though. Is it due to max players being set to 0? Or something else. Please, I am sooooo close to getting this operational. Any input would be GREATLY appreciated.
i think we should listen to jakal and make a WotLK server!
(even if uber buggy)
Glad that you all decided to stay and wait for me to fill you guys in. Anyhow I'll have to work on it tomorrow since its a weekend. Sorry about this but at least you know that it is ready and I'll be able to hopefully get it up tomorrow becuase I am actually going to code an app or at least try that lets you edit the mangosd.conf file
Hey Oatman, we're so glad to know you are helping out Reaper!
One question - is it possible in the reaper repacks to include a ready to use account creation weabpage? For example, here is a repack (using ascent, not Mangos) that includes all of it, based on the free Apache webserver.
http://panex-gaming.com/forum/index.php?showtopic=1660
I would rather stick with Mangos but this is a very awesome feature that Panex uses and it would be great to see reaper's packs use them too!
Hey Oatman,
Thanks for stepping up man. Looking forward to the new release. Any chance you can get both AH bot & Vendors included? That and the unified database would be great. Thanks again!
-Dopey
I´m excited & waiting for the new Repack 2.4.2 :D yuhuuuuuu !
Hee oat
i am a developer of The project silvermoon fundb and i can help u whit creating ur repack for ascent ill already created the bat file so email me when u intrested
Greetzz
Hey Oatman thanks for helping Reaper out while he's on the sidelines. I can't wait to see your hard work come to fruitation.
Take as much time as you need Oatman. It's more important the new Mangos Update to be good, not to come so fast.
#Johann
I guess it is possible maybe I could just include RoSPORA or something like that for the account creation. Now obviously its obselete and out of date so I'd have to do some coding to get it to work.
#Dopey
Yea I'll include the Auction House Bot also I am not so sure about the GM Island Vendors but I'll look into it.
#Merijn
Oh really? Thats pretty cool whats the link to your user profile on PSDB's WebSite.
#Matron, #Hip-Hop
Thanks so Much For Your Support Means Alot to Reaper and Myself! :D
Hey Jared,
Pass on my best wishes for Reaper and can you confirm that the new area + instances will be open as well as the new badge loot>
Thanks,
Jase
reaper is sick, for how long has he been sick?
Oatman. When do u think the "Reaper MaNGOS 5927 with ScriptDev 421|Server Compatible With 2.4.2" will me finnished?
WoW I just got diagnosed with Vertigo as well. Hope ya feel better soon, it sucks to be dizzy all the time.
will be also a npc let follow you and return him to his position back ? .npc follow or someting ?
Oatman,
Wasn't refering to the GM island vendors. I was talking about the vendors outside Stormwind & Orgrimmar
Are any of these Mangos releases compatible for Macs? And, if not, is there a way I could be directed to a site that deals with Mac versions of private servers?!
me gusta mucho el wow
Dopey,
If I remember correctly those are just replacement vendors for the GM Island vendors I think from Silvermoon? (Someone correct me if I'm wrong) Personally I prefer them located at GM Island, keeps the normal areas more like the live servers.
He said he was working on it this weekend, but there's no guarantee. Give the guy some breathing room it will be out when it's out.
Chris - if you want to learn how to make a private server with Macs, Windows or Linux you can go to http://projectsilvermooon.net. You will need to do some reading but the tools are available for all platforms.
i am waiting all the day for 2.4.2 repack
we have now 0:36 AM xD in slovakia
hey reaper-x when you read this i need your help ... can you give me your mail or icq or i give you me mail : hacks@centrum.sk pls send me mail how to publish wow 2.4.2 mangos your repack i tell you more about me problem but no here ... if you can help me..
#Jase
The new island "The Isle of Quel'Danas and the instances will be open but only at a second party extent. This means that the island is full with npc's and all of the new items are there and all BUT there no NPC's in the instance yet. Don't worry though that will be after this release.
#Kriss
Well with him moving to a different city and him being diagnosed with Vertigo it kinda haulted the production of the site.
#Grabus
I have no scheduled date BUT I am almost positive that it will be this weekend.
#GameMan
Yes and the command is called.
.cometome
#Dopey
Haven't they always been there... LOL Anyhow i haven't used Reapers Old Re-Pack but almost all the bugs have been fixed in these newer versions you'll be impressed.
#Chris
MaNGOS is written in C++ which can be transverted over to Mac OSX since it is a duel support language and it also works on Linux as well. Although, we do not provide support for Linux or MacOSX BUT we may in the future all depending on if I buy a Macintosh System. :D
#Rene
¡Fresco! Alegre usted tiene gusto de jugar el mundo de Warcraft. : D
#Justin
Oh great I remembered that I have to include SilverMoon BLEW!!!! Oh well I'll still do it though even though I am not the biggest fan of it mainly because I havn't used it in a while but I know alot of people like it and it used to be WAY better than UDB but still I'll use it since you guys will want it.
#Johann
Thanks I appreciate it! :)
#BaDBoy
Please wait it takes time to work on these things.
guys the mroe you post and ask oatman questions, the more time it will take for him to release the repack, so my suggestion, be patient, be quiet, and let the man do what he does best = )
#coz
Thanks :) Oh btw I am getting there I have MaNGOS Unified Database Upgraded on my release next is to make PSDB Upgradeable. Also this is such a HUGE Upgrade when I first have it released there may end up being some bugs SO PLEASE if you operate a official server make sure you see some comments saying that it is clear to go when I put it up because there is a chance it may not be 100% perfect and have some issues and I'll have to put a recall on it.
Hi All,
Hope I can get some help. I’ve just upgraded from reaper’s 5225 to 5472 preparing for the release of 2.4.2 package. Everything seems fine, but when I go to log in to a character, I immediately get disconnected from server and the following message appears at the mangos>
SQL: SELECT guid,account,data,name,race,class,position_x,position_y,posit
ion_z,map,orientation,taximask,cinematic,totaltime,leveltime,rest_bonus,logout_t
ime,is_logout_resting,resettalents_cost,resettalents_time,trans_x,trans_y,trans_
z,trans_o, transguid,gmstate,stable_slots,at_login,zone,online,pending_honor,las
t_honor_date,last_kill_date,taxi_path FROM characters WHERE guid = ‘45′
query ERROR: Unknown column ‘taxi_path’ in ‘field list’
ERROR: Player (GUID: 45) not found in table `characters`, can’t load.
Hope someone can help as this is really frustrating me. Thanks, Kuso.
#Kuso
No clue unless Reaper was not upgrading the previous releases correctly cause I took NO place in making those 2 compiles.
Anyhow sorry PSDB users I am not making a release for it becuase it is cluttered and the site for PSDB makes no sense on how to upgrade versions. I cant tell if it wants me to compile there sql then mangoses seperately or if it is included. You guys are going to have to get Reaper to help you on PSDB or hes going to have to tell me what files to add for PSDB to update it because it makes NO sense whats so ever to me...
*** Anxiously awaits link... ****
#Dopey
There on their way there currently uploading to 4 different file hosts to ensure you guys have access to the links 24/7! Its just taking a little while longer.
I see 'em. Thanks for all the hard work. I'm going to wait until someone verifies that they are bug-free before I upgrade my server.
Oh fudge. Believe me i understand that the instructions on the silvermoon site can be confusing. Their are I think 3 different sets of instructions for creating your own server using mangos with PSDB and all of them are missing some part of the process. It's frustrating. I got through setting up my own server with them but they don't tell you what all .sql dump files need to be applied to mangos or scriptdev2 and in what order, so when I run my server i get a lot of scripting errors in the mangos load screen. And once I'm logged into the game the problems are apparent immediately... no quests!
It is a quality product though. I hope Reaper is able to help with the PSDB repack. I've been using that for a while and I originally switched to it because there was a lot of scripting put in to 'fix' broken quests such as escorts. (i.e. alternate methods of getting credit such as killing nearby mobs or something). In UDB there were no such fixes because they were trying to stay as true to the original WoW as possible. So it either works or it doesn't.
If that has changed recently I'd be happy to switch back to UDB, but I haven't heard that's the case.
I am sad.
Thank you very much for this update.. you are awesome..
can someone tell me the major difference between silvermoon and the unified database? I have notice somethings, but im not quite sure what the big difference is. I have been all over silvermoons site, but havent really come up with why I should use that one.. thanks...
Nilrem - it's the second question addressed on the Reaper Mangos FAQ
thx nice one :D i go to try this OUT !
theirs no reaper-x-mangos.bat only reaper-x-mangos.exe and that crashes when ever i run it
can i have some help?
Hey i extracted all the new vmaps and maps files from wow v2.4.2 and put them in the data directory, i think its finding everything ok but when i run mangosd.exe it tells me its an outdated version, im quite sure i extracted from the correct version of wow, any ideas?
sorry forgot to add, the file it tells me is outdated is 0004331.map
Quote
Big brother
theirs no reaper-x-mangos.bat only reaper-x-mangos.exe and that crashes when ever i run it
yes its reaper-x-mangos.exe but it fully functionaly on my computer i dont have problem with it its good problem is on your computer try redownload reapers repack i downloaded it form rapidshare ...
or tell my about your problem what Error you seen when you run it big brother ?
i am getting this same error message when trying to run mangosd.exe. file is outdated and its the same 0004331.map file.
I have a question: Can you make a double databases for the release? I thought like Silvermoon Database? (Just asking, the release is very good)
When I run the DBC extractor thingy. I get a error
"Fatal: Could not locate MPQ archive patch-enUS-3.MPQ or patch-enUS-4.MPQ"
Anyone have any ideas on why this is. I only have patch 1 and 2 and yes I have the latest patch installed 2.4.2
Anyone?
it works fine now on my 3rd try oh well is doesnt matter thx any way :I
now im getting the same error it tells me that 004331 is out-dated
0004331.map error too :(
I've used several previous versions of Reaper Mangos, and this is the first issue I've ever encountered. When I run the installation process, I get the following error while importing the databases:
"ERROR 1136 (21S01) at line 187: Column count doesn't match value count at row 1"
Any response is much appreciated. Thank you.
if your not upgrading then uninstall mysql, delete the remaining directory and reinstall it.
big brother that theory doesnt work :P
anyone fixed that outdated map problem yet?
the .map problem appears to be due to an old "ad.exe" file included with the new release...
there's a newer one located at:
https://mangos.svn.sourceforge.net/svnroot/mangos/trunk/contrib/map_extractor/
it seems to work as far as getting past the map error but now i'm stuck at the following error msg
-----------------------------------
>> Loaded 0 creature. DB table `creature` is empty.
Loading Creature Addon Data...
Error in creature_template_addon table, probably sql file format was updated
(there should be 8 fields in sql).
Use an update ad.exe for 2.4.2 maps
https://mangos.svn.sourceforge.net/svnroot/mangos/trunk/contrib/map_extractor/ad.exe
Download, move it to your wow installation folder, create folder "maps" and run ad.exe
Will work fine after that. Currently having this problem atm:
2008-05-24 16:20:33 ERROR:>> Loaded 0 creature. DB table `creature` is empty.
2008-05-24 16:20:33 Loading Creature Addon Data...
2008-05-24 16:20:33 ERROR:Error in creature_template_addon table, probably sql file format was updated (there should be 8 fields in sql).
Good Job , and reaper is back !
Can someone tell me who can i add portals to a specific place that i want on this release ?
Any chance of having stats for lvl 1-255?
That would be very nice!
Thank you very much Reaper and Oatman!!
But i have a big problem: it gets me this error message:
"Map file 'C:\Mangos\data/maps/0004331.map' is non-compatible version . Please create new using ad.exe program."
"Correct *.map files not found in path 'C:\Mangos\data/maps' or *.vmaps/*vmdir files in 'C:\Mangos\data/vmaps'." Map error!
Please help !!
Thanks
Antivir says that [url]http://rapidshare.com/files/117171897/Reaper-X-MaNGOS-5931.exe.html[/url] is full of troijans
Thanks guys! Got new ad and maps are working now. I used the dbc that came with reaper-pack and no db errors. 1 char just landed to Sun's Reach Harbor :)
Oh, and i used upgrade method
super i waited it a long time. i tryed to build one my self but it failed.
WEWT! I LOVE PUTTING MY THEORYS TO THE TEST!!!!
Alright I was having this problem and so were abunch of other people "ERROR:Error in creature_template_addon table, probably sql file format was updated (there should be 8 fields in sql)."
With this file once you download there will be 3 files. "Characters, mangos, and realmd". So what your gonna need to do is go to your Navicat and drop your characters, mangos, and realmd databases. (KEEP YOUR SCRIPTDEV2 DATABASE THOUGH!!!!)
After you've done that make a new characters, mangos, and realmd database(s). Use the file characters.sql file I gave you for characters database, mangos.sql for mangos, and realmd.sql for realmd.
TESTED and 100% works!
Forgot to post link :P
http://rapidshare.com/files/117213989/database.rar.html
WTF? My Client Is Patched To 2.4.2 And It Keeps Stating My Maps Are Wrong, I've Re-Extracted Them And Still They Say They Are Wrong WTF Is Going On Here?
just fyi, the included version of ad.exe is outdated. This is why people are getting errors about 0004331.map being outdated. Get the current one from mangos https://mangos.svn.sourceforge.net/svnroot/mangos/trunk/contrib/map_extractor/ad.exe
Greg, get new ad.exe. zimmer and gaeria84 have links above
Excelent work ..tonight i`ll implement this version! ....
Many thanks
Hello Oatman,
First of all I'd like to thank you for your amazing work. I'm currently trying to upgrade my server. I'd just like to add one small tip so far in your description: perhaps add a link to the forum post explaining map extraction etc. For clueless people (like myself :)) that may have forgotten how the map extraction process is done.
Thanks again. :)
well I got my server running almost no problem, but the sunwell raid zone is empty for me....unless I'm dumb and am doing something wrong in the instance itself
thx for the link...
but now i have a new problem
ERROR:>> Loaded 0 creature. DB table `creature` is empty.
Loading Creature Addon Data…
ERROR:Error in creature_template_addon table, probably sql file format was updated (there should be 8 fields in sql).
Hi, I'm new to this site and tried to install this new version of the Server.
I'm a newbie, so I'll probably get flamed for this, but i'm really stuck :( and would like some help, when I run 'reaper-x-mangos'. and press 1 so it does a clean install it asks me for root usernames, chracters files, ScriptDev...something. Am I supposed ot have these already? so anyway I put in the default things and install it, but when I tried to run mangos to run the server it's like 'can't connect' :(
Really need help.
Thanks for Reading.
That's maybe because the Database is UDB. If it was Silvermoon all NPC's will be active!
oh and also, can we get or is there an updated gm command list?
I tryied with the version 2.3.3, and this definately doesn't work with this version =S Or I need to extract map with the new ad.exe ?
Hi,
What's wrong if I get error when trying to start up mangos.exe? :
***.map is non-compatiable version (outdated?)
it asks me to make new ad.exe (done)
it says its put in the wrong directory but I dont think thats the case.....
Help!!!
hi Jared, shaddowsong i think
i hope your friend will be ok
thank you for your release]
Look me errors i must fix that evil
2008-05-24 14:17:08 SQL: SELECT version FROM db_version LIMIT 1
2008-05-24 14:17:08 query ERROR: Table 'mangos.db_version' doesn't exist
2008-05-24 14:17:08 SQL: SELECT MAX(guid) FROM characters
2008-05-24 14:17:08 query ERROR: Table 'characters.characters' doesn't exist
2008-05-24 14:17:08 SQL: SELECT MAX(guid) FROM creature
2008-05-24 14:17:08 query ERROR: Table 'mangos.creature' doesn't exist
2008-05-24 14:17:08 SQL: SELECT MAX(id) FROM character_pet
2008-05-24 14:17:08 query ERROR: Table 'characters.character_pet' doesn't exist
2008-05-24 14:17:08 SQL: SELECT MAX(guid) FROM item_instance
2008-05-24 14:17:08 query ERROR: Table 'characters.item_instance' doesn't exist
2008-05-24 14:17:08 SQL: SELECT MAX(guid) FROM gameobject
2008-05-24 14:17:08 query ERROR: Table 'mangos.gameobject' doesn't exist
2008-05-24 14:17:08 SQL: SELECT MAX(id) FROM auctionhouse
2008-05-24 14:17:08 query ERROR: Table 'characters.auctionhouse' doesn't exist
2008-05-24 14:17:08 SQL: SELECT MAX(id) FROM mail
2008-05-24 14:17:08 query ERROR: Table 'characters.mail' doesn't exist
2008-05-24 14:17:08 SQL: UPDATE characters SET online = 0
2008-05-24 14:17:08 SQL ERROR: Table 'characters.characters' doesn't exist
2008-05-24 14:17:08 SQL: DELETE FROM character_inventory WHERE item >= '1'
2008-05-24 14:17:08 SQL ERROR: Table 'characters.character_inventory' doesn't exist
2008-05-24 14:17:08 SQL: SELECT MAX(id) FROM item_text
2008-05-24 14:17:08 query ERROR: Table 'characters.item_text' doesn't exist
2008-05-24 14:17:08 SQL: UPDATE account SET online = 0 WHERE online > 0 AND id IN (SELECT acctid FROM realmcharacters WHERE realmid = '1')
2008-05-24 14:17:08 SQL ERROR: Table 'realmd.account' doesn't exist
2008-05-24 14:17:08 SQL: UPDATE realmlist SET allowedSecurityLevel = '0' WHERE id = '1'
2008-05-24 14:17:08 SQL ERROR: Table 'realmd.realmlist' doesn't exist
2008-05-24 14:17:08 SQL: SELECT MAX(guid) FROM corpse
2008-05-24 14:17:08 query ERROR: Table 'characters.corpse' doesn't exist
2008-05-24 14:17:08 SQL: DELETE FROM mail_items WHERE item_guid >= '1'
2008-05-24 14:17:08 SQL ERROR: Table 'characters.mail_items' doesn't exist
2008-05-24 14:17:08 SQL: DELETE FROM auctionhouse WHERE itemguid >= '1'
2008-05-24 14:17:08 SQL ERROR: Table 'characters.auctionhouse' doesn't exist
2008-05-24 14:17:08 SQL: DELETE FROM guild_bank_item WHERE item_guid >= '1'
2008-05-24 14:17:08 SQL ERROR: Table 'characters.guild_bank_item' doesn't exist
2008-05-24 14:17:18 SQL: SELECT version FROM db_version LIMIT 1
2008-05-24 14:17:18 query ERROR: Table 'mangos.db_version' doesn't exist
2008-05-24 14:17:18 SQL: SELECT MAX(guid) FROM characters
2008-05-24 14:17:18 query ERROR: Table 'characters.characters' doesn't exist
2008-05-24 14:17:18 SQL: SELECT MAX(guid) FROM creature
2008-05-24 14:17:18 query ERROR: Table 'mangos.creature' doesn't exist
2008-05-24 14:17:18 SQL: SELECT MAX(id) FROM character_pet
2008-05-24 14:17:18 query ERROR: Table 'characters.character_pet' doesn't exist
2008-05-24 14:17:18 SQL: SELECT MAX(guid) FROM item_instance
2008-05-24 14:17:18 query ERROR: Table 'characters.item_instance' doesn't exist
2008-05-24 14:17:18 SQL: SELECT MAX(guid) FROM gameobject
2008-05-24 14:17:18 query ERROR: Table 'mangos.gameobject' doesn't exist
2008-05-24 14:17:18 SQL: SELECT MAX(id) FROM auctionhouse
2008-05-24 14:17:18 query ERROR: Table 'characters.auctionhouse' doesn't exist
2008-05-24 14:17:18 SQL: SELECT MAX(id) FROM mail
2008-05-24 14:17:18 query ERROR: Table 'characters.mail' doesn't exist
2008-05-24 14:17:18 SQL: SELECT MAX(id) FROM item_text
2008-05-24 14:17:18 query ERROR: Table 'characters.item_text' doesn't exist
2008-05-24 14:17:18 SQL: SELECT MAX(guid) FROM corpse
2008-05-24 14:17:18 query ERROR: Table 'characters.corpse' doesn't exist
2008-05-24 14:17:18 SQL: UPDATE characters SET online = 0
2008-05-24 14:17:18 SQL ERROR: Table 'characters.characters' doesn't exist
2008-05-24 14:17:18 SQL: DELETE FROM character_inventory WHERE item >= '1'
2008-05-24 14:17:18 SQL ERROR: Table 'characters.character_inventory' doesn't exist
2008-05-24 14:17:18 SQL: UPDATE account SET online = 0 WHERE online > 0 AND id IN (SELECT acctid FROM realmcharacters WHERE realmid = '1')
2008-05-24 14:17:18 SQL ERROR: Table 'realmd.account' doesn't exist
2008-05-24 14:17:18 SQL: UPDATE realmlist SET allowedSecurityLevel = '0' WHERE id = '1'
2008-05-24 14:17:18 SQL ERROR: Table 'realmd.realmlist' doesn't exist