Jump to content
  • 0

interlude Where Can I Find Acis Admin Commands?


onlydmc123

Question

Hi guys,

 

Where can I find aCis admin commands with descriptions? I googled and saw some lists but many commands don't exist and I couldn't find them.

Edited by onlydmc123
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

"Help" button on admin panel. Located near the parameters box on every main panels, normally.

 

I cleanup when I think about it but normally it's pretty much up-to-date.

 

Overall "real" list is on data/xml/admin_commands_rights.xml.

Edited by Tryskell
Link to comment
Share on other sites

  • 0

All admin commands can be found on Gameserver/data/xml/admin_commands_rights.xml

 

Now for descriptions, what you need to learn?

If you check in eclipse [net.sf.gameserver.handler.admincommandshandlers] you can find some "descriptions" like:


	/**
	 * This class handles following admin commands:<br>
	 * <br>
	 * - itemcreate = show "item creation" menu<br>
	 * - create_item = creates num items with respective id, if num is not specified, assumes 1.<br>
	 * - create_set = creates armorset with respective chest id.<br>
	 * - create_coin = creates currency, using the choice box or typing good IDs.<br>
	 * - reward_all = reward all online players with items.
	 */
Edited by 'Baggos'
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...