



+
Code: Select all
- Add: Missing request handlers for housing, forgot to add them to the project
- Change: SendMerchantWindow method signature is now
SendMerchantWindow(MerchantItem[] itemList, eMerchantWindowType windowType)
to match housing requirements and new decoded parameters for merchant window
- Add: New Realm "Peace" added, Members of this realm are friendly to everybody,
And Everybody thinks Peace Member is member of it's realm.
- Add: Spellboni for Albion Class promote items added (lvl5)
- Add: Hibernia Class promote items added (lvl5)
- New: /house command with basic funcionality (create/save/remove/model/move/owner)
- New: Basic Housing code changes. Still incomplete and not working but
start for housing code... Read the readme.txt in /housing dir.
- Changed: ReceiveItem/ReceiveMoney moved to GameObject because HouseLots are static
objects and still need to receive items and money
- Changed: Moved World related stuff into /world directory
- Changed: HouseMgr made static and initialized in GameServer.Start
- Changed: Added "isHousingRegion" flag to regions.ini, delete old ini (as always)
Added a dirty hack into the load method of the regions so I didn't need
to add "isHousingRegion=False" to ALL regions ... wondering if perhaps
we should make a method that sets default values for the regions like
diving, housing etc. and only set it to true in regions where it's needed
- New: Range check for concentration endurance regen buffs
- Changed: Castable stun and style stun overwrite each other
- Changed: Another evade formula
evadechance = (1+(player.Quickness+player.Dexterity-100)*(1.0/1024.0)) *
player.GetAbilityLevel(Abilities.Evade)*5
- Bugfix: Amnesia was removing npc from it's own aggro list (yes, funny)
- BugFix : fix of vaultkeeper bug when client version is 1.72
- BugFix : class necro and disciple
- Change: Engage will now behave more Live-like: Endurance-Loss only on block, Player is in attackmode while engage, timer to disable engage on mob attack
- Change: Minor Changes to Area System
- Add: Started to add/enhance the Epic quests from Etaew
- Clean : remove quest file in project which are not commit
- Clean : add shield type to globalconstant.cs
- BugFix : small fix in guild form
- Bugfix: Fixes to CCSpellHandler
- Bugfix: Command "/item savetemplate" saves all item bonus types
- New: Handlers for style effects (stun/bleed/slowed/hindered)
- Changed: Buffer contents is logged on buffer overflow
- Bugfix: Some possible exceptions in /invite and /who commands
- Changed: WorldMgr.GetClientByAccountName(string accountName, bool exactMatch) is case-insensitive now
- Bugfix: shield have good abilities and not only small shield