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.check_trans_ticket._10_npcChat
@@ -0,0 +1,28 @@
say_title ( gameforge . check_trans_ticket . _15_sayTitle )
say ( gameforge . check_trans_ticket . _20_say )
wait ( )
if pc . count_item ( 71095 ) + pc . count_item ( 71130 ) > 0 then
say_title ( gameforge . check_trans_ticket . _15_sayTitle )
say ( gameforge . check_trans_ticket . _30_say )
wait ( )
if false == pc . can_warp ( ) then
say ( gameforge . check_trans_ticket . _160_say )
return
end
if pc . count_item ( 71095 ) + pc . count_item ( 71130 ) > 0 then
if pc . count_item ( 71130 ) >= 1 then
pc . remove_item ( 71130 , 1 )
elseif pc . count_item ( 71095 ) >= 1 then
pc . remove_item ( 71095 , 1 )
else
return
end
pc . warp ( 704100 , 464100 )
else
return
end
else
say_title ( gameforge . check_trans_ticket . _15_sayTitle )
say ( gameforge . check_trans_ticket . _40_say )
wait ( )
end