Jump to content

madmax

Community Manager
  • Posts

    2032
  • Joined

  • Last visited

  • Days Won

    71
  • Donations

    0.00 GBP 

madmax last won the day on March 5

madmax had the most liked content!

4 Followers

About madmax

  • Birthday 02/05/1987

Core Infomation

  • Core
    Zero
    One
    Two
    Three
    Four

Contact Methods

  • Skype
    xmark202
  • Discord
    MadMax#773
  • Website URL
    https://www.getmangos.eu

Profile Information

  • Gender
    Male
  • Location
    UK

Recent Profile Visitors

25985 profile views

madmax's Achievements

Advanced Member

Advanced Member (3/3)

130

Reputation

73

Community Answers

  1. Bumped into Rexxar today and he was not pathing! Will have to speak to chuck and follow up on this at a later time.
  2. Downloading World of Warcraft: Cataclysm 4.3.4 Client This is a temp guide until @antz finalizes where we are keeping our forks and such. Thanks to the Cataclysm Preservation Project for the tools used. For the client base files you can use https://github.com/The-Cataclysm-Preservation-Project/ClientDownloader/releases/tag/1.2 Once you have extracted to a folder and ran you should have something like this... You can now delete the ClientDownloader files Now download WoWRegen tool https://github.com/The-Cataclysm-Preservation-Project/wowregeneration/blob/master/Binary/WoWRegeneration.exe?raw=true Run WoWRegeneration.exe from within the folder where you have the client files, you should see a folder appear while it downloads called WoW-15595 - inside you will find a Data folder Once the download has completed move the Data folder so it is with WoW.exe It should look like this now... Now we have an "untouched" 4.3.4 install! but wait we need to make this work with MaNGOS! Head over to here and grab the official MaNGOS patcher - https://github.com/mangosthree/tools/blob/master/MaNGOSPatcher/_extras/MaNGOSPatcher.exe?raw=true Once we have that you can run it in the folder with Wow,exe and you should end up with it looking like this... That's it, you're done! Do not use the Wow-64.exe until the MaNGOS patcher can be updated to take care of that file too, for now stick to the regular Wow.exe. Never run launcher! (you need to rename that to be safe and prevent updating). Follow the MaNGOS guides in the wiki for setting up the server and client etc (this post is to cover just getting the files)
  3. Changed Status to Completed Changed Implemented Version to 22.xx (Current Master Branch) Changed Milestone to 22 (Current)
  4. The messages all look identical now. Closing this.
  5. On the mangosd console you can type: help account set addon That should give you enough info to figure this out. example: account set addon madmax 2 You can also use a database editor to open the database "realmd" and then under "account" you can open that and should have the accounts listed and set the level of expansion in there.
  6. First screenshot shows you missing a double -- in front of depth?
  7. Just wrap the .exe is a bat file. You can use most bat files that restart game servers and just adapt the code to what you need. In our case we are using this. Keep in mind what we use runs on the desktop though so not as a service, if that's what you want I'm not sure as I dont usually use services for this as i like to see the console. ::=======================:: :: Server Guardian :: ::=======================:: ::=======================:: :: SET YOUR VARIABLES! :: ::=======================:: ::=======================:: :: Window and Log name :: :: Replace "My Server" :: ::=======================:: set servername=M0 COSMIC RAY ::=======================:: :: Your start command :: :: Replace after = :: ::=======================:: set runcmd=mangosd.exe -c mangosd.conf -a ahbot.conf ::=======================:: :: End of variables :: ::=======================:: :: This will keep the window clean and easy to read @ECHO off :: Sets the title of the window title Guardian Script %servername% :: Clears the window incase there is anything there CLS :: Prints to the window what we are doing ECHO Server Guardian has been started! ECHO. ECHO ************************************************************************* ECHO To close the server, close this window and type exit in the server window ECHO ************************************************************************* ECHO. ECHO. ECHO %servername% is now starting... >> "logs\restart\%servername%.log" ECHO. >> "logs\restart\%servername%.log" ECHO. >> "logs\restart\%servername%.log" ECHO (%date%)(%time%) Server Guardian has been started! >> "logs\restart\%servername%.log" ECHO (%date%)(%time%) %servername% is now starting... :: This is a return point in case the server crashes or is closed :restart ECHO. ECHO (%date%)(%time%) %servername% is now ONLINE ECHO Watching %servername% for crashes... >> "logs\restart\%servername%.log" ECHO. >> "logs\restart\%servername%.log" ECHO (%date%)(%time%) %servername% is now ONLINE >> "logs\restart\%servername%.log" ECHO (%date%)(%time%) Watching %servername% for crashes... ::Start the actual server %runcmd% ECHO. ECHO (%date%)(%time%) Crash or Close detected! ECHO %servername% is now restarting... >> "logs\restart\%servername%.log" ECHO. >> "logs\restart\%servername%.log" ECHO (%date%)(%time%) Crash or Close detected! >> "logs\restart\%servername%.log" ECHO (%date%)(%time%) %servername% is now restarting... ::Server crashed or closed, so we point it to the return point to start the server again goto restart
  8. Added this to the tracker so its logged. Add a GUI to the tracker that can do the following: Show the live output from the console (as currently shown now) Start and stop buttons - the server would not automatically start without a setting being set on first run of the GUI Title bar to show "Players: xx | Connections: xxx" (connections being open tcp connections to the process). Additional further things could be to parse the config file to check database connections are correct prior to the core actually loading. And update checking via a call to a simple version file stored on the assets.getmangos.eu domain.
  9. Changed Status to Awaiting Feedback Changed Implemented Version to Unset Changed Milestone to Unset Changed Priority to New
  10. @Aaron Briggs Can you give us something like an example to reproduce this? Or a video or something?
  11. Changed Status to Confirmed Changed Assigned to madmax Changed Implemented Version to Unset Changed Milestone to Unset Changed Priority to Low
  12. Will look into this when I have time.
  13. Fixed in commit https://github.com/mangoszero/server/commit/d5a77b0965 and https://github.com/mangosone/server/commit/855de61c519d4bdf9aba842d32827d51e96b8bb5
  14. Changed Status to Completed Changed Implemented Version to 21.14 (Master Branch) Changed Milestone to 22 (Next) Changed Priority to Normal
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use