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,20 @@
say_title ( gameforge . reset_scroll . _10_sayTitle )
say ( gameforge . reset_scroll . _20_say )
local s = select ( gameforge . locale . guild . yes , gameforge . locale . guild . no )
if 2 == s then
return
end
say_title ( gameforge . reset_scroll . _30_sayTitle )
say ( gameforge . reset_scroll . _40_say )
local c = select ( gameforge . locale . guild . yes , gameforge . locale . guild . no )
if 2 == c then
return
end
char_log ( 0 , "RESET_ALL" , "USE_ITEM(71002 or 76001)" )
item . remove ( )
char_log ( 0 , "RESET_ALL" , "RESET_STAT_POINTS" )
pc . reset_point ( )
char_log ( 0 , "RESET_ALL" , "RESET_SKILL_POINTS" )
pc . clear_skill ( )
pc . set_skill_group ( 0 )
char_log ( 0 , "RESET_ALL" , "RESET_END" )