Reaper-X » Reaper Mangos » Arcane-Fire UR1 MaNGOS (2.4.3)

Arcane-Fire UR1 MaNGOS (2.4.3)

IF YOU HAVE NOT ALREADY APPLIED ARCANE-FIRE THEN DO NOT!!! MAJOR BUG AND WE ARE WORKING OUR BUTTS OFF TO MAKE A STABLE VERSION!!!

Here it is! The Reaper-X customized MaNGOS release UR1 "Arcane-Fire" is now available. UR1 is also a raw copy and if you look below you will find that we will be adding updates as we go! A changelog and what revs Arcane-Fire uses! Also note that Arcane-Fire no longer supports PSDB (sorry for anyone who uses it)!

  • —MaNGOS Rev.   6382
  • ———UDB Rev.   358
  • -ScriptDev2 Rev.   512
  • ——–ACID Rev.   18

 

  • Empty cave in Silithus spawned
  • Added missing rares in map1 (Kalimdor)
  • Various improvements in Outland spawns
  • LOTS of waypoints
  • Minions that are summoned by ACID r18 deleted
  • Random changes everywhere
  • More 2.4.x items. again…
  • Arena Season 4 vendors populated
  • Template scripts for SD2 up to 502 and ACID up to 0.0.2 r18
  • Plus lots more fixes!

     

    UR1 DOESN’T HAVE MANY OF THE EXTRA FEATURES THAT WE SAID WE WOULD LIKE TO HAVE SO BELOW THIS WILL BE LINKS TO NEW FEATURES AND UPDATES THAT WE DIDN’T HAVE TIME TO ADD IN THE FULL RELEASE  (WHEN DOWNLOADING THE UPDATES PLEASE READ THE DARN README FILES):

    • none
    • None
    • None

     

    SET UP:

    Step 1:  Install MySQL using the guide here  >>>  (MySQL Installation and Configuration)

    NOTE: You can get either MySQL 5.0 or 5.1 (It does NOT matter).

    Step 2: Download Reaper-X UR1 "Arcane-Fire" (below are list of mirror to file). File have been compressed! These have been updated with UDB Fix 1!

    1. No Download

    2. No Download

    3. No Download

    GM COMMAND LIST:

    Updated GM Command List for this version

     

    Fresh Install:
    Important Note : Fresh installation will overwrite your database!!!

    Pictures in this guide have NOT been updated (sorry again)!!!

    1. Make sure you have MySQL (5.0 or 5.1) installed and configured correctly on your computer.

    2. Extracting Maps, DBC and VMaps from your World of Warcraft installation

  • YOU NEED TO EXTRACT FOR 2.4.3!!!

  • 3. Run the Arcane-Fire.bat inside the Fresh Install 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 BIN Image

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

    Mangos batch 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

    Mangos EXE

    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 !

    Upgrading from 6245 Release:

    1. Make sure to RE-EXTRACT your DBC’s, Maps, and VMaps, because this release now supports 2.4.3!

    2. Go into your WoW Reaper Server Directory, and open Reaper-X-MaNGOS.

    3. Open the Folder called “Upgrade” and run Upgrade-2-UR1.bat.

    4. Next type in the directory to the Bin Folder where your mysql.exe and mysqldump.exe files are located. (Default is C:\Program Files\MySQL\MySQL Server 5.0\bin)

    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.

    Updated Batch image

    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 and run the batch file called Arcane-Fire.bat, 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 what 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 ROOT;PASSWORD to your root DB name, likey it’s just root, and YOUR database (DB) password (you should know this)

    YOU DO NOT CHANGE THE IP’S!!! Here is a guide to make your server public! Public Setup Guide!

    Next open scriptdev2.conf and realmd.conf and edit the info for them to connect to your database as well.

  • Leave a Comment

    Comments Navigation 1 2 3 4 5
    1. ShadowKai said Sep 6, 2008 at 10:10 pm

      I’m having a problem when running the MaNGOSD.exe, it runs fine until it gets to the creature_template and then it comes up with an error that reads:

      Error in creature_template table, probably sql file format was updated

      What do I do to fix this?

    2. edgard said Aug 28, 2008 at 1:36 pm

      where are the download links?:S

    3. SnaX said Aug 28, 2008 at 1:09 am

      What ever happened to step 5 ? :P

    4. Garrett said Aug 25, 2008 at 10:33 am

      Ive been looking but how do you turn off the Mangos Version check for the Server so a newer version can play on an older server, i played on one before like that and i just wanted to know so i can do it on mine.

    5. Bub311 said Aug 23, 2008 at 6:00 am

      T.T same problem with the
      creatures template thing….HELP PLEASE IM SO CLOSE!!!T.T

    6. anonomous said Aug 19, 2008 at 2:33 pm

      The Download Links Are Gone, Please Advize Where to get this, id really like to try it

    7. Oatman said Aug 17, 2008 at 6:25 am

      I just wanted to let everyone know that I am planning on having my first Repack of WotLK Tonight!

    8. sanja said Aug 9, 2008 at 4:18 am

      tnks…
      i have a problem…see
      (some required *.dbc files not found or not compatible:
      ./dbc/spell.dbc wrong client version dbc file?

      help me ^^
      tnks!!!

    9. fox said Aug 6, 2008 at 7:21 am

      mmm,wich bugfix,can u be more especific please,im still in creature templates error :( thx!

    10. Topsecret said Aug 6, 2008 at 3:33 am

      Got it working with the BugFix.

    11. Topsecret said Aug 5, 2008 at 4:53 am

    12. fox said Aug 3, 2008 at 8:24 am

      Item (Entry: 8498) not correct 20655 display id, must be 44666 (using it).
      Item (Entry: 10822) not correct 20655 display id, must be 51621 (using it).
      Item (Entry: 27515) not correct 38900 display id, must be 50502 (using it).
      Item (Entry: 27516) not correct 38895 display id, must be 50501 (using it).
      Item (Entry: 33808) not correct 47014 display id, must be 51920 (using it).
      Item (Entry: 33868) not correct 47131 display id, must be 51758 (using it).
      Item (Entry: 33955) not correct 47136 display id, must be 7744 (using it).
      Loading Item Texts…
      ==================================================== 100%
      >> Loaded 0 item pages

      Loading Creature Model Based Info Data…
      ==================================================== 100%
      >> Loaded 16891 creature model based info

      Loading Equipment templates…
      ==================================================== 100%
      >> Loaded 1874 equipment template

      Loading Creature templates…
      Error in creature_template table, probably sql file format was updated (there sh
      ould be 65 fields in sql).
      i got this error,help me please ,thx!

    13. fox said Aug 3, 2008 at 8:22 am

    14. Mrlipe said Aug 3, 2008 at 7:01 am

      Getting problems with DBC… i have rextract this twice and still same error
      ERROR:
      Some required *.dbc files (1 from 55) not found or not compatible:
      C:\Documents and Settings\Desktop\server\Repack Arcane-Fire\Data/dbc/Spell.dbc (exist, but have 213 fields instead 216) Wrong client version DBC file?

    15. Mrlipe said Aug 3, 2008 at 6:44 am

      Hey guys need some help here, i’ve rextract maps,dbc and vmaps twice and when i try execute mangos.exe it says ERROR:Some required *.dbc files (1 from 55) not found or not compatible:
      C:\Documents and Settings\Felipe\Desktop\server\Repack Arcane-Fire\Data/dbc/Spell.dbc (exist, but have 213 fields instead 216) Wrong client version DBC file?

    16. Felipe said Aug 3, 2008 at 6:39 am

      Hey guys, i just update server today and im getting problems to load the mangosd.exe it getting problem in first steps
      2008-08-02 20:27:09 ERROR:
      Some required *.dbc files (1 from 55) not found or not compatible:
      C:\Documents and Settings\\Desktop\server\Repack Arcane-Fire\Data/dbc/Spell.dbc (exist, but have 213 fields instead 216) Wrong client version DBC file?
      i have re-extract Dbc,maps and Vmaps twice dont and still keeps getting this error :\

    17. Wokis said Aug 3, 2008 at 2:25 am

      I have a restarter that restarts mangos and realm when it crashes. =)

    18. MValkar said Aug 2, 2008 at 9:03 am

      I don’t know if anyone has asked this but do you guys need anything from us there seems to be alot of demands but no one asking what you guys need so I’m asking is there anything we can do to help you guys? Beta testing or any thing?

    19. Prevas said Aug 1, 2008 at 3:49 pm

      yes, I ment that when it crashes it restart automaticly

    20. Rikiller said Aug 1, 2008 at 9:28 am

      @ Bear
      Mate, have you even read the very first line of this release? lol

    21. Bear said Aug 1, 2008 at 7:38 am

      This release needs an updated guide, I did all the usual stuff and it doesn’t work, Someone wanna make one?

    22. Bav101 said Aug 1, 2008 at 2:25 am

      @ Evan

      I was having the same problem with that too, but i thought it was a file i found and installed with the lvl 70-255 lvl stats in, are you using something similar?

    23. Evan said Aug 1, 2008 at 1:22 am

      Hi, I was just wondering if in the stable release you could make the druids able to go over level 100, because it shuts down my server when i try to open (c), (k), etc. on a level 101-255 druid only.

    24. Pitje said Jul 31, 2008 at 10:51 pm

      Bah, it left out a bit… should be:

      TSKill Mangosd
      Start “InstallPathMangos\Mangosd.exe”

      Just for the record, type this in an empty notepad and safe as .bat

    25. Pitje said Jul 31, 2008 at 10:49 pm

      A batch file what would do that:

      TSKill Mangosd
      Start “\Mangosd.exe”

      safe as *.bat .Im not sure this works, but i think it should ;). If needed, check http://commandwindows.com/taskkill.htm or http://commandwindows.com/command3.htm

    26. Colt45 said Jul 31, 2008 at 10:13 pm

      Auto restarter? Like a batch file that closes and restarts your mangosd.exe?

    27. Prevas said Jul 31, 2008 at 9:25 pm

      I got a question, is it posible to get a auto restarter, compatible for this mangos version when it comes out?

    28. wow lover said Jul 31, 2008 at 2:46 pm

      Hello! I have question:
      Can u create easy setup for: Create 2 realms ,and create server online. ?

      I have problems with those guides too, for me they are not working.

    29. Scarsdale said Jul 31, 2008 at 2:19 pm

      My attempt to upgrade from 6245 was a total disaster I was able to recover my users accounts altho (thank gawd for full backups!)
      but i had to go back to 2.4.2 I await the fix with great hopes :D

    30. Rikiller said Jul 31, 2008 at 12:23 pm

      @ Bigmarky
      On the spot mate.
      The reaper team do this for the love of it.
      Its funny how people start putting demands out there.. That sort of rubbish destroys community projects – look at the Ascent community!
      Isn’t it better to be patient and wait until there is a nice stable release that will integrate with your existing server without any hassle?
      yes

      Good work ladz!

    31. coz said Jul 31, 2008 at 7:42 am

      Hello, It is true, I completly agree with Bigmarky on this one, Reaper team take your time, on this. On the other hand, i dont see why so many problem with the server, Mine is working fine, there are just some minor bugs like: Mage(.learn all_myclass) makes u invis lol, and Shaman same command except something bugs out with totems, its all good, just go to the trainer and learn everything, an extra 5 mins wont kill you.

      One thing tho Colt45, if i may ask, When you guys have fixed everything you think is wrong, is it possible if you can include Gm Island, Org and Stormwind vendors? Alot of people on my server would like, I cant remember if that only comes with PSDB or not.

      I have one last question, Is programmer’s and designers island non teleportable? Very much thanks:

      Coz = )

    32. Bigmarky said Jul 31, 2008 at 3:17 am

      the devs of this site are being wayyyyy too nice, i couldn’t imagine having to cater to so many people

      take your time fixing/patching it man, it works fine – if you can’t figure out how to d/l 1 more file then don’t run a p.server and just log someone elses

      gee willackers batman

    33. Colt45 said Jul 30, 2008 at 11:15 pm

      Look Sully! Reaper is a VERY usy man, he works constantly on this site, and other stuff, so he doesnt always have time to talk to people! But if you need something you may send me an E-mail at Colt45-Musick@hotmail.com!

    34. Sully said Jul 30, 2008 at 11:06 pm

      Reaper, please talk to me!

    35. Colt45 said Jul 30, 2008 at 10:54 pm

      Well your one of the lucky ones :P

    36. Truz said Jul 30, 2008 at 10:49 pm

      I am a little confused I downloaded the Arcane file and am not having any trouble with it…I am still running my 300 users with their old chars from the last release???

    37. Prevas said Jul 30, 2008 at 2:50 pm

      hehe cant wait till you guys publish it, keep up the good work (Y)

    38. Colt45 said Jul 30, 2008 at 6:53 am

      nope… hopefully tonight or tommarow!

    39. aequitus said Jul 30, 2008 at 2:21 am

      Colt45: Great work so far, any ETA on the fixed version yet?

    40. Colt45 said Jul 30, 2008 at 1:41 am

      Hello people of reaper-x.com IF YOU HAVE NOT NOTICED… at the top of the post it says there is a MAJOR BUG, so I have taken ALL the links to the release away until I can finish up my stable version!

    41. Pitje said Jul 30, 2008 at 1:30 am

      is there by any chance an ETA? thnaks in advance.

      ps. keep up the good work, you guys are the best.

      pps, offtopic, how can i modify my own server? like adding vendors and stuff

    42. Sila said Jul 29, 2008 at 9:47 pm

      Heh I have a small prob… I cant see the download links for Reaper-X UR1 “Arcane-Fire” its just empty… So can any1 post the link here pls :D

    43. Rikiller said Jul 29, 2008 at 4:43 pm

      This version has been suspended until a MAJOR bug or two (or so) has been fixed.
      It was not worth the hassle of downloading this release as it didn’t work.

      I’m sure the reaper team will have a new one out as soon as they can.

    44. Wazzar said Jul 29, 2008 at 9:43 am

      Sorry to be a pill but I don’t seem to be able to find ANYTHING related to this version to download!

      All the links are greyed out and unavailable.

      TIA
      Wazzar

      P.S.
      I refer to the doc/instruction detail at the top of course.

    45. kyle said Jul 29, 2008 at 4:17 am

      Ok guys while your waiting if you want to explore northrend i compiled some stuff i got from emupedia and TOM_RUS and made a sandbox version for BETA 3.0.1.8634 Heres Download link

      http://filebeam.com/02678c9f5fb954ee0ae9cf405fbe7f3d

      to logon use this info

      Name: Kyle

      Password: nopass

      And set your realmlist to 127.0.0.1

      Remember this is for BETA 3.0.1.8634

    46. Bav101 said Jul 29, 2008 at 2:19 am

      Guys, i was wondering something dunno how do-able it would be or anything like that but, in another post on the site i read that a version of WOTLK was being worked on, now how do-able would it be to put together the work you guys have done on this and the release for WOTLK?

      i dont wanna seem ungrateful or anything like that because you guys have worked bloody hard, i’m more throwing an idea in the arena.

      Bav

    47. ICE said Jul 28, 2008 at 9:21 pm

      i keep getting a few errors every time i start up mangos and i dont know what to do. i have tried everything but no matter what i do i keep getting the same error. have have made sure several times that i have done exactly what the guide tells me. this is what i keep getting. 2008-07-28 16:20:42 SQL: SELECT MAX(guid) FROM characters
      2008-07-28 16:20:42 query ERROR: Table ‘characters.characters’ doesn’t exist
      2008-07-28 16:20:42 SQL: UPDATE characters SET online = 0
      2008-07-28 16:20:42 SQL ERROR: Table ‘characters.characters’ doesn’t exist
      2008-07-28 16:20:42 SQL: SELECT MAX(id) FROM character_pet
      2008-07-28 16:20:42 query ERROR: Table ‘characters.character_pet’ doesn’t exist
      2008-07-28 16:20:42 SQL: SELECT MAX(guid) FROM item_instance
      2008-07-28 16:20:42 query ERROR: Table ‘characters.item_instance’ doesn’t exist
      2008-07-28 16:20:42 SQL: SELECT MAX(id) FROM auctionhouse
      2008-07-28 16:20:42 query ERROR: Table ‘characters.auctionhouse’ doesn’t exist
      2008-07-28 16:20:42 SQL: DELETE FROM character_inventory WHERE item >= ‘1′
      2008-07-28 16:20:42 SQL ERROR: Table ‘characters.character_inventory’ doesn’t exist
      2008-07-28 16:20:42 SQL: SELECT MAX(id) FROM mail
      2008-07-28 16:20:42 query ERROR: Table ‘characters.mail’ doesn’t exist
      2008-07-28 16:20:42 SQL: DELETE FROM mail_items WHERE item_guid >= ‘1′
      2008-07-28 16:20:42 SQL ERROR: Table ‘characters.mail_items’ doesn’t exist
      2008-07-28 16:20:42 SQL: SELECT MAX(id) FROM item_text
      2008-07-28 16:20:42 query ERROR: Table ‘characters.item_text’ doesn’t exist
      2008-07-28 16:20:42 SQL: DELETE FROM auctionhouse WHERE itemguid >= ‘1′
      2008-07-28 16:20:42 SQL ERROR: Table ‘characters.auctionhouse’ doesn’t exist
      2008-07-28 16:20:42 SQL: SELECT MAX(guid) FROM corpse
      2008-07-28 16:20:42 query ERROR: Table ‘characters.corpse’ doesn’t exist

      PLEASE HELP ME!!!
      email at linked1@gmail.com

    48. Meows said Jul 28, 2008 at 9:13 pm

      Also anyone figure how to enable voice chat yet ?

      Cheers

    49. Meows said Jul 28, 2008 at 9:10 pm

      132SccS | Jul 28, 2008 at 9:40 / 9:40 AM | Links to this comments | Reply

      @ meows

      try this one m8 its a combined fix from all the above this is what worked for me. all old chars now fully functional.
      http://rapidshare.com/files/132972105/combined_fix.rar.html

      WORKED!!!!!!!!11

      THANKS!

    50. bakaslayer said Jul 28, 2008 at 8:29 pm

      is it possible to write some sort of patch to add the auction bot after youve already installed a release without it?

    Comments Navigation 1 2 3 4 5

    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>