Page 1 of 1

New rules for /editor command

Posted: Sun Dec 01, 2013 7:18 pm
by Jabantiz
New rules for the new /editor command

EditorURL - The webpage to open when the command is used
EditorIncludeID - Will insert the spawn id of the players current target into the given URL
EditorOfficialServer - Will insert the zone id, spawn type, and spawn id of the players current target into the given url

If EditorIncludeID = 1 then the url should have a %lu in it like this

Code: Select all

localhost/editor.php?spawn=%lu
if EditorOfficialServer = 1 it should have a %lu, %s, %lu in it, in that order like this

Code: Select all

localhost/editor.php?zone=%lu&type=%s&spawn=%lu