📄 spawn.scp
字号:
// #####################################################
// # Format created by: ? #
// # Last Updated: 10/24/00 #
// # UOX Script version 38 #
// # UOX Script Team: #
// # Cestle - cestle@uoxdev.com #
// # Sephiroth - seanhogberg@hotmail.com #
// # RevalutionShadow - Emac@Mindspring.com #
// # Infinity - ?@?.? #
// # Folci - wezzer@nauticom.net #
// # Honerable Mention: #
// # Calvin - rolynyk@hotmail.com #
// #####################################################
//
// SECTION REGIONSPAWN 0 //This is the where the region is defined
// { //Of course this is a {
// NAME The World //This is the name of the spawn area and can be anything
// ILIST # //This is a reference number to an item list inside items.scp for random item spawn
// NLIST # //This is a reference number to an NPC list inside npc.scp for random NPC spawn
// ITEM # //This is a reference number to a single item in items.scp
// NPC # //This is a reference number to a single NPC in npc.scp
// MAX 250 //This is the maximum amount of items and npc's that will spawn
// X1 1 //This is the upper left X of the box
// Y1 1 //This is the upper left Y of the box
// X2 5000 //This is the lower right X of the box
// Y2 5000 //This is the lower right Y of the box
// MINTIME 0 //This is the minimum time for the item or npc to spawn
// MAXTIME 0 //This is the maximum time for the item or npc to spawn
// } //Of course this is teh closing }
EOF
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -