-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add achievement tasks and world map controls (#544)
* Fix zamorak monk robe drop ids * Start adding main and tab interfaces * Add string scripts to command * Fix sending interface visibility component ids * Change sprite dump directory * Add task pinning * Add struct configs * Add quest configs * Add manual server side fix for #540 * More manual server side fixes for #540 * Add all quest varbits from cs2 3227 * Add combat summoning level support * Add boolean support to var command * Filter task tab by task requirements * Fix struct ids * Add all task varbits * Add first task * Add task popup, display completed/total tasks, wipe pinned task on ok * Add task complete messages, explorer jack and ring reward * Extract task looping * Add message wrap around * Rename bot variables * Add boolean support to script command * Add initial explorer jack task * Add task set filtering * Fix quest complete checks * Check overall progress dynamically * Start adding lumbridge beginner tasks * Add remaining lumbridge beginner tasks * Add experience lamp dialogue and antique lamp * Start adding task unit tests * Fix using spells on magic dummy * Add more integration tests, fix ellis tanning * Add shop buy and sell events * Add tests for remaining tasks * Fix area's not including all levels * Fix wizards tower top floor level * Add world map functionality * Add task hint world map marking and fix tab pinning * Show no tasks when run out * Fix invalid inject code * Fix missing font defs * Fix hitpoint test * Fix npcs messing with tests * Add explorer jack item rewards
- Loading branch information
Showing
96 changed files
with
5,862 additions
and
205 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1485,4 +1485,5 @@ burrow_dust: 571 | |
tele_other: 343 | ||
tele_other_receive: | ||
id: 342 | ||
height: 52 | ||
height: 52 | ||
run_replenish: 1733 |
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
Oops, something went wrong.