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,3 @@
local kill_count = pc . getqf ( "kill_count_1" )
pc . setqf ( "kill_count_1" , kill_count + 1 )
event_flame_dungeon_open . kill_count ( )
@@ -0,0 +1,29 @@
if pc . count_item ( 31035 ) < 1 then
if number ( 1 , 3 ) == 1 then
pc . give_item2 ( 31035 , 1 )
if pc . count_item ( 31035 ) >= 1 and pc . count_item ( 31013 ) >= 1 then
notice_multiline ( gameforge . main_quest_lv94 . _770_1_notice , notice )
notice_multiline ( gameforge . main_quest_lv94 . _770_2_notice , notice )
set_state ( "state6_3" )
end
end
end
if pc . count_item ( 31013 ) < 1 then
if number ( 1 , 3 ) == 1 then
pc . give_item2 ( 31013 , 1 )
if pc . count_item ( 31035 ) >= 1 and pc . count_item ( 31013 ) >= 1 then
notice_multiline ( gameforge . main_quest_lv94 . _770_1_notice , notice )
notice_multiline ( gameforge . main_quest_lv94 . _770_2_notice , notice )
set_state ( "state6_3" )
end
end
end
local remain1 = 1 - pc . count_item ( 31035 )
if remain1 < 0 then
remain1 = 0
end
local remain2 = 1 - pc . count_item ( 31013 )
if remain2 < 0 then
remain2 = 0
end
q . set_counter_value ( remain1 + remain2 )
@@ -0,0 +1,18 @@
if pc . count_item ( 31035 ) < 1 then
if number ( 1 , 3 ) == 1 then
pc . give_item2 ( 31035 , 1 )
if pc . count_item ( 31035 ) >= 1 and pc . count_item ( 31013 ) >= 1 then
notice_multiline ( gameforge . main_quest_lv94 . _770_1_notice , notice )
notice_multiline ( gameforge . main_quest_lv94 . _770_2_notice , notice )
end
end
end
if pc . count_item ( 31013 ) < 1 then
if number ( 1 , 3 ) == 1 then
pc . give_item2 ( 31013 , 1 )
if pc . count_item ( 31035 ) >= 1 and pc . count_item ( 31013 ) >= 1 then
notice_multiline ( gameforge . main_quest_lv94 . _770_1_notice , notice )
notice_multiline ( gameforge . main_quest_lv94 . _770_2_notice , notice )
end
end
end
@@ -0,0 +1,5 @@
if number ( 1 , 2 ) == 1 then
pc . give_item2 ( 31036 , 1 )
notice_multiline ( gameforge . main_quest_lv94 . _970_1_notice , notice )
notice_multiline ( gameforge . main_quest_lv94 . _970_2_notice , notice )
end