2025-03-27 19:24:36 -04:00
|
|
|
function onBeginLogin(player)
|
2025-03-27 22:54:36 -04:00
|
|
|
-- send a welcome message
|
|
|
|
player:send_message("Welcome to Kawari!")
|
2025-03-27 16:20:33 -04:00
|
|
|
end
|
2025-03-27 23:32:36 -04:00
|
|
|
|
2025-05-02 15:36:22 -04:00
|
|
|
-- Actions
|
2025-03-30 09:02:52 -04:00
|
|
|
registerAction(3, "actions/Sprint.lua")
|
2025-03-30 09:29:36 -04:00
|
|
|
registerAction(9, "actions/FastBlade.lua")
|
2025-05-02 15:36:22 -04:00
|
|
|
|
|
|
|
-- Items
|
|
|
|
registerAction(6221, "items/Fantasia.lua")
|
|
|
|
|
2025-05-05 20:51:49 -04:00
|
|
|
-- Events
|
|
|
|
registerEvent(1245185, "opening/OpeningLimsaLominsa.lua")
|
|
|
|
registerEvent(1245186, "opening/OpeningGridania.lua")
|
|
|
|
registerEvent(1245187, "opening/OpeningUldah.lua")
|
|
|
|
registerEvent(131078, "warp/WarpInnGridania.lua")
|
|
|
|
registerEvent(131079, "warp/WarpInnLimsaLominsa.lua")
|
2025-05-05 22:28:45 -04:00
|
|
|
registerEvent(131082, "tosort/LimsaInnDoor.lua")
|