mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 00:38:18 +00:00
Remove plugins.gradle and factor into common extension
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
apolloPlugin {
|
||||
name = "lumbridge npc spawns"
|
||||
packageName = "org.apollo.game.plugin.locations"
|
||||
authors = [
|
||||
"Gary Tierney",
|
||||
]
|
||||
dependencies = [
|
||||
"spawning",
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
name = "lumbridge npc spawns"
|
||||
package = "org.apollo.game.plugin.locations"
|
||||
authors = [ "Gary Tierney" ]
|
||||
dependencies = [ "spawning" ]
|
||||
|
||||
[config]
|
||||
srcDir = "src/"
|
||||
testDir = "test/"
|
||||
@@ -0,0 +1,11 @@
|
||||
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