View Full Version : EqEmu commands
snowyiet
10-01-2007, 10:51 AM
How do i enable commands to make a server semi legit. The wiki is outdated and says to edit a file called addon.cfg which is found only in old versions of eqemu not 0.7.0
Theeper
10-01-2007, 01:07 PM
Look in the Database section of the WorldUI for the Commands link. You can either set the commands to match the level of the user, or set the user level to match the commands. Users are level 0 by default. So if you wanted everyone to have the #zone command, set it's level to 0.
Lalolyen
10-01-2007, 04:00 PM
or, set default status to 200 or something like that (for non-legit) prob default the status to 20-80 for semi-legit.
edit the eqemu_config.xml
snowyiet
10-02-2007, 09:09 AM
Worldui is an empty folder in my EqEmu folder and there is nothing about access level's in the eqemu_config.xml
Theeper
10-08-2007, 10:43 AM
Open your browser and navigate to http://127.0.0.1:9080 with your emu server running.
Look for the Database section.
BertPLGL
12-06-2007, 08:12 AM
Open your browser and navigate to http://127.0.0.1:9080 with your emu server running.
Look for the Database section.
This is stupid but I can't enter it with any account I have related to EQemu. Gotta Authenticate, and dunno how.
Diuretic
12-06-2007, 08:21 AM
It's been a while since I did it, but I believe I had to modify the account status in the account table....not sure though, I want to say 50+?
AndMetal
12-07-2007, 01:34 PM
It's been a while since I did it, but I believe I had to modify the account status in the account table....not sure though, I want to say 50+?
It's actually a status of 100+
You also have to create a password for the account in the "account" table in the database in the "password" field. It can either be plain text or an MD5 hash.
This information can be found in the Wiki: ServerWorldLogin (http://www.eqemulator.net/wiki/wikka.php?wakka=ServerWorldLogin)
AndMetal
12-07-2007, 01:44 PM
I forgot to mention it might just be easier for you to change the rules directly in the database in the "commands" table. The World HTTP Server just executes a MySQL query to update the rules into the database the next time the world server is booted up, so there isn't any inherit benefit to using the World HTTP Server, other than it's already there :-)
Diuretic
12-07-2007, 02:10 PM
Ka-schmack. What he said. ;)
If there's one thing we've gotten down on these forums, it's installation.
(And, for the record, if there's one thing we haven't gotten down, it's how to fix fear pathing.)
In any case, let us know if you run into trouble.
All the best,
Diuretic Effluent
a_troll_01
12-15-2007, 03:30 AM
I've been messing around with trying to get the HTTP server functionality working with zero luck.
I have the eqemu_config.xlm set as port defined and opened.
<world>
<!-- Enable and set the port for the HTTP service. Defaults are shown -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>
I get the standard IE webpage cannot be displayed when I navigate to 127.0.0.1:9080.
So I thought maybe I needed a web server so I installed Apache and still no luck.
Any suggestions?
techguy84
12-15-2007, 03:34 AM
If your behind a router, and your IP is something like 192.168.xxx.xxx try using that number instead of the local host IP of 127.0.0.1
Also make sure that all firewalls are set up to allow connections to it. I belive that having the program allowed is sufficent enough, but you never know what could be causing issues these days....
Bishop4351
12-16-2007, 07:56 AM
I've have the same issue I run a centos server with it in there and I don't even see that this process is listening:
svr01 server # cat eqemu_config.xml|grep http
<http port="9080" enabled="true" mimefile="mime.types" />
svr01 server # netstat -nap |grep 9080
svr01 server #
Bishop4351
12-16-2007, 03:28 PM
Ok figured mine out it had to be within the <world> tag and it worked.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.