Initial commit: server + serverfiles

This commit is contained in:
Game
2026-08-17 17:31:44 +00:00
commit ff1237686b
17389 changed files with 868929 additions and 0 deletions
@@ -0,0 +1,4 @@
if pc . count_item ( 30228 ) == 0 then
pc . give_item2 ( 30228 , 1 )
send_letter ( gameforge . collect_quest_lv94 . _320_send_letter )
end
@@ -0,0 +1,8 @@
if pc . get_map_index ( ) == 208 then char_log ( pc . get_player_id ( ) , "LAIR" , pc . get_channel_id ( ) .. " DRAGON KILLED" )
game . set_event_flag ( "dragon_lair_alive" , 0 )
game . drop_item_with_ownership ( 71123 , 1 )
game . drop_item_with_ownership ( 71129 , 1 )
notice_multiline ( string . format ( gameforge . dragon_lair_access . _180_notice , pc . name ) , notice_all )
local settings = dragon_lair_access . get_settings ( )
purge_area ( settings . room_area . first . x , settings . room_area . first . y , settings . room_area . last . x , settings . room_area . last . y )
return end