Main Website RSS FeedCurrent Article

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.

  • RSS Feed for This Post209 Comment(s)

    1. 1
      Colt45 | Jul 26, 2008 at 22:19 / 10:19 PM | Links to this comments | Reply

      FINALLY IM DONE!!! :P

    2. 2
      aequitus | Jul 26, 2008 at 22:32 / 10:32 PM | Links to this comments | Reply

      Hooray! Good work, fellas.

    3. 3
      Colt45 | Jul 26, 2008 at 22:42 / 10:42 PM | Links to this comments | Reply

      Oh I dont think I added this in the post but AH Bot rev 78 is included!

    4. 4
      SR2 | Jul 26, 2008 at 22:48 / 10:48 PM | Links to this comments | Reply

      Upgrading from 5953 Release? The previous was 6245! Is that good?

    5. 5
      bakaslayer | Jul 26, 2008 at 22:49 / 10:49 PM | Links to this comments | Reply

      can i update from MaNGOS 6245 because this page says Upgrading from 5953

    6. 6
      Rikiller | Jul 26, 2008 at 23:01 / 11:01 PM | Links to this comments | Reply

      Superb

    7. 7
      Striike | Jul 26, 2008 at 23:23 / 11:23 PM | Links to this comments | Reply

      Fantastic, ty. Just curious, when you do the updates, will there be a new revision, or do I have to check this thread to see when to update?

    8. 8
      Bigmarky | Jul 27, 2008 at 0:00 / 12:00 AM | Links to this comments | Reply

      gonna d/l and try it out

    9. 9
      tomb | Jul 27, 2008 at 1:02 / 1:02 AM | Links to this comments | Reply

      i gonna try this one, thanx man

    10. 10
      tomb | Jul 27, 2008 at 1:04 / 1:04 AM | Links to this comments | Reply

      did you get the "eyes of the beast" bug fix. i really want to try it

    11. 11
      Bigmarky | Jul 27, 2008 at 1:14 / 1:14 AM | Links to this comments | Reply

      hmm, when i run the vmaps it finished extracting but never ran the line

      vmap_assembler.exe buildings vmaps splitConfig.txt

      just stopped after extracting

      i tried just running that byitself and its sitting there as well...

      odd never had that problem the 10 other times i've installed mangos

    12. 12
      Bigmarky | Jul 27, 2008 at 1:33 / 1:33 AM | Links to this comments | Reply

      nevermind the above comment, i just skipped it and it works, now just gotta remember how to import my characters (usernames are there just doesnt show the characters even though it says i have 10 made)

    13. 13
      Striike | Jul 27, 2008 at 1:39 / 1:39 AM | Links to this comments | Reply

      This application has failed to start because MSVCR71.dll was not found. Re-installing the application may fix this problem.

      Have tried re-installing, same message?

    14. 14
      coz | Jul 27, 2008 at 1:45 / 1:45 AM | Links to this comments | Reply

      Hey guys, i downloaded this but, when i go to extracct the data, vmaps and maps, some of the extraction tools are not included , can someone help me out on this>?

    15. 15
      Rikiller | Jul 27, 2008 at 1:52 / 1:52 AM | Links to this comments | Reply

      Argh, there is a problem. I ran the update from 6245, extracted the maps, dbc and vmaps.
      Set my data dir, completed the necessary fields in the conf files...
      I can connect but there are no characters there.
      I checked the database, and the characters are still there, but they just don't show up.
      HELP PLZ!!

    16. 16
      Rikiller | Jul 27, 2008 at 1:54 / 1:54 AM | Links to this comments | Reply

      Interestingly enough, if you try to create a new character, it doesn't show up either.

    17. 17
      treebeard | Jul 27, 2008 at 1:56 / 1:56 AM | Links to this comments | Reply

      Same here i am having this problem just installed arcane-fire extracted the DBCs Vmaps etc and i cannot create any characters/none there.

    18. 18
      Ode | Jul 27, 2008 at 2:00 / 2:00 AM | Links to this comments | Reply

      Any idea what's wrong? When i fire up my mangos.exe it says cannot connect to world database 127.0.0.1;3306;root;PASSWORD;mangos

      Please mail me.

      Thankfully
      Ode

    19. 19
      Ode | Jul 27, 2008 at 2:00 / 2:00 AM | Links to this comments | Reply

      Oh yea sorry for double post, I used the fresh install.

    20. 20
      Bigmarky | Jul 27, 2008 at 2:03 / 2:03 AM | Links to this comments | Reply

      Ode, change the PASSWORD to your sql pw
      (that should be a given)

      Yup, looks like more then just me ran into that character problem - even if a create a new character - it doesnt show up and preimported aren't showing up either

    21. 21
      Striike | Jul 27, 2008 at 2:06 / 2:06 AM | Links to this comments | Reply

      Fixed my problem, so for anyone that had this trouble, I had to copy the msvcr71.dll located in x:\program files\common files\Blizzard Entertainment\world of warcraft and paste it in the folder where MaNGOSD.exe is located.

    22. 22
      Ode | Jul 27, 2008 at 2:11 / 2:11 AM | Links to this comments | Reply

      How can I change the password? I assume you mean mangos password or something like that? becouse when i start realmd it gives same error but password is realmd.

    23. 23
      treebeard | Jul 27, 2008 at 2:12 / 2:12 AM | Links to this comments | Reply

      is your password to the database realmd?

    24. 24
      treebeard | Jul 27, 2008 at 2:13 / 2:13 AM | Links to this comments | Reply

      Ode,
      127.0.0.1;3306;root;;mangos

    25. 25
      Ode | Jul 27, 2008 at 2:18 / 2:18 AM | Links to this comments | Reply

      I have no idea what you meant by those last 2 posts..

      Is the database pw same as the pw i used when i installed mysql? And how do i determine my database?

      Damn im helples

    26. 26
      tomb | Jul 27, 2008 at 2:20 / 2:20 AM | Links to this comments | Reply

      i can't enter the world, after build the character, what's worry

    27. 27
      Striike | Jul 27, 2008 at 2:23 / 2:23 AM | Links to this comments | Reply

      @Ode
      Go to the folder where your MaNGOSD.exe is located, and open up mangosd.conf with notepad. Scan through the text, I think you'll find it.

      @treebeard, rikiller
      Having the same problem getting a character to show up, in my case a new one. My MaNGOSD.exe displays: SQL ERROR: Unknown column 'dungeon_difficulty' in 'field list' CMSG_REALM_SPLIT.
      Not sure if this error message is related to problem, but I'm hoping someone figures out how to fix this soon :)

    28. 28
      Striike | Jul 27, 2008 at 2:24 / 2:24 AM | Links to this comments | Reply

      @Ode
      The password you need to put in is the mySQL password you entered when you ran the mySQL config.

    29. 29
      Ode | Jul 27, 2008 at 2:25 / 2:25 AM | Links to this comments | Reply

      Thanks for the replies striike, i did that, replaced the passwords with correct ones but it still says access denied when trying in to database..

    30. 30
      Ode | Jul 27, 2008 at 2:29 / 2:29 AM | Links to this comments | Reply

      My mysql command line client shows that its not using any database (!). The spot where the name of the database should be is empty. Could this be the problem? Can it be solved?

    31. 31
      Summonence | Jul 27, 2008 at 2:45 / 2:45 AM | Links to this comments | Reply

      @ Ode

      Go up and follow the instructions again. Your either not installing MySQL, to have a database, or you didn't install the tables into the databases correctly, or your just not setting up your conf properly. But reading your posts. your lost when it comes to setting up conf.

    32. 32
      wow-romania.ro | Jul 27, 2008 at 2:53 / 2:53 AM | Links to this comments | Reply

      Does this have custom zones for leveling, custom world, npc, etc?

    33. 33
      Striike | Jul 27, 2008 at 2:57 / 2:57 AM | Links to this comments | Reply

      2008-07-26 15:56:11 ERROR:SQL: INSERT INTO characters (guid,account,name,race,class,map, dungeon_difficulty, position_x, position_y, position_z,....

      Copy from the server.log

      Don't know if this helps anyone.

    34. 34
      treebeard | Jul 27, 2008 at 3:02 / 3:02 AM | Links to this comments | Reply

      @Striike
      Same error in my log.

    35. 35
      Napredator | Jul 27, 2008 at 3:04 / 3:04 AM | Links to this comments | Reply

      Where is the DBC extractor?

    36. 36
      Sythus | Jul 27, 2008 at 3:05 / 3:05 AM | Links to this comments | Reply

      Well i already updated to 6245.
      Can I not run the upgrade?
      Could I do a fresh install and then restore my characters without issue?

    37. 37
      Summonence | Jul 27, 2008 at 3:23 / 3:23 AM | Links to this comments | Reply

      ad.exe is mixed with the maps extractor now. If you remember from the last repack, they announced they merged them.

    38. 38
      wow-romania.ro | Jul 27, 2008 at 3:27 / 3:27 AM | Links to this comments | Reply

      Does this have custom zones for leveling, custom world, npc, etc?

      Does this have custom zones for leveling, custom world, npc, etc?
      Does this have custom zones for leveling, custom world, npc, etc?

    39. 39
      bakaslayer | Jul 27, 2008 at 3:29 / 3:29 AM | Links to this comments | Reply

      will the ad.exe work with the uk version of the game and why iis this release so much smaller than previous??

    40. 40
      Summonence | Jul 27, 2008 at 3:29 / 3:29 AM | Links to this comments | Reply

      First of all, give a bit of time for someone to respond, and to be polite don't post the same lien multiple times.

      Secondly, custom zones, like ones that aren't in Blizzards servers? I don't believe there is custom zones. and a Custom world? dude, are you programming your own worlds, with maps that work with wow? Im not. NPC, there is way you can create your own npc's.

    41. 41
      bakaslayer | Jul 27, 2008 at 3:33 / 3:33 AM | Links to this comments | Reply

      there used to be 2 different extractors for the dbc one for the uk and one for the us game versions is the new ad.exe going to work with my uk game client???

    42. 42
      Napredator | Jul 27, 2008 at 3:58 / 3:58 AM | Links to this comments | Reply

      I was wondering if someone could tell me the size of the vmaps folder in its present form, so far im still waiting for the excract_vmaps thing to finish and so far the vmaps folder is 1.54GB's, i was wondering if someone could tell me how big it is so i know how much longer i have to wait :)

    43. 43
      bakaslayer | Jul 27, 2008 at 4:04 / 4:04 AM | Links to this comments | Reply

      help

    44. 44
      Soulslave | Jul 27, 2008 at 4:07 / 4:07 AM | Links to this comments | Reply

      Okay i think i am having the same problem as a few of you other guys. I have successfully created the server, got it up, and am able to log into it. When however it try to create a character it does not show up in the character list. I this this may be the problem...

      2008-07-26 15:55:58 SQL: SELECT mapid, resettime FROM instance_reset
      2008-07-26 15:55:58 query ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: DELETE FROM instance USING instance LEFT JOIN instance_reset ON mapid = map WHERE (instance.resettime '0') OR (NOT instance_reset.resettime IS NULL AND instance_reset.resettime < '1217105758')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: DELETE FROM group_instance USING group_instance LEFT JOIN characters ON group_instance.leaderGuid = characters.guid LEFT JOIN groups ON group_instance.leaderGuid = groups.leaderGuid WHERE characters.guid IS NULL OR groups.leaderGuid IS NULL
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.group_instance' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('249','4182106432')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('269','1839124800')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('309','2137088320')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('409','1932157248')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('469','1932157248')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('509','2137088320')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('531','1932157248')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('532','1932157248')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('533','1932157248')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('534','1932157248')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('540','1839124800')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('542','1839124800')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('543','1839124800')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('544','1932157248')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('545','1839124800')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('546','1839124800')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('547','1839124800')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('548','1932157248')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('550','1932157248')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('552','1839124800')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('553','1839124800')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('554','1839124800')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('555','1839124800')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('556','1839124800')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('557','1839124800')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('558','1839124800')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('560','1839124800')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('564','1932157248')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('565','1932157248')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('568','2137088320')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('580','1932157248')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: INSERT INTO instance_reset VALUES ('585','1839124800')
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 15:55:58 SQL: DELETE FROM instance USING instance LEFT JOIN character_instance ON character_instance.instance = id LEFT JOIN group_instance ON group_instance.instance = id WHERE character_instance.instance IS NULL AND group_instance.instance IS NULL
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.group_instance' doesn't exist
      2008-07-26 15:55:58 SQL: DELETE FROM group_instance USING group_instance LEFT JOIN instance ON group_instance.instance = instance.id WHERE instance.id IS NULL
      2008-07-26 15:55:58 SQL ERROR: Table 'characters.group_instance' doesn't exist
      2008-07-26 15:55:58 Spell 33280 listed in `spell_proc_event` does not exist
      2008-07-26 15:55:58 Spell 35092 listed in `spell_proc_event` does not exist
      2008-07-26 15:55:58 Spell 35093 listed in `spell_proc_event` does not exist
      2008-07-26 15:55:58 Spell 35094 listed in `spell_proc_event` does not exist
      2008-07-26 15:56:01 Item (Entry: 8498) not correct 20655 display id, must be 44666 (using it).
      2008-07-26 15:56:01 Item (Entry: 10822) not correct 20655 display id, must be 51621 (using it).
      2008-07-26 15:56:01 Item (Entry: 27515) not correct 38900 display id, must be 50502 (using it).
      2008-07-26 15:56:01 Item (Entry: 27516) not correct 38895 display id, must be 50501 (using it).
      2008-07-26 15:56:01 Item (Entry: 33808) not correct 47014 display id, must be 51920 (using it).
      2008-07-26 15:56:01 Item (Entry: 33868) not correct 47131 display id, must be 51758 (using it).
      2008-07-26 15:56:01 Item (Entry: 33955) not correct 47136 display id, must be 7744 (using it).
      2008-07-26 16:00:49 SQL: SELECT mapid, resettime FROM instance_reset
      2008-07-26 16:00:49 query ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: DELETE FROM instance USING instance LEFT JOIN instance_reset ON mapid = map WHERE (instance.resettime '0') OR (NOT instance_reset.resettime IS NULL AND instance_reset.resettime < '1217106049')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: DELETE FROM group_instance USING group_instance LEFT JOIN characters ON group_instance.leaderGuid = characters.guid LEFT JOIN groups ON group_instance.leaderGuid = groups.leaderGuid WHERE characters.guid IS NULL OR groups.leaderGuid IS NULL
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.group_instance' doesn't exist
      2008-07-26 16:00:49 SQL: DELETE FROM instance USING instance LEFT JOIN character_instance ON character_instance.instance = id LEFT JOIN group_instance ON group_instance.instance = id WHERE character_instance.instance IS NULL AND group_instance.instance IS NULL
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.group_instance' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('249','4182106432')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('269','1839124800')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('309','2137088320')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('409','1932157248')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('469','1932157248')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('509','2137088320')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('531','1932157248')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('532','1932157248')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('533','1932157248')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('534','1932157248')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('540','1839124800')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('542','1839124800')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('543','1839124800')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('544','1932157248')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('545','1839124800')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('546','1839124800')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('547','1839124800')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('548','1932157248')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('550','1932157248')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('552','1839124800')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('553','1839124800')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('554','1839124800')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('555','1839124800')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('556','1839124800')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('557','1839124800')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('558','1839124800')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('560','1839124800')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('564','1932157248')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('565','1932157248')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('568','2137088320')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('580','1932157248')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: INSERT INTO instance_reset VALUES ('585','1839124800')
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.instance_reset' doesn't exist
      2008-07-26 16:00:49 SQL: DELETE FROM group_instance USING group_instance LEFT JOIN instance ON group_instance.instance = instance.id WHERE instance.id IS NULL
      2008-07-26 16:00:49 SQL ERROR: Table 'characters.group_instance' doesn't exist
      2008-07-26 16:00:49 Spell 33280 listed in `spell_proc_event` does not exist
      2008-07-26 16:00:49 Spell 35092 listed in `spell_proc_event` does not exist
      2008-07-26 16:00:49 Spell 35093 listed in `spell_proc_event` does not exist
      2008-07-26 16:00:49 Spell 35094 listed in `spell_proc_event` does not exist
      2008-07-26 16:00:52 Item (Entry: 8498) not correct 20655 display id, must be 44666 (using it).
      2008-07-26 16:00:52 Item (Entry: 10822) not correct 20655 display id, must be 51621 (using it).
      2008-07-26 16:00:52 Item (Entry: 27515) not correct 38900 display id, must be 50502 (using it).
      2008-07-26 16:00:52 Item (Entry: 27516) not correct 38895 display id, must be 50501 (using it).
      2008-07-26 16:00:52 Item (Entry: 33808) not correct 47014 display id, must be 51920 (using it).
      2008-07-26 16:00:52 Item (Entry: 33868) not correct 47131 display id, must be 51758 (using it).
      2008-07-26 16:00:52 Item (Entry: 33955) not correct 47136 display id, must be 7744 (using it).
      2008-07-26 16:01:25 Spell (id: 51798) have SPELL_EFFECT_QUEST_COMPLETE for quest 11122 , but quest not have flag QUEST_MANGOS_FLAGS_EXPLORATION_OR_EVENT. Quest flags must be fixed, quest modified to enable objective.
      2008-07-26 16:01:26 Spell 16824 listed in `spell_affect` does not exist
      2008-07-26 16:01:26 Spell 16824 listed in `spell_affect` does not exist
      2008-07-26 16:01:30 SQL: SELECT mainTank, mainAssistant, lootMethod, looterGuid, lootThreshold, icon1, icon2, icon3, icon4, icon5, icon6, icon7, icon8, isRaid, difficulty, leaderGuid FROM groups
      2008-07-26 16:01:30 query ERROR: Unknown column 'difficulty' in 'field list'
      2008-07-26 16:03:30 SQL: INSERT INTO characters (guid,account,name,race,class,map, dungeon_difficulty, position_x, position_y, position_z, orientation, data, taximask, online, cinematic, totaltime, leveltime, rest_bonus, logout_time, is_logout_resting, resettalents_cost, resettalents_time, trans_x, trans_y, trans_z, trans_o, transguid, gmstate, stable_slots, at_login, zone, death_expire_time, taxi_path) VALUES (2, 5, 'Waricild', 1, 1, 0, 0, -8949.95, -132.493, 83.5312, 0, '2 0 25 0 1065353216 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 60 0 0 0 100 0 60 0 1000 0 100 0 1 1 16777473 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1156415488 1157234688 1157234688 1053240066 1069547520 49 49 0 1084527177 1086624329 0 0 0 0 0 0 0 0 0 1065353216 0 0 0 0 23 20 22 20 20 0 0 0 0 0 0 0 0 0 0 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 10240 29 0 0 11 0 0 1076138569 1080332873 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 151128835 33554440 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 39 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2362 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 1073741824 0 0 0 0 5 1073741824 7 1073741824 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9 1073741824 11 1073741824 0 0 0 0 0 0 0 0 0 0 0 0 13 1073741824 15 1073741824 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 400 26 65537 0 95 327681 0 44 327681 0 54 327681 0 43 327681 0 162 327681 0 98 19661100 0 413 65537 0 414 65537 0 415 65537 0 433 65537 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 1083892040 0 1084227584 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1065353216 1065353216 1065353216 1065353216 1065353216 1065353216 1065353216 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 70 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ', '2 0 0 8 0 0 0 0 ', 0, 0, 0, 0, 0, 1217106210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, '' )
      2008-07-26 16:03:30 SQL ERROR: Unknown column 'dungeon_difficulty' in 'field list'

      I have tryed everything I could think of to try to fix this but at this point I no longer think it is an error on my part.

    45. 45
      bakaslayer | Jul 27, 2008 at 4:08 / 4:08 AM | Links to this comments | Reply

      my ad.exe keeps crashing any ideas??

    46. 46
      Summonence | Jul 27, 2008 at 4:12 / 4:12 AM | Links to this comments | Reply

      Yes im currently talking with Colt45 about the database when creating characters issue. I might have found a fix. Working on that.

    47. 47
      Summonence | Jul 27, 2008 at 4:15 / 4:15 AM | Links to this comments | Reply

      @ Napredator

      Hey btw, mine is approx 1.79-1.8 Gb in size. You should be almost done now.

    48. 48
      Summonence | Jul 27, 2008 at 4:18 / 4:18 AM | Links to this comments | Reply

      Alright, there is a problem when creating a new database, Characters. on the Characters table. there is a missing factor of, `dungeon_difficulty` tinyint(3) unsigned NOT NULL default '0',
      Though, i am going to have Colt45 update the repack. So no others will have that issue.

    49. 49
      Summonence | Jul 27, 2008 at 4:22 / 4:22 AM | Links to this comments | Reply

      Ok, tested out the new version of the repack im currently building with the new line on the mysql full install, and it working for characters now. I'm looking into the other errors now.

    50. 50
      Striike | Jul 27, 2008 at 4:31 / 4:31 AM | Links to this comments | Reply

      @Summonence+Colt45
      Great, thanks for the quick fix guys.

    51. 51
      treebeard | Jul 27, 2008 at 4:32 / 4:32 AM | Links to this comments | Reply

      @Summonence
      Will the .mod mount command work better in this repack or should we just stick to .aura?

    52. 52
      Summonence | Jul 27, 2008 at 4:49 / 4:49 AM | Links to this comments | Reply

      That i haven't tested yet. If you are doing the Fresh-Install of the UDB, that is causing issues. But it seems if you do the upgrade from another version of the repack/UDB it's working.

    53. 53
      Soulslave | Jul 27, 2008 at 5:00 / 5:00 AM | Links to this comments | Reply

      MUST... HAVE... REPACK....! NEED... WOW!

    54. 54
      MMssda | Jul 27, 2008 at 5:03 / 5:03 AM | Links to this comments | Reply

      Hello, i just got a prob whit this.. when i open realmd or mangosd says unable to connect 127.0.0.1 etc ? ? ?? ty for help

    55. 55
      Summonence | Jul 27, 2008 at 5:07 / 5:07 AM | Links to this comments | Reply

      Do you have your mangos.conf and realmd.conf setup to connect to your database, look at your last step on the instructions above.

      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”

      on the mangos.conf file that's where i got that from the PASSWORD means your password for your MySQL database.

    56. 56
      Soulslave | Jul 27, 2008 at 5:07 / 5:07 AM | Links to this comments | Reply

      @ mmssda
      Your probably not setting up your Realmd, Scriptdev2, and/or Mangosd config files up correctly. Make sure you manually put in your database name and password on them. It tells you what to put at the very bottom of the discription on this page.

    57. 57
      Summonence | Jul 27, 2008 at 5:22 / 5:22 AM | Links to this comments | Reply

      Ok for while you all wait, please download this:

      http://filebeam.com/27083027d07c5c2875c4001da2808600

      that file i would like everyone to put into the fresh-install. There you can just overwrite the one in there, and if you run the fresh-install from the bat to install the server. It will allow you to play the game, while we fix the other issues.

    58. 58
      Summonence | Jul 27, 2008 at 5:23 / 5:23 AM | Links to this comments | Reply

      Sorry i missed something, thats a zip file you need to extract the characters.sql out of that file.

    59. 59
      Colt45 | Jul 27, 2008 at 5:34 / 5:34 AM | Links to this comments | Reply

      Yes the file above fixed by Summonence is the correct one!

    60. 60
      MMssda | Jul 27, 2008 at 5:35 / 5:35 AM | Links to this comments | Reply

      edit to my lazy comment, it says cloud not connect to mysql database at 127.0.0.1: unknown database mangos
      cannot connect to world database 127.0.0.1;3306;root;lol123;mangos

    61. 61
      Summonence | Jul 27, 2008 at 5:45 / 5:45 AM | Links to this comments | Reply

      @MMssda

      Are you certain you installed the database with the new repack? run Fresh-install with the bat, in Fresh-Install?

      @ Everyone that is getting errors

      For those that are getting the errors from trying to create/or view characters. Did you happen to run a fresh-install or did you do a upgrade function from the last repack?

    62. 62
      Nilrem | Jul 27, 2008 at 5:50 / 5:50 AM | Links to this comments | Reply

      I seem to be having trouble getting to that so... if you just want a fix for the character thing to get in the game knowing that something better is coming, try:

      C:>mysql -u root -p -D characters

      mysql>ALTER TABLE characters ADD COLUMN dungeon_difficulty TINYINT(1) UNSIGNED NOT NULL DEFAULT '0' AFTER map;

      Huge thanks to these guys for the hard work!

    63. 63
      JaJa | Jul 27, 2008 at 6:03 / 6:03 AM | Links to this comments | Reply

      Run this with the character table open in HeidiSQL

      ALTER TABLE `characters` ADD `dungeon_difficulty` CHAR(50) NULL AFTER `map`

    64. 64
      JaJa | Jul 27, 2008 at 6:04 / 6:04 AM | Links to this comments | Reply

      That will fix the error when creating a toon.

    65. 65
      Summonence | Jul 27, 2008 at 6:04 / 6:04 AM | Links to this comments | Reply

      @ Nilrem

      Thanks buddy, for the nice comment.

      Ok everyone that is trying to still keep his current characters for players etc. Load up your favorite SQL modifying program. I use sqlYOG. Now when your in there connect to the server using your username and password. Load your characters database, in the Queue. Type in

      ALTER TABLE characters ADD COLUMN dungeon_difficulty TINYINT(1) UNSIGNED NOT NULL DEFAULT '0' AFTER map;

      (thanks Nilrem, i didn't feel like typing that until you wrote it in there)

      This is insert the column needed for the users to view there characters and make new ones. After this please check to make sure all characters have 0 in that column before you start up the server. Disconnect and start the server. Test it please tell me if this works.

      :) Good testings
      - Summonence

    66. 66
      Summonence | Jul 27, 2008 at 6:05 / 6:05 AM | Links to this comments | Reply

      Sorry yes the line is

      ALTER TABLE `characters` ADD `dungeon_difficulty` CHAR(50) NULL AFTER `map`

      In any SQL program

    67. 67
      Summonence | Jul 27, 2008 at 6:05 / 6:05 AM | Links to this comments | Reply

      @ JaJa

      Did you try this out, and is it working for you now?

    68. 68
      MMssda | Jul 27, 2008 at 6:11 / 6:11 AM | Links to this comments | Reply

      um what is this fresh install where i get it ;S dont find one ;/

    69. 69
      Summonence | Jul 27, 2008 at 6:13 / 6:13 AM | Links to this comments | Reply

      It's in the Fresh-install folder its called. Arcane-Fire.bat

    70. 70
      Bigmarky | Jul 27, 2008 at 6:14 / 6:14 AM | Links to this comments | Reply

      i downloaded the characters.zip and did what the other guy said it works fine now, just couldn't import my saved characters had to start new

    71. 71
      MMssda | Jul 27, 2008 at 6:25 / 6:25 AM | Links to this comments | Reply

      thanks.. hmm..i do it and it says like 50 times it doesnt detect mysql something and then installition complete! and..? :S

    72. 72
      MMssda | Jul 27, 2008 at 6:30 / 6:30 AM | Links to this comments | Reply

      mangosd keeps saying cloud not connect to mysql database at 127.0.0.1: unknown database 'mangos'

      cannot connect to world database 127.0.0.1;3306;root;lol123;mangos ... something i do wrong?

    73. 73
      Summonence | Jul 27, 2008 at 6:47 / 6:47 AM | Links to this comments | Reply

      Only other thing i can think of you didn't install them.

    74. 74
      MMssda | Jul 27, 2008 at 6:50 / 6:50 AM | Links to this comments | Reply

      what didnt i install?.. i did fresh install.. sry being newb but.. oh well every one learns ;)

    75. 75
      bakaslayer | Jul 27, 2008 at 6:54 / 6:54 AM | Links to this comments | Reply

      im getting some instance reset errors and mail errors and i aloso cant import old characters it says broken data any help please

    76. 76
      MMssda | Jul 27, 2008 at 6:58 / 6:58 AM | Links to this comments | Reply

      oh and yes i installed mysql

    77. 77
      MMssda | Jul 27, 2008 at 7:22 / 7:22 AM | Links to this comments | Reply

      please try help..if i get a 2.4.3 mangos private working i can donate 20 euro or just thank.. anything, thanks

    78. 78
      Nilrem | Jul 27, 2008 at 7:23 / 7:23 AM | Links to this comments | Reply

      @MMssda
      Got anything that might be blocking port 3306 even internally?

      Not sure if they like brand names here, so think antivirus and internet security programs.

    79. 79
      Striike | Jul 27, 2008 at 7:47 / 7:47 AM | Links to this comments | Reply

      @Summonence
      Ty, that Char.log got me working.

      @MMssda
      Make sure you run the Arcane-Fire.bat inside the Fresh install folder.

    80. 80
      Striike | Jul 27, 2008 at 7:50 / 7:50 AM | Links to this comments | Reply

      @Summonence or Colt45
      Not a big deal, just an fyi. I am able to create characters, but it won't let me delete one. It goes through the steps, making me spell out "delete," but the character isn't removed. I know I can do it from the MaNGOSD.exe command prompt, just wanted to pass it on.

    81. 81
      kyle | Jul 27, 2008 at 7:57 / 7:57 AM | Links to this comments | Reply

      nice job as usual but any news on the WotLK or if reaper, jared your you colt have a server test for WotLK i'de like to test it out please.

    82. 82
      Colt45 | Jul 27, 2008 at 7:59 / 7:59 AM | Links to this comments | Reply

      Alright has anyone used the update batch? If so have you had any errors and go here: C:\Arcane-Fire-Backup and tell me if you have all your backup files in there!

    83. 83
      Rikiller | Jul 27, 2008 at 8:44 / 8:44 AM | Links to this comments | Reply

      I did an upgrade...

    84. 84
      Rikiller | Jul 27, 2008 at 8:48 / 8:48 AM | Links to this comments | Reply

      The backup files are listed in the Arcane-Fire-Backup directory

    85. 85
      checkmate | Jul 27, 2008 at 8:52 / 8:52 AM | Links to this comments | Reply

      did your upgrade work?

    86. 86
      Rikiller | Jul 27, 2008 at 8:53 / 8:53 AM | Links to this comments | Reply

      @ Summonence, I added the first sql update:
      ALTER TABLE characters ADD COLUMN dungeon_difficulty TINYINT(1) UNSIGNED NOT NULL DEFAULT '0' AFTER map;
      and as I read on, it should have been:
      ALTER TABLE `characters` ADD `dungeon_difficulty` CHAR(50) NULL AFTER `map`
      Of course I can't change that now, so what next?

    87. 87
      Colt45 | Jul 27, 2008 at 9:04 / 9:04 AM | Links to this comments | Reply

      @Rikiller
      Did it work tho?

    88. 88
      Rikiller | Jul 27, 2008 at 9:05 / 9:05 AM | Links to this comments | Reply

      no it didnt

    89. 89
      Rikiller | Jul 27, 2008 at 9:22 / 9:22 AM | Links to this comments | Reply

      Out of curiosity, if I were to do a fresh install rather than an upgrade, is it possible to import backed up characters and accounts into the database so that nothing is lost?

    90. 90
      Bav101 | Jul 27, 2008 at 9:27 / 9:27 AM | Links to this comments | Reply

      Hey guys, good job :-D

      seems to work well, havn't had any complaints yet anyway ;-)

      I do have a question though, even though i can create new chars etc i'm still getting that huge long list of errors regarding the instance cleanup when i start the server off, is that nothing to worry about?

    91. 91
      Bigmarky | Jul 27, 2008 at 9:31 / 9:31 AM | Links to this comments | Reply

      I use navicat to modify my database

      not sure how u do that modify to be able to import my old characters..any one else use navicat can help?

      thanks

    92. 92
      Colt45 | Jul 27, 2008 at 9:36 / 9:36 AM | Links to this comments | Reply

      Alright it looks like ALOT of people are having some serious issues that are hard to explain, so if you would like I can use LogMeIn (Oatman used to use this method for me before I joined the team!)! LogMeIn is a free download that allows someone else with your password and autentication key (that you create) to access your computer! http://www.LogMeIn.com is the website, and if you want me to help fix any errors you may have e-mail me at Colt45-Musick@hotmail.com after you created your LogMeIn account and downloaded LogMeIn!

    93. 93
      Colt45 | Jul 27, 2008 at 9:37 / 9:37 AM | Links to this comments | Reply

      @Rikiller
      Yes I believe so, but it would be very tricky tho (like in the above post) if I were to use LMI I could probably do it.

    94. 94
      Rikiller | Jul 27, 2008 at 10:11 / 10:11 AM | Links to this comments | Reply

      @Colt45
      I have a better option for you, please email me rikiller@me.com for details...

    95. 95
      Colt45 | Jul 27, 2008 at 10:47 / 10:47 AM | Links to this comments | Reply

      @me.com !?!?!?!

    96. 96
      checkmate | Jul 27, 2008 at 10:54 / 10:54 AM | Links to this comments | Reply

      Is everyone having problems with upgrading? I don't want to make the push to upgrade if this is a problem for most people. BTW been using Reaper team packs for a while now almost the beginning and am very very pleased with the results. No problems at all thus far :)

    97. 97
      checkmate | Jul 27, 2008 at 10:57 / 10:57 AM | Links to this comments | Reply

      Also many thanks to Colt45 and Oatman. Good Job well done.

    98. 98
      Bigmarky | Jul 27, 2008 at 11:04 / 11:04 AM | Links to this comments | Reply

      upgrade/fresh install both work if u do the file move after you're done

      the dll & character file

    99. 99
      coz | Jul 27, 2008 at 11:13 / 11:13 AM | Links to this comments | Reply

      Colt help me please, im having a problem, when i make a character, it doesnt show up on the Character selection screen, can you help me out?

    100. 100
      redvex | Jul 27, 2008 at 12:04 / 12:04 PM | Links to this comments | Reply

      Ok the fix works for making new characters but i get errors from the data section on all previously made characters. I tried upgrade and then full install with the Summonence fix and still all my players chars will not load any adivice for importing them back into the database succesfully would be appreciated.

    101. 101
      Colt45 | Jul 27, 2008 at 12:49 / 12:49 PM | Links to this comments | Reply

      Im about to update the links to the fixed (not %100) but to where u can make, see, and delete your characters!

    102. 102
      Colt45 | Jul 27, 2008 at 12:51 / 12:51 PM | Links to this comments | Reply

      Also if you already downloaded it you can try the UBD Fix 1 link at the top of the post (the fix may be just a flash and then gone but if it doesnt work then use Navicat to apply FIRST the fix_part1.sql file then the fix_part2.sql file!

    103. 103
      Colt45 | Jul 27, 2008 at 12:52 / 12:52 PM | Links to this comments | Reply

      Also if you run a public server I DO NOT reccommend updating yet! It seems there have been alot of errors, but help reporting them so we can fix them helps!

    104. 104
      checkmate | Jul 27, 2008 at 13:41 / 1:41 PM | Links to this comments | Reply

      Thanks for the update and appreciate the extra work. Better to have it just right then not.

    105. 105
      Summonence | Jul 27, 2008 at 13:54 / 1:54 PM | Links to this comments | Reply

      Yes sorry there was a release, its not our fault they weren't working. I worked hard on this today, to figure out make sure its working stable enough to host your players. Working on fixing other issues in the next day or so.

    106. 106
      IntErlOpr | Jul 27, 2008 at 14:28 / 2:28 PM | Links to this comments | Reply

      This is how I got it working from a character dump using 6245 unsure if a backup would work:

      This is the part in the char dump you need to go to:

      'CharNameHere', '1', '8', '26.9513', '4288.28', '90.1167', '530', '',

      Search for your char name, The last part after 530 (the map no) is blank, change it to '0'. So it's the 7th piece of data after your character name. That's the dungeon_difficulty column.

      Go into your MySQL\data\characters directory and delete everything (BACKUP FIRST). Run the characters.sql file included in the zip I link to down the bottom to recreate it. Load your character dump using the loadpdump option in Mangos Server. Then run the 6360 sql patch also included in the zip and it works fine.

      Don't forget to back-up blah blah blah, sorry it's messy and probably confusing but it works for me anyway.

      http://rapidshare.com/files/132771897/sqlfix.zip.html

    107. 107
      IntErlOpr | Jul 27, 2008 at 14:31 / 2:31 PM | Links to this comments | Reply

      I don't know why it works, no time to check anything, just wanted it out there ASAP

    108. 108
      IntErlOpr | Jul 27, 2008 at 15:40 / 3:40 PM | Links to this comments | Reply

      I *think* that all you'd have to do it run the 6360_characters_characters.sql patch if you've added the dungeon_difficulty column and it would work. Unable to test due to accidentally deleting my 6245 DB and I don't have the time to re-install right now. Reap, oat or Colt you'd already have it if you've downloaded the mangos SVN release.

    109. 109
      SR2 | Jul 27, 2008 at 15:45 / 3:45 PM | Links to this comments | Reply

      IntErlOpr! I tested, and