1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-11 16:27:45 +00:00
kawari/src/ipc/zone
thedax e1b261c7d8
Implement several actors/entities (#49)
* Implement the following actors/entities:
-Inn Toy Chest actor, which simply says you haven't unlocked mini-games
-Inn Glamour Dresser actor, which simply says you haven't unlocked the GD yet
-Orchestrion, which is fully functional as long as you have songs unlocked

Accompanying the orchestrion is the GM orchestrion command, with a caveat:
-It allows you to learn one song at a time, but id 0 (aka "all) doesn't learn a single
song for some unknown reason, so I've disabled it for now.

* Run cargo fmt

* Update USAGE.md
How many times will I forget...
2025-06-22 08:46:11 -04:00
..
action_request.rs Implement Fantasia and remaking your character 2025-05-02 15:36:22 -04:00
action_result.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
actor_control.rs Implement several actors/entities (#49) 2025-06-22 08:46:11 -04:00
chat_message.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
client_trigger.rs Add script for the Teleport action 2025-05-11 10:12:02 -04:00
common_spawn.rs Add GM rank to database, default to normal user and set online status 2025-05-12 15:44:39 -04:00
container_info.rs Overhaul how we send inventory packets again 2025-05-02 16:15:54 -04:00
equip.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
event_scene.rs Update IPC struct names and filenames to match their opcode name 2025-05-02 23:24:31 -04:00
event_start.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
init_zone.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
item_info.rs Overhaul how we send inventory packets again 2025-05-02 16:15:54 -04:00
item_operation.rs Update IPC struct names and filenames to match their opcode name 2025-05-02 23:24:31 -04:00
mod.rs Implement several actors/entities (#49) 2025-06-22 08:46:11 -04:00
move.rs Fix rotations sent to other players 2025-05-08 21:52:50 -04:00
npc_spawn.rs Fix tests not compiling 2025-05-02 00:56:48 -04:00
player_setup.rs Send your character's actual levels during setup 2025-06-21 11:50:09 -04:00
player_spawn.rs Fix tests not compiling 2025-05-02 00:56:48 -04:00
player_stats.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
social_list.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
status_effect.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
status_effect_list.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
update_class_info.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00
warp.rs Update IPC struct names and filenames to match their opcode name 2025-05-02 23:24:31 -04:00
weather_change.rs Re-organize IPC segments into the ipc module 2025-05-02 00:47:11 -04:00