[Repack] HoB's BlizzLike MangosZero (1.12.1) menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    St4rf1sh's Avatar Sergeant
    Reputation
    9
    Join Date
    Jan 2010
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Repack] HoB's BlizzLike MangosZero (1.12.1)

    Releasing a fresh repack of a compiled MangosZero core+ScriptDev+Acid+Database and fixes if needed each time any mayor updates comes or if i fix a bug, since im using it on my own server aswell.




    Information:

    MangosZero rev 0119 (1.12.1)
    Updated ZeroDB (rev 11)
    BlizzLike no custom things added.
    No Client Crash
    Spells/Quests Working (Not all but most of it, if you encounter a spell bug please report it to me).
    Waypoints Working
    BattleGrounds Working.
    Scripted Areas/Dungeons and Raids.
    Pets almost working as they should (Report to me if you encounter a problem and i'll support).



    Credits:

    ZeroProject Team.
    St4rf1sh for compiling and making minor fixes.

    Download Links:

    Version 1.0: FileBeam - Beam up that file Scottie!



    Changelog:

    v1.0: Release.

    Updates:

    2010-02-02: Pet feed working correctly.
    2010-02-02: Big fix pack (Credits to TommyAnders)



    Setup Guide:

    1) Unrar the files downloaded from filebeam with your favorite unrar program, if you dont have one i'd suggest you to download WinRaR: http://www.rarlab.com/rar/wrar392b1.exe


    2) I presume you already have MySQL else:
    Windows 32-bit:
    mysql-essential-5.1.43-win32.msi

    Windows 64-bit: mysql-essential-5.1.43-winx64.msi
    MAC OS X 32-bit: mysql-5.1.43-osx10.6-x86.dmg
    MAC OS X 64-bit: mysql-5.1.43-osx10.6-x86_64.dmg
    RedHat 32-bit RPM: MySQL-client-community-5.1.43-1.rhel5.i386.rpm
    RedHat 64-bit RPM: MySQL-client-community-5.1.43-1.rhel5.x86_64.rpm

    And a MySQL Manager i recommend SQLYog or Navicat.

    3) After installing Configure it by choosing the following:
    Standard Configuration.
    Enable Remote Access while creating an user on your MySQL Server.
    Remember your password as you will need it later on.

    4) Now start up your MySQL manager and log in using your information.

    5) Create your world database, you can name it whatever you like. After you created it right click on it and choose something like "Execute from sql batch" or "Restore from sql batch" and choose the world.sql located in your repack folder.

    6) Create your realmd database, you can name it whatever you like. After created repeat step nr. 5 but choose realmd.sql instead.

    7) Create your character database, this aswell you can name anything you like. After created repeat step nr. 5 but choose characters.sql instead.

    Create your scriptdev database, you can name this one anything you want aswell. After created repeat step nr. 5 but choose scriptdev.sql instead.

    9) Setup your configs which are located in the repack folder.
    The most important lines to change are:


    Mangosd.conf:
    Code:
    RealmID = 1
    DataDir = "."
    LogsDir = ""
    LoginDatabaseInfo     = "127.0.0.1;3306;root;mangos;realmd"
    WorldDatabaseInfo     = "127.0.0.1;3306;root;mangos;mangos"
    CharacterDatabaseInfo = "127.0.0.1;3306;root;mangos;characters"
    MaxPingTime = 30
    WorldServerPort = 8085
    BindIP = "0.0.0.0"
    RealmID should be set to the same id defined in your Realmd database.

    Set the LoginDatabaseInfo to:
    127.0.0.1 : this should be the ip address of your MySQL Server.
    3306 : this should be the port to your MySQL Server.
    root : this should be the username to the MySQL Server.
    mangos : this should be the password to the MySQL Server.
    realmd : this is the database name of your realmd database.
    Set the WorldDatabaseInfo to:
    Same steps as above only change the database name to your world database.
    Set the CharacterDatabase to:
    Same steps as above only change the database name to your character database.

    realmd.conf:
    Code:
    LoginDatabaseInfo = "127.0.0.1;3306;root;mangos;realmd"
    LogsDir = ""
    MaxPingTime = 30
    RealmServerPort = 3724
    BindIP = "0.0.0.0"
    LoginDatabaseInfo should be the same as the one in your mangosd.conf

    scriptdevzero.conf:
    Do the same as the others just use your scriptdev database instead.

    10) Copy from the tools folder in your repack folder the ad.exe and the files in the vmap_extract_assembler_bin map to your world of warcraft 1.12.1 server and run them untill they are finished, then move the following folders to your Server folder(The one where your repack files is): dbc,maps,vmaps,buildings.

    11) Ports you should have opened to run your server is: 3724 and 8085.

    12) Start up mangosd.exe and realmd.exe and you got your server running! You can now create an account for yourself at the mangosd.exe console with the following command:
    .account create username password
    To set admin access:
    .account set gmlevel username 3

    [Repack] HoB's BlizzLike MangosZero (1.12.1)
  2. #2
    gaminino3's Avatar Member
    Reputation
    10
    Join Date
    Oct 2009
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol, Nice one man! Keep the real thing up as you can . I think many people from the old school will appreciate this

  3. #3
    Mitron's Avatar Contributor
    Reputation
    127
    Join Date
    Jun 2008
    Posts
    1,326
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    NICE !
    tho u might wanna fix this in World.SQL

    Code:
    Error occured at:2010-02-11 00:30:10
    Line no.:1
    Error Code: 1054 - Unknown column 'RequiredRaputationRank' in 'item_template'
    
    Query:
    insert into `game_event_gameobject` (`guid`, `event`) values('50965','1')


    EDIT !
    i uploaded whole error file if it could be to any help: http://filebeam.com/b7f7aae39c317f1756e7b62b6932cc04
    Last edited by Mitron; 02-11-2010 at 04:04 PM.

    ----------------------------------------------------------------

  4. #4
    St4rf1sh's Avatar Sergeant
    Reputation
    9
    Join Date
    Jan 2010
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm i will download the SQL's on my computer and fix it since my server computer is down atm and theres where my files are... i will come back with this shortly

  5. #5
    Ziddy1337's Avatar Contributor
    Reputation
    136
    Join Date
    Aug 2008
    Posts
    486
    Thanks G/R
    4/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pretty nice although I'm using the one KrisBG released. +Rep

    If anybody needs the 1.12.1 client you can get it here: World of Warcraft 1.12.1 Full Client + Patches (download torrent) - TPB (Credits to KrisBG)

  6. #6
    maroko's Avatar Private
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Honor works? Honor Items? Enchart window, spell Curse of doom....
    Ets
    Its previous problems mangos Zero.
    & In MZ the last rev is 164.
    KrisBG is better rev. but it's a pitty that he dont update his revisions =/

  7. #7
    St4rf1sh's Avatar Sergeant
    Reputation
    9
    Join Date
    Jan 2010
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    have been rewriting a test version of the core for a couple of days now and trying to get honor working, i might be making some progress actually

    edit: the reason i havent been updating later revs is becuase the things added are completly useless torwards gameplay last time i checked, im just waiting for a usefull update in the revision then im updating this
    Last edited by St4rf1sh; 02-12-2010 at 03:02 PM.

  8. #8
    Mitron's Avatar Contributor
    Reputation
    127
    Join Date
    Jun 2008
    Posts
    1,326
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    when are this for 100% working so u actually can login ? (honor and such are not really important for me atm)

    ----------------------------------------------------------------

  9. #9
    St4rf1sh's Avatar Sergeant
    Reputation
    9
    Join Date
    Jan 2010
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this should work to the point of logging in and play pretty bugfree running a server with it atm

  10. #10
    Mitron's Avatar Contributor
    Reputation
    127
    Join Date
    Jun 2008
    Posts
    1,326
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    but the world DB is bugged ? ;o or you updated it ?

    ----------------------------------------------------------------

  11. #11
    sethfear's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    had to whipe my system cause errors, so, now installing again at this moment from disk images and updating to 1.12.1 again. Gonna test out this pack and see where it takes me. If you are wanting any feedback, I will be more than happy to provide it. I was a feedback-guy for 3 different makes of TBC 2.4.3 servers about 2 years ago. Anyway, anyone who doesn't do feedback is just wasting time to be honest, because if something is wrong, you should always make a note of it, and try to get it fixed for later use. Concidering this is mangos, errors should be easy to update alone, but if not, I will definately be seeking support. Anything I find that I can make fix on, and do, I will also post with fix data-stings so everyone can use.
    +rep and thanks a million

  12. #12
    kedaze's Avatar Private
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey man,great job with this post,how is going with the fixes?thanks =) + rep


    oh,and why took so long to execute the sql's files??thanks

  13. #13
    Mitron's Avatar Contributor
    Reputation
    127
    Join Date
    Jun 2008
    Posts
    1,326
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so... when are the fix on the world DB SQL File coming ?

    ----------------------------------------------------------------

  14. #14
    Mrthomsen's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, could really use a fixed world.sql, i even went so far to reinstall my pc for this server.. xD

  15. #15
    anwes1's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, can some one fix the world.sql file? It would be really awsome!

Page 1 of 2 12 LastLast

Similar Threads

  1. [Repack] [MaNGOSZero] 1.12 Blizzlike Repack 1/10/11
    By Yama92 in forum WoW EMU General Releases
    Replies: 6
    Last Post: 11-17-2011, 08:34 AM
  2. [Repack] Yama's Blizzlike Repack v3.0 (1.12.1)
    By Yama92 in forum WoW EMU General Releases
    Replies: 80
    Last Post: 09-26-2010, 05:19 PM
  3. [REPACK] a Fun and a Blizzlike repack with build in SQL
    By Kagekongen in forum WoW EMU Programs
    Replies: 3
    Last Post: 03-06-2008, 10:51 AM
  4. Blizzlike 2.3.2 YT Repack
    By willepro in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 02-01-2008, 01:08 PM
  5. Best blizzlike repack?
    By kristian92 in forum World of Warcraft Emulator Servers
    Replies: 14
    Last Post: 12-10-2007, 03:29 PM
All times are GMT -5. The time now is 12:05 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search