--- deliantra/server/Changes 2007/04/27 02:20:21 1.9 +++ deliantra/server/Changes 2007/05/12 22:09:49 1.10 @@ -1,6 +1,18 @@ Crossfire TRT Server ChangeLog 2.1 + - complete rewrite of the range/attack skill slot system: + there are now two slots, one for combat, one for ranged + attacks. + - introduce the concept of a current weapon (either a ranged + or a combat weapon/skill/tool) and switch between them as + needed. + - rewrite bow code so bows get more useful: apply damage, + attacktype and other stats to the arrows and treat + bows as weapons. also rebalance the missile weapons skill + so its damage increases with level. + - rewrite the complete player speed logic: weapon_speed now + works as documented and there are no unnatural speed boosts. - implement a utility - cfutil - that simplifies arch and map installation, replacing the old collect scripts and simplying deployment by scaling and cutting faces as required.