Method | Description | |
---|---|---|
ClearSpawners ( int x, int y, int z, Server.Map map ) : void | ||
GetSpawnerZ ( int x, int y, Server.Map map ) : int | ||
Initialize ( ) : void | ||
Parse ( Server.Mobile from ) : void | ||
PlaceNPC ( string sx, string sy, string sm ) : void |
Method | Description | |
---|---|---|
Generate_OnCommand ( Server.CommandEventArgs e ) : void | ||
MakeSpawner ( string types, int x, int y, Server.Map map ) : void |
public static ClearSpawners ( int x, int y, int z, Server.Map map ) : void | ||
x | int | |
y | int | |
z | int | |
map | Server.Map | |
return | void |
public static GetSpawnerZ ( int x, int y, Server.Map map ) : int | ||
x | int | |
y | int | |
map | Server.Map | |
return | int |
public static Parse ( Server.Mobile from ) : void | ||
from | Server.Mobile | |
return | void |
public static PlaceNPC ( string sx, string sy, string sm ) : void | ||
sx | string | |
sy | string | |
sm | string | |
return | void |