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 @@
gameforge.deviltower_zone._170_npcChat
@@ -0,0 +1,24 @@
say_title ( mob_name ( 20076 ) )
say ( gameforge . deviltower_zone . _190_say )
wait ( )
if pc . level >= 75 then
say_title ( mob_name ( 20076 ) )
say ( gameforge . deviltower_zone . _200_say )
local s = select ( gameforge . deviltower_zone . _210_select , gameforge . deviltower_zone . _220_select )
if s == 3 then
pc . warp ( 590500 , 110900 )
return
end
if s == 2 then
return
end
timer ( "devil_jump_7" , 6 )
npc . unlock ( )
d . purge ( )
return
end
say_title ( mob_name ( 20076 ) )
say ( gameforge . deviltower_zone . _230_say )
wait ( )
pc . warp ( 590500 , 110500 )
return
@@ -0,0 +1 @@
return pc . in_dungeon ( ) and pc . get_map_index ( ) >= 660000 and pc . get_map_index ( ) < 670000 and npc . lock ( )