Jump to content

Question

Posted (edited)

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

2 answers to this question

Recommended Posts

  • 0
Posted (edited)

"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
  • 0
Posted (edited)

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'
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and 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..