84397a847e
Implement proper Avatar and Buddy UnitID (Base/Robot), refactor template id
...
TemplateID::new now returns Result<T, TemplateNotFoundError>
Cleanup code in some of new handlers
2024-08-06 21:42:03 +03:00
356fc5278e
server version: milestone 2 reached (0.2.0)
2024-08-05 17:59:18 +03:00
50f694add0
H.D.D. and Combat commissions implementation
...
Implement Combat commissions (PureHollowBattle and LongFight) (including Rally commissions)
Refactor some battle structures
Unlock hollow quests (QuestInfo and YorozuyaInfo)
2024-08-05 17:45:13 +03:00
970dde020a
Working OpenUI interacts and Archive battles
...
Implement OpenUI interacts (currently configs only for Yorozuya and Archive)
Fully working Archive (battles and cutscenes)
2024-07-30 03:04:55 +03:00
fc121c7cba
generated more configs for transitions
2024-07-27 00:27:23 +03:00
cbe169fe1a
Implement event configs, more interactions work
...
Implement interact event-action configurations.
More interactions work now, for more transitions, we just need to generate more configs (soon)
NOTE: this commit BREAKS your nap_gameserver.toml. To fix it, you have to add 'event_config_path' property into [assets] section of your config.
2024-07-26 22:44:44 +03:00
c710716fa1
[WIP] event graph stuff
...
implementing EventGraph stuff, currently hardcoded interaction for 10000001 (street to workshop transition)
2024-07-25 22:39:59 +03:00
d196ef861a
SceneUnitManager: create default scene units
2024-07-25 19:49:39 +03:00
99123a15ef
newtype fun
...
use newtypes for template ids, pros:
1) enforces id validation
2) ease of use (helper method for getting template struct right away)
2024-07-25 01:24:48 +03:00
2de8ee290a
Hi
2024-07-20 15:59:36 +03:00