Melledy
d8c30d5680
Implement basic quest condition handling
...
Quests that require talking to npcs now work.
2022-05-12 02:30:34 -07:00
Melledy
364dc3bab9
Merge branch 'development' into dev-quests
2022-05-11 12:39:28 -07:00
ImmuState
1d4e0e09d0
Add gacha details page.
2022-05-11 12:02:45 -07:00
Melledy
9351127fe1
Merge branch 'development' into dev-quests
2022-05-11 03:56:59 -07:00
Melledy
285405cee4
Implement quests
2022-05-11 03:56:40 -07:00
Magix
b646e38bd6
Merge pull request #802 from Grasscutters/better-config
...
Implement a better config structure
2022-05-11 01:23:43 -04:00
KingRainbow44
6894ab8aae
Convert to the far superior config system
2022-05-11 00:30:07 -04:00
gentlespoon
ef9d63f1dd
Claymore charged attack stamina cost
2022-05-10 17:25:18 -07:00
Secretboy
b133825dd4
add /language command ( #780 )
...
* Fix the following issues:
1. HashMap non-thread-safe issus
2. Fix the same problem in pr621, but use a better implementation
Add the following functions:
1. There is now a language cache inside getLanguage to prepare for different languages corresponding to different time zones where the accounts in the server are located
* add /language command,each account has their own Locate
2022-05-10 05:33:45 -07:00
gentlespoon
fbffb8d277
Reset first tick on new skill
2022-05-10 05:21:29 -07:00
gentlespoon
812435b333
Talent moving stamina cost
2022-05-10 05:21:29 -07:00
gentlespoon
32154c2a55
Temporarily set statue auto use to 1 and 100%.
2022-05-10 02:14:09 -07:00
gentlespoon
8074f47c6a
Stamina will be set to full if Stamina is disabled.
2022-05-10 02:13:49 -07:00
FpguDhk
06be99fa15
Fix the decision statement of adding map marker. ( #763 )
...
* Fix the Chinese messy code problem.
* Fix the decision statement of adding map marker.
2022-05-09 23:15:17 -07:00
Akka
3e65ce63f5
Merge remote-tracking branch 'origin/development' into tower
2022-05-10 00:07:10 +08:00
Akka
5a62a69c73
fix the Monster spawn between stage challenges
2022-05-10 00:05:01 +08:00
gentlespoon
56635f2ecc
Move "if Grasscutter.getConfig().OpenStamina" to the correct place.
2022-05-09 03:46:18 -07:00
gentlespoon
d332e77b76
Only handle motion notify for current entity.
2022-05-09 02:28:13 -07:00
Melledy
e28d6a1441
Merge pull request #718 from Akka0/tower
...
Support Team Toggle in Tower & Refactor MonsterTide
2022-05-09 01:15:02 -07:00
AnimeGitB
d03f1ca5d1
Account permission wildcards
2022-05-09 01:12:47 -07:00
Akka
e24ad0c732
Merge remote-tracking branch 'origin/development' into tower
2022-05-09 15:43:52 +08:00
Akka
d00465125d
Support Team Toggle in Tower & Refactor MonsterTide
2022-05-09 15:39:49 +08:00
Akka
916b7412fd
Persist Tower Data && Set The Tower Schedule
2022-05-08 06:06:32 -07:00
Melledy
b9fbc4975d
Optimize invoke packet handling
2022-05-08 06:05:50 -07:00
Melledy
1f86e7bb17
Implement energy balls (orbs)
2022-05-08 06:05:50 -07:00
Melledy
6d1ef0d841
Implement AbilityManager
2022-05-08 06:05:50 -07:00
Akka
727d92a6bc
Merge remote-tracking branch 'origin/development' into tower
2022-05-08 20:56:50 +08:00
gentlespoon
ccdfd15bb8
Update StaminaManager
2022-05-08 04:39:25 -07:00
gentlespoon
eab964de5c
Fix: timer is already cancelled.
2022-05-08 04:39:25 -07:00
Akka
8a52a041bd
Persist Tower Data && Set The Tower Schedule
2022-05-08 17:11:02 +08:00
gentlespoon
8ddd7b125d
Fix null reference on stamina timer when paused player disconnects.
2022-05-07 23:13:35 -07:00
Akka
8739277970
Monsters tide turn by turn && Ban User Skill && Lua functions
2022-05-07 18:18:27 -07:00
gentlespoon
a7c1f85579
Make stamina consumption classes public so others can use.
2022-05-07 18:18:20 -07:00
gentlespoon
032db81e07
Stop stamina consumption on game pause
2022-05-07 18:18:20 -07:00
gentlespoon
090b00556b
More reliable stamina calculation
...
by separately handling immediate one-time cost and cost over time.
2022-05-07 18:18:20 -07:00
HotaruYS
75032b4aa2
Respect FrontHTTPS when creating URI for gacha record
2022-05-07 14:54:15 -07:00
Akka
2c50d2268b
Merge pull request #5 from Grasscutters/development
...
Development
2022-05-07 21:49:22 +08:00
Akka
d20cffb905
Monsters tide turn by turn && Ban User Skill && Lua functions
2022-05-07 21:47:13 +08:00
gentlespoon
34af72ec9e
Kamisato Ayaka and Mona talent moving costs stamina
2022-05-07 00:47:19 -07:00
gentlespoon
29c5551450
Prepare MovementManager.updateStamina() for external calls.
2022-05-07 00:47:19 -07:00
gentlespoon
39816f8eeb
Flight stamina cost -20% when Amber or Venti in team
...
- Reduced stamina not tested in MP.
- Stop MovementManager ticker when player goes offline.
2022-05-06 23:27:07 -07:00
Melledy
bd7fb76b1d
Fix crash on login if the player didnt have a TowerManager
2022-05-06 19:12:54 -07:00
Magix
4455072db1
Merge pull request #567 from Grasscutters/localization
...
Implement a proper language system
2022-05-06 21:05:29 -04:00
KingRainbow44
80c9119ca2
Merge development
into localization
2022-05-06 19:40:32 -04:00
gentlespoon
82a88c8573
fix/runningAndDashingStamina
2022-05-06 16:11:51 -07:00
gentlespoon
c582814bc1
Fix #593 : Accidental death of character
2022-05-06 15:22:00 -07:00
gentlespoon
1d4a41fd61
Allow walking away from the statue within 2.5s to stop auto heal.
2022-05-06 14:49:33 -07:00
Melledy
6d89477120
Merge pull request #594 from Akka0/tower
...
Tower Dungeons Handoff between levels
2022-05-06 13:37:30 -07:00
Kinesis
19a2c9b7ea
Implement Avatar Expedition System
...
Co-Authored-By: ShigemoriHakura <62388797+ShigemoriHakura@users.noreply.github.com>
Co-Authored-By: KanyeWestc <104547412+KanyeWestc@users.noreply.github.com>
Co-Authored-By: QAQ 天小络 <72185326+XTL676@users.noreply.github.com>
Co-Authored-By: nkxingxh <25559053+nkxingxh@users.noreply.github.com>
Co-Authored-By: Yazawazi <47273265+Yazawazi@users.noreply.github.com>
Co-Authored-By: wuwuwu223 <81224214+wuwuwu223@users.noreply.github.com>
Co-Authored-By: omg-xtao <100690902+omg-xtao@users.noreply.github.com>
Co-Authored-By: Sakura <104815797+Sakura@users.noreply.github.com>
Co-Authored-By: NewNeko-2022 <104819344+NewNeko-2022@users.noreply.github.com>
Co-Authored-By: JimWails <30657653+JimWails@users.noreply.github.com>
Co-Authored-By: buttercookies <19878609+ButterCookies@users.noreply.github.com>
2022-05-06 13:28:26 -07:00
Akka
22df34606c
a little fix
2022-05-07 00:31:48 +08:00