Reaper-X » Reaper Mangos » Reaper Mangos Mod » Reaper MaNGOS 5931 with ScriptDev 412|Server Compatible With 2.4.2 (UDB ONLY!)

Reaper MaNGOS 5931 with ScriptDev 412|Server Compatible With 2.4.2 (UDB ONLY!)

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.

SunWell

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 Upload
Reaper 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) ;)

MySQL Input Directory

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.

Jared ReaperMangos Version of Menu

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.
Upgrade Warning

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!

Leave a Comment

Comments Navigation 1 2 3 4 ... 6
  1. Wii said May 24, 2008 at 5:10 pm

    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. :)

  2. Cryo said May 24, 2008 at 4:57 pm

    Excelent work ..tonight i`ll implement this version! ….
    Many thanks

  3. Dranith said May 24, 2008 at 4:50 pm

    Greg, get new ad.exe. zimmer and gaeria84 have links above

  4. G said May 24, 2008 at 4:50 pm

    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

  5. Greg said May 24, 2008 at 4:36 pm

    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?

  6. Psycho said May 24, 2008 at 4:17 pm

    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!

  7. wow lover said May 24, 2008 at 4:16 pm

    super i waited it a long time. i tryed to build one my self but it failed.

  8. Dranith said May 24, 2008 at 4:14 pm

    Oh, and i used upgrade method

  9. Dranith said May 24, 2008 at 4:13 pm

    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 :)

  10. Dudex said May 24, 2008 at 4:03 pm

    Antivir says that [url]http://rapidshare.com/files/117171897/Reaper-X-MaNGOS-5931.exe.html[/url] is full of troijans

  11. Raver said May 24, 2008 at 4:02 pm

    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

  12. SirZeek said May 24, 2008 at 3:50 pm

    Any chance of having stats for lvl 1-255?
    That would be very nice!

  13. FrostFyre said May 24, 2008 at 3:49 pm

    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 ?

  14. gaeria84 said May 24, 2008 at 3:35 pm

    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).

  15. zimmer said May 24, 2008 at 3:35 pm

    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).

  16. Dranith said May 24, 2008 at 3:23 pm

    anyone fixed that outdated map problem yet?

  17. Psycho said May 24, 2008 at 3:16 pm

    big brother that theory doesnt work :P

  18. big brother said May 24, 2008 at 2:56 pm

    if your not upgrading then uninstall mysql, delete the remaining directory and reinstall it.

  19. Rnoblivion said May 24, 2008 at 2:52 pm

    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.

  20. Dranith said May 24, 2008 at 2:49 pm

    0004331.map error too :(

  21. big brother said May 24, 2008 at 2:43 pm

    now im getting the same error it tells me that 004331 is out-dated

  22. big brother said May 24, 2008 at 2:26 pm

    it works fine now on my 3rd try oh well is doesnt matter thx any way :I

  23. Psycho said May 24, 2008 at 2:26 pm

    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?

  24. Hip-Hop said May 24, 2008 at 2:24 pm

    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)

  25. gibroni said May 24, 2008 at 2:10 pm

    i am getting this same error message when trying to run mangosd.exe. file is outdated and its the same 0004331.map file.

  26. BaDBoY said May 24, 2008 at 2:07 pm

    or tell my about your problem what Error you seen when you run it big brother ?

  27. BaDBoY said May 24, 2008 at 2:06 pm

    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 …

  28. T said May 24, 2008 at 1:56 pm

    sorry forgot to add, the file it tells me is outdated is 0004331.map

  29. T said May 24, 2008 at 1:54 pm

    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?

  30. big brother said May 24, 2008 at 1:44 pm

  31. big brother said May 24, 2008 at 1:37 pm

    theirs no reaper-x-mangos.bat only reaper-x-mangos.exe and that crashes when ever i run it

  32. BaDBoY said May 24, 2008 at 1:35 pm

    thx nice one :D i go to try this OUT !

  33. Johann said May 24, 2008 at 12:53 pm

    Nilrem – it’s the second question addressed on the Reaper Mangos FAQ

  34. nilrem said May 24, 2008 at 12:05 pm

    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…

  35. Johann said May 24, 2008 at 11:47 am

    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.

  36. Dopey said May 24, 2008 at 11:14 am

    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.

  37. Oatman said May 24, 2008 at 10:49 am

    #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.

  38. Dopey said May 24, 2008 at 10:18 am

    *** Anxiously awaits link… ****

  39. Oatman said May 24, 2008 at 9:22 am

    #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…

  40. kuso said May 24, 2008 at 9:15 am

    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.

  41. Oatman said May 24, 2008 at 9:10 am

    #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.

  42. coz said May 24, 2008 at 8:56 am

    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 = )

  43. Oatman said May 24, 2008 at 6:08 am

    #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.

  44. BaDBoY said May 24, 2008 at 5:39 am

    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..

  45. BaDBoY said May 24, 2008 at 5:37 am

    we have now 0:36 AM xD in slovakia

  46. BaDBoY said May 24, 2008 at 5:37 am

    i am waiting all the day for 2.4.2 repack

  47. Johann said May 24, 2008 at 4:39 am

    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.

  48. Justin said May 24, 2008 at 4:23 am

    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.

  49. Rene R. Escobar Dominguez said May 24, 2008 at 2:35 am

Comments Navigation 1 2 3 4 ... 6

Trackbacks/Pingbacks

CommentLeave a response

Please read our comment policy | XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>