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,11 @@
if guild_building_melt . GetMyRefineNum ( npc . race ) == item . vnum then if item . vnum == 50601 then
guild_building_melt . DoRefineDiamond ( guild_building_melt . GetOreRefineGoodPct ( ) )
else
guild_building_melt . DoRefine ( guild_building_melt . GetOreRefineGoodPct ( ) )
end
return end if guild_building_melt . IsRefinableRawOre ( item . vnum ) and guild_building_melt . GetMyRefineNum ( npc . race ) ~= item . vnum then if item . vnum == 50601 then
guild_building_melt . DoRefineDiamond ( guild_building_melt . GetOreRefineBadPct ( ) )
else
guild_building_melt . DoRefine ( guild_building_melt . GetOreRefineBadPct ( ) )
end
return end