Commit 7e54451
Add Clan Wars Free-For-All (Safe & Dangerous) portals (#949)
* Fix: NPCs spawned under a target couldn't attack
* Fix: character creation screen skipped for new accounts
* Fix: game loop crash when dying to TzTok-Jad in Fight Cave
* chore: add missing dragon arrow items to ammo_groups.toml
* Fix: dragon claws special attack damage and hit timing
* Fix: dragon claws special attack damage and hit timing
* feat: add clan wars safe and dangerous free-for-all portals.
* Fix: bank tab creation and collapse
* chore: replaced redundant code with stepOut function.
* Update game/src/main/kotlin/content/minigame/clan_wars/ClanWarsFreeForAll.kt
Co-authored-by: Greg <GregHib@users.noreply.github.com>
* Update game/src/main/kotlin/content/minigame/clan_wars/ClanWarsFreeForAll.kt
Co-authored-by: Greg <GregHib@users.noreply.github.com>
* Fix: Clan Wars FFA "Don't show gain" toggle
* bug: fixed the dragon claws delayed special attack.
* chore: spotlessApply ran
* Fix: Iterate cardinal directions in random order and queue the first walkable one, so a single blocked direction no longer traps the NPC.
---------
Co-authored-by: Greg <GregHib@users.noreply.github.com>1 parent 5eda892 commit 7e54451
20 files changed
Lines changed: 268 additions & 46 deletions
File tree
- data
- area/wilderness
- entity/player/modal/chat_box
- minigame/clan_wars
- skill/range
- engine/src
- main/kotlin/world/gregs/voidps/engine
- data
- entity/character/mode
- combat
- interact
- move
- test/kotlin/world/gregs/voidps/engine/data
- game/src
- main/kotlin/content
- area/karamja/tzhaar_city
- entity/player/bank
- minigame/clan_wars
- skill/melee/weapon/special
- test/kotlin/content/entity/combat
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | 298 | | |
303 | 299 | | |
304 | 300 | | |
| |||
375 | 371 | | |
376 | 372 | | |
377 | 373 | | |
378 | | - | |
379 | 374 | | |
380 | 375 | | |
381 | 376 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
444 | 457 | | |
445 | 458 | | |
446 | 459 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
0 commit comments