mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-05 16:49:04 +00:00
Rename npc spawning scripts
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import org.apollo.game.plugin.entity.spawn.npc_spawn
|
||||
|
||||
npc_spawn("woman", id = 4, x = 3232, y = 3207)
|
||||
npc_spawn("man", id = 1, x = 3231, y = 3237)
|
||||
npc_spawn("man", id = 2, x = 3224, y = 3240)
|
||||
npc_spawn("woman", id = 5, x = 3229, y = 2329)
|
||||
|
||||
npc_spawn("hans", x = 3221, y = 3221)
|
||||
npc_spawn("father aereck", x = 3243, y = 3210)
|
||||
npc_spawn("bob", x = 3231, y = 3203)
|
||||
npc_spawn("shop keeper", x = 3212, y = 3247)
|
||||
npc_spawn("shop assistant", x = 3211, y = 3245)
|
||||
npc_spawn("lumbridge guide", x = 323, y = 3229)
|
||||
Reference in New Issue
Block a user