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,17 @@
if pc . is_polymorphed ( ) then
say ( "" )
say ( gameforge . ride . _020_say )
say ( "" )
elseif false == pc . is_riding ( ) then
if true == horse . is_summon ( ) then
horse . unsummon ( )
end
if 71164 ~= item . vnum then
item . set_socket ( 2 , 60 * 24 * 365 * 60 )
end
ride_xmas . Ride ( item . vnum , 0 )
else
say ( "" )
say ( gameforge . ride . _030_say )
say ( "" )
end