[wpdev-commits] xmlscripts/documentation/webroot ChangeLog.wolfpack,1.39,1.40
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-08-14 05:45:14
|
Update of /cvsroot/wpdev/xmlscripts/documentation/webroot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21217/documentation/webroot Modified Files: ChangeLog.wolfpack Log Message: Updated the changelog Index: ChangeLog.wolfpack =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/documentation/webroot/ChangeLog.wolfpack,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** ChangeLog.wolfpack 13 Aug 2004 05:05:14 -0000 1.39 --- ChangeLog.wolfpack 14 Aug 2004 05:44:58 -0000 1.40 *************** *** 27,34 **** - Added status on MySQL/SQLite modules. - New Python getProperty method. ! - Fixed a possible bug with the Python interface ( Possibly source of crashing bugs ) - Property item.magic is now item.movable ! - (Configurable) Speedhack Countermeasure (See Anti Speed Hack settings in the General group) - Added some additional checking to wolfpack.pro --- 27,34 ---- - Added status on MySQL/SQLite modules. - New Python getProperty method. ! - Fixed a possible bug with the Python interface ( Possibly source of crashing bugs ) - Property item.magic is now item.movable ! - (Configurable) Speedhack Countermeasure (See Anti Speed Hack settings in the General group) - Added some additional checking to wolfpack.pro *************** *** 36,39 **** --- 36,41 ---- - Fixes for mul and diff files. Haven should now work. + - Database Change: + items.magic is now items.movable * Definition Changes: - Fixed Sheep definitions *************** *** 96,100 **** Inscription - Thanks to khpae - Decoration Saving ! - Magic fixes: Fire, Poison, Energy and Paralyze fields should work better. Mass dispell can now wipe out these fields. --- 98,102 ---- Inscription - Thanks to khpae - Decoration Saving ! - Magic fixes: Fire, Poison, Energy and Paralyze fields should work better. Mass dispell can now wipe out these fields. *************** *** 103,107 **** For scrolls the following rules are in effect: 50% decreased mana usage. ! The effective circle for measuring the skill requirement is lowered by two. when casting from a scroll. --- 105,109 ---- For scrolls the following rules are in effect: 50% decreased mana usage. ! The effective circle for measuring the skill requirement is lowered by two. when casting from a scroll. *************** *** 138,144 **** - Spawnregions save spawned NPCs. - Multi tables removed, being redone. ! - Item.type and other properties are no longer saved, uses base definitions. ! - Removed the `spawnregion` field from the `items`,`npcs` database tables. * Code Changes: --- 140,146 ---- - Spawnregions save spawned NPCs. - Multi tables removed, being redone. ! - Item.type and other properties are no longer saved, uses base definitions. ! - Removed the `spawnregion` field from the `items`,`npcs` database tables. * Code Changes: *************** *** 150,164 **** * Definition Changes: * Item Updates: ! - Colored platemail baseid mapping. This was overlooked and should fix armor bugs. - Added the new artwork/items from client 4.0.3a. * NPC Updates: - Several AoS NPCs added. Most NPCs should be added now. ! - Some NPCs such as orcs and lizardmen can now pull their id and skin from a list. - Lootlist improvements. - Stat adjustments. ( UO Stratics Data ) - Fame/Karma adjustments. ( UO Stratics Data ) ! - Basic loot list implimentation, most monsters should drop some gold/gems. * Region/Spawn Region Updates: --- 152,166 ---- * Definition Changes: * Item Updates: ! - Colored platemail baseid mapping. This was overlooked and should fix armor bugs. - Added the new artwork/items from client 4.0.3a. * NPC Updates: - Several AoS NPCs added. Most NPCs should be added now. ! - Some NPCs such as orcs and lizardmen can now pull their id and skin from a list. - Lootlist improvements. - Stat adjustments. ( UO Stratics Data ) - Fame/Karma adjustments. ( UO Stratics Data ) ! - Basic loot list implimentation, most monsters should drop some gold/gems. * Region/Spawn Region Updates: *************** *** 167,179 **** - Updated town spawns for felucca and trammel towns. * Misc. Updates: ! - Organized scripts.xml to be easier to read/check for missing scripts. * Python Script Changes: * Commands: ! - import/export now saves/imports the baseid and map values with WSC and TXT. - info updated, supports NPC properties a bit better. - freeze command added, toggles the frozen value. ! - dye updated to modify character skins. 'dye 0x0 will replace the skin with char.orgskin. * Loot System: --- 169,181 ---- - Updated town spawns for felucca and trammel towns. * Misc. Updates: ! - Organized scripts.xml to be easier to read/check for missing scripts. * Python Script Changes: * Commands: ! - import/export now saves/imports the baseid and map values with WSC and TXT. - info updated, supports NPC properties a bit better. - freeze command added, toggles the frozen value. ! - dye updated to modify character skins. 'dye 0x0 will replace the skin with char.orgskin. * Loot System: *************** *** 186,190 **** * System: - SQLite database optimization added. ! - Script system.debugging created to set different debugging options. - Support for the Open Door Macro --- 188,192 ---- * System: - SQLite database optimization added. ! - Script system.debugging created to set different debugging options. - Support for the Open Door Macro *************** *** 220,224 **** - Add fixes. * Definitions cleanup ! - Reorganized the definitions to be cleaner and easier to manage with updates. - Note: ./definitions.xml moved to ./definitions/index.xml --- 222,226 ---- - Add fixes. * Definitions cleanup ! - Reorganized the definitions to be cleaner and easier to manage with updates. - Note: ./definitions.xml moved to ./definitions/index.xml *************** *** 249,254 **** * Known bugs: - Necromancy/Paladin spells do not function, still in the works. ! - Non-functioning skills: ! Snooping, Inscription, Cartography, Animal Lore, Arms Lore, Enticement. - Reload (python) memory leak. --- 251,256 ---- * Known bugs: - Necromancy/Paladin spells do not function, still in the works. ! - Non-functioning skills: ! Snooping, Inscription, Cartography, Animal Lore, Arms Lore, Enticement. - Reload (python) memory leak. |