the correct database object array. eg.
GameMerchant[] merchants =
(GameMerchant[]) GameServer.Database.SelectAllObjects(typeof(GameMerchant));
- Changed: Preloading the NPC Equipment happens in the WorldMgr now before loading the
Regions
- New: GameServer.Database.SelectObject method added. It will return only
a single object of the requested database type. If more than one exist,
the first will be returned. Very nice if you only want the first object...
- New: AbstractCommandHandler class which implements some nice functionality for
script commands. Scripts can derive from this class to add the following
standard methods.
- Syntax(GameClient
Displays the command syntax to the client as defined in the CmdAttribute
- DisplayError(GameClient, string, object[])
Displays an error message to the given client
- DisplayMessage(GameClient, string, object[])
Displays an message to the given client
- Changed: Rewrote the Account.cs class to use the new AbstractCommandHandler
methods. Look at it as example on how to use this methods.
Added a /account movecharacter <CharacterName> <NewAccountName>
which lets you move characters between accounts.
Also added functionality to log off active accounts and characters
before modification.
- Changed: shield enum back to 1, 2, 3, and not 0, 1, 2,
- Bugfix: DetailDisplayHandler shows info for cloth armor type
- New: All disabled spells/abilities are saved after /quit
- Changed: Spells use two times more power if quickcasting
- Changed: EnemyKilled no longer stops attack (client sends stop attack packet when needed)
- Changed: Instant heal spells do not start reuse timer if noone was healed
- Changed: "CC" spells set last attack tick
- Changed: Speed buff is canceled only on successfull attack (including every dot tick for now)
- Changed: Power regeneration rate for list casters is reduced if power is bellow 50%
- Changed: Duration of "CC" effects is not reduced with range if target is not GamePlayer
- Bugfix: Debuffs no longer add to stat
- Add : tireless abilitie
- BugFix : the hibrid class spell list rework
- Add: First Version of EPIC Quest for lvl 50, still some thing missing:
Boni for items, original text.
Any Help with adding Boni to items is appreciated, since its a
quite time consuming job. *wink*
- Add : salvage basic system
- Add : added the material flag and material level to itemtemplate.
It will be very useful for salvage, resistence,...
TODO: use this flag in salvage and make it not allowed null
- New: Added the GNU Public License to the project, see "gpl.txt"
- Changed: Added the GNU Public License header to ALL project files that were
created by our team. In the future, please add this header to ALL
source files you newly create. Do not add it to 3rd party plugins
used by DOL like the MYSQL drivers and the SharpZLib, they are not
from us

- Change : change all crafting table and fit all system to it thanks to an
advice from ZCU-miki001 and ZCU-holly
- BugFix : change the loc in gloc in door because it is this in D9 packet
- Change : remake the spell list packet sent to fit to the server (with that it
fix the bug in spell with same level and same line)
- Add : detail display spell
so you can find the spell DB which have been changed to work with this
update on doldatadump
- 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
- Changed: Critical damage is added *after* style bonus
- Changed: Set immunity timer for stun/mez/root (!)
- Changed: Duration effects are not applied to dead targets
- Bugfix: Style effects work on players and are executed after weapon damage
- Bugfix: Division by zero in Merchant PlayerSell
null checks
J'ajoute, que la base de donnée des sorts a subit un important changement.
Veuillez signaler ici tout ce qui n'est PAS normal
(oubliez la disparition des sorts de plus petit level, cela est normal)
Merci.