CVS 22-07
Posted: 23 Jul 2005, 01:56
Plein de choses, dont le craft (Merci Doulbousiouf, j'oublie pas cette fois)
Rachetez votre marteau pour la forge, l'ancien ne marche plus !!!
- Changed: Lot of improvement in the crafting system
- Changed: Crafting sucess chance formula and material lost formula
- Changed: Some of others littles things in the crafting system
- Changed: Big refactoring in crafting system
- Add: IsAllowedToCraft function in rule to prevent exploit on rvr and easily restric craft by realm on pvp server
- Bugfix: Can't use item / poison when dead
- Changed: Craft database structure (add index, primary key, remove unused field)
- Changed: eCraftingSkill.SpellCrafting = 13 and Alchemy = 4 according to client file
- Add : show missing raw material
- Add : some comment and correct sentences
(Nota: Shard owners need to reset fields CraftingPrimarySkill and SerializedCraftingSkills
to not corrupt the DOLCharacters table)
- Bugfix: Exceptions in /assist and /gc commands
- New: UnbreakableSpeedDecrease spell handler for level 18+ snaring poisons and some spells
- New: Enabled 1.77 client support, waiting for launcher support
- Changed: NPCs quest effect disappears when player takes the quest
- Bugfix: Distance check was reversed in /assist command
- Changed: Minimum style damage bonus set to 1
- Changed: List caster buffs/debuffs effectiveness is not affected by spec level
- New : thanks to RUDAL 3 type of object have been discover and aded to project:
AlchemyTincture = 47,
SpellcraftGem = 48,
GardenObject = 49,
The first 2 types will be very useful for spellcraft and alchemy system because
test is actually done with name and need something better to provide multi language system
- Bugfix : in keep system thanks to mflash report
- New: GameMovingObject, a base class for siege weapons and boats
- Changed: housemgr does now load faster
- New : one time drop loot generator and all db table with it.
- Remove: the check distance for interact and pickup because used a lot in code but not call so much time on life of server
- Add : CheckSquareDistance to use it directely sometimes.
visibility check is never used in code because it use getinRadius function
and never check. So do not need it to improove server speed
Et quelques autres trucs...
Rachetez votre marteau pour la forge, l'ancien ne marche plus !!!
- Changed: Lot of improvement in the crafting system
- Changed: Crafting sucess chance formula and material lost formula
- Changed: Some of others littles things in the crafting system
- Changed: Big refactoring in crafting system
- Add: IsAllowedToCraft function in rule to prevent exploit on rvr and easily restric craft by realm on pvp server
- Bugfix: Can't use item / poison when dead
- Changed: Craft database structure (add index, primary key, remove unused field)
- Changed: eCraftingSkill.SpellCrafting = 13 and Alchemy = 4 according to client file
- Add : show missing raw material
- Add : some comment and correct sentences
(Nota: Shard owners need to reset fields CraftingPrimarySkill and SerializedCraftingSkills
to not corrupt the DOLCharacters table)
- Bugfix: Exceptions in /assist and /gc commands
- New: UnbreakableSpeedDecrease spell handler for level 18+ snaring poisons and some spells
- New: Enabled 1.77 client support, waiting for launcher support
- Changed: NPCs quest effect disappears when player takes the quest
- Bugfix: Distance check was reversed in /assist command
- Changed: Minimum style damage bonus set to 1
- Changed: List caster buffs/debuffs effectiveness is not affected by spec level
- New : thanks to RUDAL 3 type of object have been discover and aded to project:
AlchemyTincture = 47,
SpellcraftGem = 48,
GardenObject = 49,
The first 2 types will be very useful for spellcraft and alchemy system because
test is actually done with name and need something better to provide multi language system
- Bugfix : in keep system thanks to mflash report
- New: GameMovingObject, a base class for siege weapons and boats
- Changed: housemgr does now load faster
- New : one time drop loot generator and all db table with it.
- Remove: the check distance for interact and pickup because used a lot in code but not call so much time on life of server
- Add : CheckSquareDistance to use it directely sometimes.
visibility check is never used in code because it use getinRadius function
and never check. So do not need it to improove server speed
Et quelques autres trucs...