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,15 @@
if pc . get_map_index ( ) == 62 and pc . count_item ( pc . getqf ( "heavens_cave_keyquest_VolcanicGlass" ) ) < pc . getqf ( "heavens_cave_keyquest_NeededGlassAmount" ) then
if math . random ( 1 , 100 ) <= 20 then
notice_multiline ( gameforge . heavens_cave_keyquest . _260_notice , notice )
pc . give_item2 ( pc . getqf ( "heavens_cave_keyquest_VolcanicGlass" ) )
local c = pc . getqf ( "glass_collected" ) + 1
pc . setqf ( "glass_collected" , c )
if pc . count_item ( pc . getqf ( "heavens_cave_keyquest_VolcanicGlass" ) ) >= pc . getqf ( "heavens_cave_keyquest_NeededGlassAmount" ) then
notice_multiline ( gameforge . heavens_cave_keyquest . _270_notice , notice )
if pc . count_item ( pc . getqf ( "heavens_cave_keyquest_FrozenTear" ) ) >= pc . getqf ( "heavens_cave_keyquest_NeededTearsAmount" ) then
q . done ( )
set_state ( "tears_for_seon" )
end
end
end
end
@@ -0,0 +1,3 @@
local kill_count = pc . getqf ( "kill_count_1" )
pc . setqf ( "kill_count_1" , kill_count + 1 )
main_quest_flame_lv100 . kill_count ( )
@@ -0,0 +1,3 @@
if number ( 1 , 100 ) == 1 then
set_state ( "state2_4" )
end
@@ -0,0 +1,3 @@
if number ( 1 , 500 ) == 1 then
pc . give_item2 ( 31007 , 1 )
end