








(38)
Your rating: Now say why...



| Downloads:29,638 |
| Version Downloads:1,840 |
| Type:Games : Gaming Tools & Utilities |
| License:Free |
| Date:13 Nov 2011 |
| Platform:Intel |
| Price:Free |
Overall (Version 7.x):![]() ![]() ![]() ![]() ![]() |
Features:![]() ![]() ![]() ![]() ![]() |
Ease of Use:![]() ![]() ![]() ![]() ![]() |
Value:![]() ![]() ![]() ![]() ![]() |
Stability:![]() ![]() ![]() ![]() ![]() |
Tikky reviewed on 12 Feb 2012
panzic reviewed on 09 Feb 2012
Thanks
EMux application: 24.6 MB
eMuxServer folder: 39.15 GB (Yikes! Didn't know that until I checked :) )
MoogleServer reviewed on 06 Feb 2012
My server has been up for a little while now, and it's running beautifully. I only have one question/concern; The text identifying the TrinityCore revision is missing. I made a few changes through the custom content .sql batch processer, but when I noticed that it was missing I did a clean install. After that didn't work, I went into terminal and typed:
rm -d -f -r /Library/eMuxServer/trinitycore
I opened eMux, waited for the trinity core file download and it still didn't work, lol. So my last try was to replace the eMux application with a fresh copy, and still no good.
vbolo_m6 reviewed on 12 Jan 2012
I was trying to edit my gm character, but Navicat was giving me trouble with connection to MySQL server so i went and downloaded http://www.sequelpro.com/. Neat little program, connected right away to mysql with root and specified pass. One tiny problem i do not know which part to edit to change my character stats. heh
Anybody want to give me a hand with this?
Cheers.
+2
+2
If you want to manually edit your characters info you can do this in the Characters database!
After you connect to MySQL using Navicat or SQLPro, you'll need to find out what the GUID (Global User ID) of your character is.
To do this open the Characters table. You should see many fields like 'guid', 'account', 'name'. Obviously you want to find the GUID, so look for the character name, and then look to what the GUID for it is.
Once you know the GUID, you need close the Characters table and open the Character_stats table. Look for your GUID here, now you can edit the stats. The stats are pretty self explanatory, if you are unsure about what any of the stats mean just visit http://www.trinitycore.info/Character_stats_tc2
Thanks,
CooCurrent.
+1
+1
Arthour reviewed on 05 Jan 2012
Ryanvoll reviewed on 01 Jan 2012
+2
CooCurrent reviewed on 28 Dec 2011
I asked a while back about the source code. I seem to have trouble replying to comments on macupdate so I just thought I'd repost it.
The source code I was looking for was for eMux.
I would consider myself an aspiring developer (age 16). I find a good way to learn is by looking at the code of applications and seeing what makes them tick, and tweaking and changing it, &c.
Hopefully this would lead me to developing some reasonably good applications from scratch. If was able to create something like you have done here I would be very happy. It is people like you who inspire me :D
So basically I just wanted the source code for educational purposes!
Thanks,
CooCurrent.
+2
CooCurrent reviewed on 18 Dec 2011
OK - So I completely understand why you are reluctant to create any sort of cataclysm server. It's just too buggy as your mentioned.
However, I managed to get a 4.3 cataclysm repack that worked reasonably well on Windows. It wasn't perfect, but it was certainly playable
Unfortunately there's no repacks available for Mac, or any solution I can find. I don't think it's possible for me to use these cores or anything with eMux, so for the time being eMux seems to be for WoTLK.
If you ever do decide to try any sort of cataclysm server, you could always post it as a separate app, like a cataclysm version.
The repack that I had on Windows was OK - but the problem was that it didn't work with a Mac client, which is my main computer.
I don't know enough about the server to actually make that version public or do some of the things that were very easy with eMux.
Sorry if the message is a little long.
Thanks
+1
+2
http://ac-web.org/forums/showthread.php?t=131862
I think that this may just be 4.2, but one which works with the 4.3 client. Only it requires a cracked/modified wow exe to run, which isn't ideal. Maybe with an actual 4.2 launcher (on mac or pc) it would work??
However, using this repack alone I managed to run WoW with a 4.3 installation of WoW - that also allowed you to login to blizzard servers, so that confirms that it's the latest patch.
I think the core is TrilliumEMU and the DB is also Trillium as far as I can tell.
+2
https://github.com/TrilliumEMU
StrawberryCore link for Github:
https://github.com/Strawberry-Pr0jcts/StrawberryCore
On the page it quotes: "Venugh leaved Trillium, and moved to StrawberryCore to make a 4.3 core based on TrilliumEMU" so that's what the StrawberryCore link is about
Some other relevant links:
Strawberry (http://www.strawberry-pr0jcts.com)
Voragine (http://www.projectvoragine.com)
TrinityCore (http://www.trinitycore.org)
Mangos (http://www.getmangos.com)
Skyfire (http://www.projectskyfire.org)
Trillium (http://www.trilliumemu.org)
My server has been up for a little while now, and it's running beautifully. I only have one question/concern; The text identifying the TrinityCore revision is missing. I made a few changes through the custom content .sql batch processer, but when I noticed that it was missing I did a clean install. After that didn't work, I went into terminal and typed:
rm -d -f -r /Library/eMuxServer/trinitycore
I opened eMux, waited for the trinity core file download and it still didn't work, lol. So my last try was to replace the eMux application with a fresh copy, and still no good. Now, I'm running with tons of errors :/. Can anyone help, or has anyone had a similar issue?
every time I edit it, it gets reverted when I Start my server. why is this happening?
+1
I cant seem to find this directory in the emux/trinitycore TrinitysrcserverscriptsCustom directory.
Any help or direction to where I can find help would be much appreciated, thanks. I am someone new to c++.
using: imac 11,1
os: mac os x 10.7
Installing MySQL system tables...
120120 18:56:15 [ERROR] ./bin/mysqld: unknown option '--skip-locking'
120120 18:56:15 [ERROR] Aborting
120120 18:56:15 [Note] ./bin/mysqld: Shutdown complete
Installation of system tables failed! Examine the logs in
/Users/nejclandeker/.emuxdb for more information.
You can try to start the mysqld daemon with:
shell> ./bin/mysqld --skip-grant &
and use the command line tool ./bin/mysql
to connect to the mysql database and look at the grant tables:
shell> ./bin/mysql -u root mysql
mysql> show tables
Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in /Users/nejclandeker/.emuxdb that may be helpful.
Please consult the MySQL manual section
'Problems running mysql_install_db', and the manual section that
describes problems on your OS. Another information source are the
MySQL email archives available at http://lists.mysql.com/.
Please check all of the above before mailing us! And remember, if
you do mail us, you MUST use the ./bin/mysqlbug script!
that is what i get
/Library/eMuxServer/mysql/bin/mysqld_safe --user=$USER --port=3309 --datadir=$HOME/.emuxdb
i get
Nejc-Landekers-iMac-3:mysql Nejc$ /Library/eMuxServer/mysql/bin/mysqld_safe --user=$USER --port=3309 --datadir=$HOME/.emuxdb
120120 18:57:53 mysqld_safe Logging to '/Users/nejclandeker/.emuxdb/Nejc-Landekers-iMac-3.local.err'.
120120 18:57:53 mysqld_safe Starting mysqld daemon with databases from /Users/nejclandeker/.emuxdb
120120 18:57:55 mysqld_safe mysqld from pid file /Users/nejclandeker/.emuxdb/Nejc-Landekers-iMac-3.local.pid ended
sudo rm -d -f -r /etc/my.cnf
sudo rm -d -f -r /etc/mysql/my.cnf
sudo rm -d -f -r /usr/local/mysql/etc/my.cnf
sudo rm -d -f -r ~/.my.cnf
sudo rm -d -f -r /private/etc/my.cnf
Notice: Undefined variable: online_players in /Library/eMuxServer/http/index.php on line 63
/100 Players Online
Name
Race
Class
Level
Warning: mysql_query() [function.mysql-query]: [2002] No such file or directory (trying to connect via unix:///var/mysql/mysql.sock) in /Library/eMuxServer/http/core/core.php on line 109
Warning: mysql_query() [function.mysql-query]: No such file or directory in /Library/eMuxServer/http/core/core.php on line 109
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /Library/eMuxServer/http/core/core.php on line 109
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /Library/eMuxServer/http/core/core.php on line 110
Clicking on Accounts gets me this: ERROR: No such file or directory
On status link of the frontpage i get this error. From what i understand it doesn't talk to the MySQL db. How do i get it to do that so i can make account via webpage instead of on the mac?
+1
". I have no problems with playing the game.
I have been reading trough the comments here looking for a way to setup a registration page for my friends. I read your comment that you included one with this version of eMux. When i run "sudo /Library/eMuxServer/mysql/bin/apachectl start" in the terminal.app it returns this error "/Library/eMuxServer/mysql/bin/apachectl: line 80: /Library/eMuxServer/mysql/bin/httpd: Bad CPU type in executable".
My machine is MacMini 1.1 1.83 GHz/OS X 10.6.8.
Any help with this error is appreciated.
Thanx
1. Stop the eMux Server if running and exit eMux.
2. Open terminal and type "rm -d -f -r /Library/eMuxServer/mysql
".
3. Open eMux again and let it download the Server Files.
4. To Start the Webserver open Terminal and type:
"sudo /Library/eMuxServer/mysql/bin/apachectl start"
5. Stop it with:
"sudo /Library/eMuxServer/mysql/bin/apachectl stop"
+2
use this site:
https://github.com/TrinityCore/TrinityCore/issues
MoogleServer rated on 09 Feb 2012
+1
Arthour rated on 08 Jan 2012
Calon rated on 13 Dec 2011
-1
shaneciora rated on 30 Nov 2011
+5
kevinkenger. rated on 15 Nov 2011
Justabear rated on 13 Oct 2011
+2
Ryker rated on 12 Oct 2011
+5
kevinkenger. rated on 02 Oct 2011
Tikky rated on 30 Sep 2011
+16
Jeremymeile rated on 22 Sep 2011