-
Notifications
You must be signed in to change notification settings - Fork 67
Add Clan Wars Free-For-All (Safe & Dangerous) portals #949
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 10 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
96412c8
Fix: NPCs spawned under a target couldn't attack
HarleyGilpin 15f8f32
Fix: NPCs spawned under a target couldn't attack
HarleyGilpin 79de0ee
Merge remote-tracking branch 'origin/main'
HarleyGilpin 1bf5b14
Fix: NPCs spawned under a target couldn't attack
HarleyGilpin 635e183
Fix: character creation screen skipped for new accounts
HarleyGilpin d15e006
Fix: game loop crash when dying to TzTok-Jad in Fight Cave
HarleyGilpin 8bc6b1b
chore: add missing dragon arrow items to ammo_groups.toml
HarleyGilpin 2e8369f
Fix: dragon claws special attack damage and hit timing
HarleyGilpin 2b13373
Fix: dragon claws special attack damage and hit timing
HarleyGilpin 116b520
feat: add clan wars safe and dangerous free-for-all portals.
HarleyGilpin 78ff78b
Fix: bank tab creation and collapse
HarleyGilpin 725153d
Merge branch 'GregHib:main' into main
HarleyGilpin 7b9f6ef
chore: replaced redundant code with stepOut function.
HarleyGilpin 1fd24cd
Update game/src/main/kotlin/content/minigame/clan_wars/ClanWarsFreeFo…
HarleyGilpin 3869de9
Update game/src/main/kotlin/content/minigame/clan_wars/ClanWarsFreeFo…
HarleyGilpin cebe42e
Merge remote-tracking branch 'origin/main'
HarleyGilpin 889b863
Fix: Clan Wars FFA "Don't show gain" toggle
HarleyGilpin 99d61bc
bug: fixed the dragon claws delayed special attack.
HarleyGilpin 9f11324
chore: spotlessApply ran
HarleyGilpin 27697ef
Fix: Iterate cardinal directions in random order and queue the first …
HarleyGilpin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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
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
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
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
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
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
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 |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| [clan_wars_portal_ffa_safe] | ||
| id = 38698 | ||
| examine = "A portal to a safe free-for-all fighting area." | ||
|
|
||
| [clan_wars_portal_ffa_dangerous] | ||
| id = 38699 | ||
| examine = "A portal to a dangerous free-for-all fighting area." | ||
|
|
||
| [clan_wars_challenge_portal] | ||
| id = 28213 | ||
| examine = "A portal to the Clan Wars arena." | ||
|
|
||
| [clan_wars_portal_ffa_safe_exit] | ||
| id = 38700 | ||
| examine = "Leave the free-for-all fighting area." |
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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| [clan_wars_ffa_portal] | ||
| id = 5279 | ||
| format = "int" |
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
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
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
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
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
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
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
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.