Content:Quick Start
- Last edited 7 years ago by Vlash Nytefall
Content - Quick Start Guide
Return to: Content | Tutorials | Portal | Forum | Project Manager | Bug Tracker
Useful Commands
- /speed # - increase your speed, 200 is usually good
- /invul 1 - makes you invulnerable, should use with /speed otherwise a small drop at high speeds could lead to your death
- /settime 8 - sets the game time to 8am, in otherwords makes it day time so you can see, you can set it at whatever time you want though and it is a 24 hour clock so 20 yould be 8pm
- /aqua 1 - sets it so you can breathe underwater and gives fish vision which clears the blur
- /spawn remove - removes the spawn location from the DB, spawn stays in the world though until a respawn or zone repop
- /spawn remove 1 - removes the spawn location from the world and immediately despawns it. This only removes the location so the spawn is still in the DB if needed
- /reload spawns - despawns the entire zone and reloads all spawns from the db before respawning them, will need this when working with doors or changes made in the editor vs ingame
- /spawn move - moves a spawn like a housing item
- /spawn details - gives info about the current targeted spawn in chat and in the book ui
- /rain 0 - stops the rain, very few zones have weather activated at this time however
- /spawn id - spawns a spawn with the given DB id, does not save the location so upon a reload or death they will not respawn
- /spawn create - creates a new spawn, refer to the in game help for the command for all the parameters
- /spawn add new - save the location for the targeted spawn, this is how you save spawns added through the above two commands
- /spawn list name - list all spawns and their id's that have a match or partial match to the given name
- /flymode 1 - turns on flymode so you can move up into the air. /flymode 0 will turn it off
- /goto Name - Transports you to that name. /goto {target}
Transports you to your current target
The easiest thing to do is clear out all of those player pets that are hanging around. Just the player created pets for now and not the NPC pets.
After pets the next easiest thing to do is event spawns, for this you run around finding the spawns, do a /spawn details to get their id or name then go to the web editor.
At the top in the blue strip click spawns, you will come to a page with a combo box, select the zone you are working on from that combo box and another combo boxe will appear, this is for the type of spawn (should be listed in the /spawns detail) so select the correct type and now you will get a third combo box as well as a list below with all the spawns in the zone of that type. The third combo box is the same list presented below but in alphabetical order where as the list below is ordered by the DB id, you can use either way to find the spawn and select it.
This will finally open the editor for that spawn, you will notice several tabs on the editor so select location. Underneath spawn_location_entry (the middles section) you will notice a field for spawnpercentage and it is almost always going to be 100, change it to 0 and hit update to the right, you must do this for every single entry.
Also make a list of the entry id's (far left, the number you can't edit) and post them on the forums and what event it is for that way we can make a simple sql that will enable/disable these spawns as we want so we can turn on/off the event as we please.