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,9 @@
local kingVid = game . get_event_flag ( "king_vid" )
local remain_egg = game . get_event_flag ( "remain_egg" .. get_channel_id ( ) )
notice_multiline ( gameforge . spider_dungeon_3floor_boss . _420_notice , notice_in_map )
if remain_egg > 0 then
remain_egg = remain_egg - 1
game . set_event_flag ( "remain_egg" .. get_channel_id ( ) , remain_egg )
end
npc . set_vid_attack_mul ( kingVid , 10 / ( remain_egg + 1 ) )
npc . set_vid_damage_mul ( kingVid , 10 / ( remain_egg + 1 ) )