-
-
Notifications
You must be signed in to change notification settings - Fork 831
fix: quests from version 10 revised #2855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
8823429
Hunting for Tokens Quest
htc16 951b6d0
Lua code format - (Stylua)
github-actions[bot] 3e579bc
Merge remote-tracking branch 'upstream/main' into Review-Quests-V10
htc16 9aba63f
The Gravedigger of Drefia Quest - part 1
htc16 f1c6472
Lua code format - (Stylua)
github-actions[bot] 6a506f4
The Gravedigger of Drefia Quest - last part
htc16 9fc12c4
Lua code format - (Stylua)
github-actions[bot] 5114a9f
Update movements_sacrifice_teleport.lua
htc16 ffe71bb
Lua code format - (Stylua)
github-actions[bot] c64a549
Spike Task Quest - part 1
htc16 5003476
Lua code format - (Stylua)
github-actions[bot] 56e1f1a
Spike Task Quests - Tasks 25-49
htc16 c790f50
Spike Task Quests - Tasks 50-79
htc16 907b736
Lua code format - (Stylua)
github-actions[bot] 186c8c7
Spike Task Quests - Tasks 80+
htc16 4989c6a
Lua code format - (Stylua)
github-actions[bot] 6ccd18d
Roshamuul Quest
htc16 bd7e6f7
Tinder Box Quest - Event Chyllfroest
htc16 367dac0
Tinder Box Quest - Event Chyllfroest - fix
htc16 99cd9f9
Dark Trails Quest
htc16 01bc03b
Lua code format - (Stylua)
github-actions[bot] 8764b2a
Glooth Engineer Outfits Quest
htc16 94b711f
Oramond Quest
htc16 ce02ed0
Lua code format - (Stylua)
github-actions[bot] 52c5056
Sanctuary of the Lizard God Quest
htc16 2a85820
Update storages.lua
htc16 3a41e58
Oramond Quest - @marco
htc16 03455dd
Lua code format - (Stylua)
github-actions[bot] 2d76861
Lions Rock Quest
htc16 eed0054
Update storages.lua
htc16 e35d65d
Lions Rock Quest - minor tweaks to finish
htc16 d296a31
Lion Rock Quest - Final Touch
htc16 4474eae
Lion Rock Quest - Final Touch 2
htc16 7231dd5
Update gems.lua
htc16 1eef4a2
Update gems.lua
htc16 3483986
The Cursed Crystal Quest
htc16 bb37f6b
Lua code format - (Stylua)
github-actions[bot] 1eb2eac
Update movements_StepIn_CursedCrystal.lua
htc16 142a877
Merge branch 'Review-Quests-V10' of https://github.com/htc16/canary i…
htc16 d4936b5
Lua code format - (Stylua)
github-actions[bot] a6027f4
Storage organization
htc16 9b2c08e
@omarcopires
htc16 479e195
Lua code format - (Stylua)
github-actions[bot] fc47052
Update gnome_trooper.lua
htc16 e995e62
Merge branch 'Review-Quests-V10' of https://github.com/htc16/canary i…
htc16 17e24d7
More storage organization
htc16 bfb5be3
More storage organization
htc16 3721c3a
Small adjustment to The Cursed Crystal quest
htc16 96b671d
Lua code format - (Stylua)
github-actions[bot] 3638470
Grimvale Quest
htc16 d4c7e89
Nightmare Teddy Quest
htc16 37e2cae
The Great Dragon Hunt Quest
htc16 5e1e6a5
Lua code format - (Stylua)
github-actions[bot] 0b1eb65
The Lost Brother Quest
htc16 09c5627
The Tainted Souls Quest
htc16 15b7e0a
Lua code format - (Stylua)
github-actions[bot] 839d5de
Ferumbras' Ascension Quest
htc16 3396f68
Lua code format - (Stylua)
github-actions[bot] a9fde32
Update storages.lua
htc16 8a20933
Merge remote-tracking branch 'upstream/main' into Review-Quests-V10
htc16 b47a3d7
Update one_eyed_joe.lua
htc16 54e17eb
Merge remote-tracking branch 'upstream/main' into Review-Quests-V10
htc16 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,33 +0,0 @@ | ||
| ROSHAMUUL_MORTAR_THROWN = 20200 | ||
| ROSHAMUUL_KILLED_FRAZZLEMAWS = 20201 | ||
| ROSHAMUUL_KILLED_SILENCERS = 20202 | ||
| ROSHAMUUL_GOLD_RECORD = 20203 | ||
|
|
||
| SPIKE_FAME_POINTS = 27890 | ||
|
|
||
| SPIKE_UPPER_PACIFIER_MAIN = 27891 | ||
| SPIKE_UPPER_PACIFIER_DAILY = 27892 | ||
| SPIKE_UPPER_MOUND_MAIN = 27893 | ||
| SPIKE_UPPER_MOUND_DAILY = 27894 | ||
| SPIKE_UPPER_TRACK_MAIN = 27895 | ||
| SPIKE_UPPER_TRACK_DAILY = 27896 | ||
| SPIKE_UPPER_KILL_MAIN = 27897 | ||
| SPIKE_UPPER_KILL_DAILY = 27898 | ||
|
|
||
| SPIKE_MIDDLE_CHARGE_MAIN = 27899 | ||
| SPIKE_MIDDLE_CHARGE_DAILY = 27900 | ||
| SPIKE_MIDDLE_MUSHROOM_MAIN = 27901 | ||
| SPIKE_MIDDLE_MUSHROOM_DAILY = 27902 | ||
| SPIKE_MIDDLE_NEST_MAIN = 27903 | ||
| SPIKE_MIDDLE_NEST_DAILY = 27904 | ||
| SPIKE_MIDDLE_KILL_MAIN = 27905 | ||
| SPIKE_MIDDLE_KILL_DAILY = 27906 | ||
|
|
||
| SPIKE_LOWER_PARCEL_MAIN = 27907 | ||
| SPIKE_LOWER_PARCEL_DAILY = 27908 | ||
| SPIKE_LOWER_UNDERCOVER_MAIN = 27909 | ||
| SPIKE_LOWER_UNDERCOVER_DAILY = 27910 | ||
| SPIKE_LOWER_LAVA_MAIN = 27911 | ||
| SPIKE_LOWER_LAVA_DAILY = 27912 | ||
| SPIKE_LOWER_KILL_MAIN = 27913 | ||
| SPIKE_LOWER_KILL_DAILY = 27914 | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.