-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b153cd3
commit 50e8036
Showing
4 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
objective: | ||
killBats: "mobkill BAT 5 notify events:endQuest" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
npcs: | ||
'0': "Steve" | ||
|
||
variables: | ||
caveLoc: "0;0;0;world" # X;Y;Z;world_name | ||
returnLoc: "0;0;0;world" # X;Y;Z;world_name | ||
batSpawn: "0;0;0;world BAT 5" # X;Y;Z;world_name MOBNAME amount | ||
variables: # Variables are useful for a tons of things, here we use them basically like a config file, where the coords you set below will automatically be the ones used during the quest | ||
caveLoc: "0;0;0;world" # X;Y;Z;world_name - Location of your Cave | ||
returnLoc: "0;0;0;world" # X;Y;Z;world_name - Location of your NPC | ||
batSpawn: "0;0;0;world BAT 5" # X;Y;Z;world_name MOBNAME amount - Spawn Bats location and amount |