Log in

View Full Version : #reloadworld.


Zamthos
02-23-2013, 05:29 PM
Okay, so, by default there is no command entry for '#reloadworld', meaning players can reload the entire server with 0 status, now, how would I get the fix for this dedicated or get the developers to fix this?

Akkadius
02-23-2013, 05:38 PM
Okay, so, by default there is no command entry for '#reloadworld', meaning players can reload the entire server with 0 status, now, how would I get the fix for this dedicated or get the developers to fix this?

Until a default entry is hardcoded in the source. You need to make an entry in the `commands` table for 'reloadworld' and give it a status of your preference.

Zamthos
02-23-2013, 05:44 PM
Here is the query for the entry you guys:

INSERT INTO commands
VALUES
('reloadworld',255,"reloads all quests and repops all NPC's");

c0ncrete
02-23-2013, 06:05 PM
https://github.com/EQEmu/Server/commit/299dc525d0db46382e1305097dae565df1f75774

Zamthos
02-23-2013, 06:15 PM
Hehe, sweet. Thanks Derision!