
- Bugfix: small bugfix in weather. hope it work now
- Bugfix: respect formula seems to lost point so i have change the formula
- Bugfix: Quest Journal is now displayed correctly
- Changed: GamePlayer.IsDoingQuest(typeof_quest) returns the current active quest of the specific type or null if the player isn't doing it.
- Changed: Empty Regions don't display any 0 objects loade init messages anymore
- Changed: Moved "ExcempleQuest.cs" from "scripts/Quest/ExcempleQuest.cs" to
"scripts/quests/examples/HelpSirQuait.cs"
- New: GamePlayer.HasFinishedQuest(typeof_quest) returns the number of times the player has finished this quest. See HelpSirQuait for demo...
- New: AbstractQuest.AbortQuest() to remove a quest from the player and the database as if the player has never had it...
- New: Armsman level5 items added to db and trainer
- cleaned project file from crafting entries (CVS was not compileable)
- Bugfix: good time between 2 quickcast and quickcast effect
- New: Abilities are loaded from db now
- Changed: Mob HP fits now original very close