God Commands

From Legends of Aria Admin and Modding Wiki
Revision as of 01:06, 29 October 2016 by Kade CS (talk | contribs)
Jump to: navigation, search

GameObj Commands

create
/create [object_template_name] Create a GameObj by name. Given no name or the name cannot be found, you will be presented with a menu of close results.

System Commands

Commands useful for general maintenance, debugging, or mod testing.

reload
/reload module_name Will globally reload all instances of the module specified, allows for reloading script modifications without a server restart.

To reload modifications in player.lua for all active players you can do /reload player though be aware this can cause the server to stall while it reloads so always warn them before hand!

reloadtemplates
/reloadtemplates Will reload all xml files
resetworld
/resetworld Reset and reseed the world while preserving items with NoReset, optionally pass force to skip dialog confirmation.