We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$spawn <portal|wrap|npc|monster> [options] $spawn portal [at] [x:integer] [y:integer] $spawn warp [at] [x:integer] [y:integer] $spawn npc <npc_vnum:integer> [at] [x:integer] [y:integer] $spawn monster <monster_vnum:integer> [at] [x:integer] [y:integer]
$spawn portal
$spawn portal at [x] [y]
$spawn warp
$spawn warp at [x] [y]
$spawn npc <npc_vnum>
$spawn npc <npc_vnum> at [x] [y]
$spawn monster <monster_vnum>
$spawn monster <monster_vnum> at [x] [y]
$spawn command must spawn an entity for every player in the current map but entities will not be persisted yet in DB or Caching.
$spawn
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Help
Commands
$spawn portal
: spawn a portal at your current position$spawn portal at [x] [y]
: spawn a portal at position$spawn warp
: spawn a warp at your current position$spawn warp at [x] [y]
: spawn a warp at position$spawn npc <npc_vnum>
: spawn an npc at your current position$spawn npc <npc_vnum> at [x] [y]
: spawn an npc at position$spawn monster <monster_vnum>
: spawn a monster at your current position$spawn monster <monster_vnum> at [x] [y]
: spawn a monster at positionInfo
$spawn
command must spawn an entity for every player in the current map but entities will not be persisted yet in DB or Caching.The text was updated successfully, but these errors were encountered: