Initial commit: server + serverfiles
This commit is contained in:
Executable
+15
@@ -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
|
||||
+3
@@ -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 ( )
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
if number ( 1 , 100 ) == 1 then
|
||||
set_state ( "state2_4" )
|
||||
end
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
if number ( 1 , 500 ) == 1 then
|
||||
pc . give_item2 ( 31007 , 1 )
|
||||
end
|
||||
Reference in New Issue
Block a user