1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-20 01:37:45 +00:00
kawari/src/world/ipc
Joshua Goins cd96804df8 Add basic Event scripting capaibilities
This implements the first event script, going from the first Ul'dah opening
cutscene to the next.
2025-03-28 21:28:30 -04:00
..
action_request.rs Try to fix crash after recieving status list 2025-03-27 23:53:15 -04:00
actor_control.rs Add packets related to playing events and scenes 2025-03-28 20:26:26 -04:00
chat_message.rs Re-organize the IPC structures so they live in their own server-specific module 2025-03-16 17:43:29 -04:00
common_spawn.rs Add packets related to playing events and scenes 2025-03-28 20:26:26 -04:00
container_info.rs Add ContainerType enum 2025-03-23 16:49:48 -04:00
event_play.rs Add packets related to playing events and scenes 2025-03-28 20:26:26 -04:00
event_start.rs Add packets related to playing events and scenes 2025-03-28 20:26:26 -04:00
init_zone.rs Re-organize the IPC structures so they live in their own server-specific module 2025-03-16 17:43:29 -04:00
item_info.rs Add ContainerType enum 2025-03-23 16:49:48 -04:00
mod.rs Add basic Event scripting capaibilities 2025-03-28 21:28:30 -04:00
npc_spawn.rs Update testdata for 7.2 2025-03-26 19:23:14 -04:00
player_setup.rs Move some constants to common module 2025-03-22 19:17:01 -04:00
player_spawn.rs Update testdata for 7.2 2025-03-26 19:23:14 -04:00
player_stats.rs Re-organize the IPC structures so they live in their own server-specific module 2025-03-16 17:43:29 -04:00
social_list.rs Move some constants to common module 2025-03-22 19:17:01 -04:00
status_effect.rs Implement basic support for actions 2025-03-19 00:28:47 -04:00
status_effect_list.rs Send ActorControl and StatusEffectList packets in vain 2025-03-18 23:30:59 -04:00
update_class_info.rs Re-organize the IPC structures so they live in their own server-specific module 2025-03-16 17:43:29 -04:00
weather_change.rs Fix size of WeatherChange packet 2025-03-21 19:58:48 -04:00