Commit Graph

731 Commits

Author SHA1 Message Date
KingRainbow44
4f2d3f9b30 Run formatter on wish event 2023-08-28 19:34:30 -04:00
KingRainbow44
3436e0a3a8 Add PlayerFinishBattlePassMission 2023-08-28 19:34:04 -04:00
KingRainbow44
ee33fed721 Add PlayerWishEvent 2023-08-28 13:59:30 -04:00
KingRainbow44
b7855c3487 Run formatter on previous changes 2023-08-28 11:30:04 -04:00
KingRainbow44
8c0032fc75 Run formatter on new events 2023-08-27 23:36:41 -04:00
KingRainbow44
0ad8eb443b Add PlayerObtainItemEvent 2023-08-27 23:29:21 -04:00
KingRainbow44
9c8a29c864 Add PlayerObtainAvatarEvent 2023-08-27 23:27:33 -04:00
KingRainbow44
76b27df622 Add PlayerLevelItemEvent 2023-08-27 23:26:51 -04:00
KingRainbow44
314b90e936 Add PlayerLevelAvatarEvent 2023-08-27 23:26:01 -04:00
KingRainbow44
154ace3d7e Run formatter on code 2023-08-27 23:23:01 -04:00
KingRainbow44
40887b17fe Add PlayerForgeItemEvent 2023-08-27 23:22:35 -04:00
KingRainbow44
9b84deaab3 Add PlayerCompleteQuestEvent 2023-08-27 23:22:18 -04:00
KingRainbow44
bdd3cbbcd9 Add PlayerFinishDungeonEvent 2023-08-27 23:22:02 -04:00
KingRainbow44
4f34970005 Make ActionSetGlobalValue return true 2023-08-27 19:42:28 -04:00
KingRainbow44
bf3e390ce6 Add debug property to log missing ability actions 2023-08-27 13:37:14 -04:00
KingRainbow44
bd59da8853 Broadcast global value changes 2023-08-27 13:36:39 -04:00
KingRainbow44
01766a0303 Merge remote-tracking branch 'origin/dev-4.0' into dev-4.0 2023-08-27 02:40:09 -04:00
KingRainbow44
1844cb43f7 Fix Lua require, Fix monster abilities & Fix ServerLuaCall 2023-08-27 02:39:56 -04:00
Nazrin
92e4f9057a Implement Quaternions (#2311)
* Implement Quaternions

* Update BaseRoute.java

---------

Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com>
2023-08-27 01:25:04 -04:00
KingRainbow44
cc91a2dcfc Implement diving 2023-08-26 20:59:58 -04:00
KingRainbow44
f656143038 Run the formatter & Generate protocol definitions 2023-08-26 19:51:45 -04:00
KingRainbow44
396f302eac Merge changes from hamusuke (#1) 2023-08-26 17:57:46 -04:00
ハムスケ ハム
7dd63e9816 fix: EntityTeam.java (NPE) 2023-08-26 17:54:57 -04:00
ハムスケ ハム
2309b1f469 fix: liney c3 effect 2023-08-26 17:53:40 -04:00
ハムスケ ハム
87d58d2a6f feat: ability to register new achievements 2023-08-26 17:53:28 -04:00
KingRainbow44
813970945b Fix BargainRecord 2023-08-18 21:13:10 -04:00
KingRainbow44
70eb0f2b16 Merge branch 'talking' into dev-4.0 2023-08-15 20:46:38 -04:00
KingRainbow44
407c1b3a86 Protocol definition fixes 2023-08-14 23:38:07 -04:00
KingRainbow44
8cac8d13f4 Run formatter & bump version 2023-08-14 18:53:23 -04:00
KingRainbow44
543749bc9f Implement DebugLog ability action 2023-08-13 19:40:59 -04:00
KingRainbow44
12ac5b32d3 Implement ServerLuaCall 2023-08-13 19:12:39 -04:00
KingRainbow44
0175e207af Fix errors in chasm 2023-08-13 18:01:41 -04:00
KingRainbow44
cfccb2d991 Merge remote-tracking branch 'origin/development' into development 2023-08-13 16:20:11 -04:00
KingRainbow44
e0f8c03e39 Move more logs to debug constants 2023-08-13 15:56:19 -04:00
KingRainbow44
948dd5df59 Optimize content handlers 2023-08-13 15:52:38 -04:00
KingRainbow44
597574ddda Attempt to implement bargaining (untested) 2023-08-13 12:28:56 -04:00
KingRainbow44
40bbfd90e1 Implement group-based item giving & Add content handler for item giving 2023-08-13 00:32:02 -04:00
KingRainbow44
afc5841596 Add way to toggle certain spam logs 2023-08-12 22:16:41 -04:00
KingRainbow44
70e6d7f334 Merge branch 'development' into talking 2023-08-12 19:33:25 -04:00
KingRainbow44
10c1db2fe1 Add command for listing quests 2023-08-12 19:20:34 -04:00
Phong
bdc4b5af89 Levelup City Implementation (#2281)
* add statue promo data

* implement levelup city feature

* fix get level city when enter game

* format code

* fix typo, remove some property in the player, add the field cityInfoData to player class
2023-08-11 23:54:19 -04:00
Nazrin
d0dde1c9e2 Fix dungeons with no finish logic in DungeonManager.java (#2288) 2023-08-10 20:06:55 -04:00
github-actions
bbf0d4dda1 Format code [skip actions] 2023-08-07 22:04:40 +00:00
Nazrin
b9a493d424 fix quest content and condition triggers (#2283)
* Add param3 to EVENT_GADGET_STATE_CHANGE

* Slight cleanup for DungeonManager

* Fix ContentTriggerFire

* Rework and fix talk content and conditions.

* redo item content and conditions, swap out getItemByGuid with getItemById, and make count handling consistent.

* Don't need to check if checkItem is null

* add this. to DungeonManager.java

* add this to Inventory.java

* Update src/main/java/emu/grasscutter/game/quest/QuestManager.java

Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com>

* add spaces to ContentCompleteAnyTalk.java

* Update src/main/java/emu/grasscutter/game/quest/content/ContentCompleteAnyTalk.java

Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com>

---------

Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com>
2023-08-07 18:03:13 -04:00
github-actions
8200607a15 Format code [skip actions] 2023-08-07 04:28:56 +00:00
Nazrin
0b0dcf9b8e Implement QUEST_EXEC_RANDOM_QUEST_VAR (#2284) 2023-08-07 00:27:13 -04:00
Thoronium
58d2650505 Fix swim stamina cost (#2287) 2023-08-07 00:25:59 -04:00
KingRainbow44
b82567d9d9 Attempt to implement item giving to NPCs (untested) 2023-07-31 15:42:52 -04:00
github-actions
a4ad781d61 Format code [skip actions] 2023-07-31 16:54:59 +00:00
Nazrin
465582b8da Handle Dungeons with null config (#2279) 2023-07-31 12:52:42 -04:00