Add packages to plugins

This commit is contained in:
Major
2017-09-24 22:35:07 +01:00
parent b4e8a7136b
commit 046f373c9e
32 changed files with 398 additions and 366 deletions
@@ -1,4 +1,5 @@
import org.apollo.game.model.Direction
import org.apollo.game.plugin.entity.spawn.npc_spawn
// Generic npcs
@@ -1,4 +1,5 @@
import org.apollo.game.model.Direction
import org.apollo.game.plugin.entity.spawn.npc_spawn
// Generic npcs
@@ -1,3 +1,4 @@
import org.apollo.game.plugin.entity.spawn.npc_spawn
// Generic npcs
@@ -1,3 +1,5 @@
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)
@@ -1,4 +1,5 @@
import org.apollo.game.model.Direction
import org.apollo.game.plugin.entity.spawn.npc_spawn
// Functional npcs
@@ -1,3 +1,5 @@
import org.apollo.game.plugin.shops.shop
shop("Aubury's Rune Shop.") {
operated by "Aubury"
@@ -1,4 +1,5 @@
import org.apollo.game.model.Direction
import org.apollo.game.plugin.entity.spawn.npc_spawn
npc_spawn("barbarian_woman", x = 3222, y = 3399)