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,10 @@
if ( math . random ( 3 ) == 1 ) then
local group_group = {
2425 , 2425 ,
2426 , 2426 ,
2427
}
local group_num = math . random ( table . getn ( group_group ) )
local group_vnum = group_group [ group_num ]
mob . spawn_group ( group_vnum , pc . get_local_x ( ) , pc . get_local_y ( ) , 1 , 1 , 1 )
end