-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ourania zmi runecrafting altar (#537)
* Add rune pouch degrade message * Add ourania cave ladder * Add eniola banking and mage of zam * Add ourania shortcut * Add ourania altar runecrafting * Add zamorak warriors * Add zamorak mages * Add zamorak rangers * Fix sapphire bullseye lantern * Add cave lizards * Add mutable npc hunt_mode and replace checkTolerance with checkAfk * Add cave lizard aggression which switches between players and npcs * Fix npc multi-combat areas * Prevent aggression constantly calling combat stop by not re-interacting with existing targets * Remove attackers from their target on combat stop * Add conditions to retaliation to fix flinching overriding player walking * Allow modes to stop based on their replacements to prevent combat stop events when re-attacking the same npc * Add target to can attack checks to allow npcs to fight each other * Fix cave lizard respawn * Add patrol config files * Fix patrolling * Allow some npcs to pass through each other * Add zamorak crafters * Fix loot-share status not showing on login * Add more dark mage messages
- Loading branch information
Showing
58 changed files
with
1,433 additions
and
105 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
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
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,25 @@ | ||
zamorak_crafter_to_altar: | ||
points: | ||
- { x: 3270, y: 4841 } | ||
- { x: 3266, y: 4837 } | ||
- { x: 3266, y: 4835 } | ||
- { x: 3269, y: 4832 } | ||
- { x: 3269, y: 4819 } | ||
- { x: 3278, y: 4810 } | ||
- { x: 3286, y: 4810 } | ||
- { x: 3288, y: 4813 } | ||
- { x: 3301, y: 4813 } | ||
- { x: 3303, y: 4811 } | ||
- { x: 3314, y: 4811, delay: 10 } | ||
zamorak_crafter_to_bank: | ||
points: | ||
- { x: 3303, y: 4811 } | ||
- { x: 3301, y: 4813 } | ||
- { x: 3288, y: 4813 } | ||
- { x: 3286, y: 4810 } | ||
- { x: 3278, y: 4810 } | ||
- { x: 3269, y: 4819 } | ||
- { x: 3269, y: 4832 } | ||
- { x: 3266, y: 4835 } | ||
- { x: 3266, y: 4837 } | ||
- { x: 3270, y: 4856, delay: 10 } |
Oops, something went wrong.