yags
18th May 2007, 09:30
click (http://forums.openkore.com/viewtopic.php?t=28632)
I'm happy to announce the 4th beta release of OpenKore, version 1.9.3. It hasn't been easy - many developers were busy with their real lives. Some new contributors joined us while others left. I'd like to give my thanks to the following people, who have contributed to this release. Without them OpenKore would not be what it is today. Smile
* Darkfate: partial servertype 11 support.
* piroJOKE: server information updates and table files updates,
labels idea, partial servertype 13 support.
* Click: improved shop list randomization.
* Stalker: runFromTarget fix
* raizend: Top 10 packet parsers
* illusionist: Party fix, Guild Messages, top10 command, bRO support
* edeline: help with kRO server fixes.
* skseo: Korean translations and kRO fixes.
* Tatka: help with special character support in the Win32 console.
* heero: servertype 15 (pRO Thor) support.
* littlewens: Traditional Chinese translations.
* PlayingSafe: Fixes for big-endian systems, such as Mac-PPC.
* clarious: Help with vRO support.
* DInvalid: Correctly set character direction upon move, autoSwitch bugfix.
* Anarki: Monster ID support for mon_control.txt
* kanzo: ropp fix for XKoreProxy.
* xcv: Fix calculation of benchmark results and the autobuy AI.
* And of course, everybody in the existing OpenKore team. Smile See http://cia.navi.cx/stats/project/openkore
Here's a summary of the major changes in this release:
* When you start OpenKore, it will show you a friendly web interface, in which you can read project news (such as new OpenKore releases). You can also use it to open the OpenKore configuration folder, to choose a language and to start OpenKore.
* Lots and lots of bugs have been fixed. Most notably, many crashers, UTF-8 (character set handling) bugs and AI bugs have been fixed.
* Support for the following servers has been restored: vRO (Vietnam), rRO (Russia), euRO (Europe). Note that you need the ropp plugin in order to play on any of these servers.
* Support for new classes, such as Gunslinger and Ninja.
* We now support more platforms. OpenKore should now work correctly on FreeBSD, MacOS X and Sun Sparc.
* OpenKore has been translated to traditional Chinese.
* About 30% performance improvement compared to 1.9.2. This is because debugging has been disabled in this release.
How to report bugs
If you find a bug in this version, please report it at http://bugs.openkore.com/
Also please use the OpenKore Bug Database's search engine to see whether other people have already submitted the same bug.
Where to download this release
* Win32 binaries
* Field pack
* Source code
==== Detailed list of changes ====
Bug fixes:
* Fixed Party bug where the bot would follow any random player instead of the master
* isSelfSkill now works in monsterSkill blocks.
* Fixed homunculus_tankMode.
* Fixed inability to detect evolved homunculus state.
* Add Slim Pitcher to location skills list
* Skill timeout when runFromTarget is enabled fixed.
* Correctly support UTF-8 BOM characters.
* Correctly load skills.txt and avoid.txt as UTF-8.
* Fix sendQuitToCharSelect
* Fix Korean character encoding support.
* Fix kRO support.
* Fix vRO support.
* Fix support for FreeBSD, MacOS X and other Unix.
* Fix Sun Sparc support.
* Fix chat room creation.
* AutoSwitch will now not lose status effect like Twohand Quicken, when switching weapons.
New config options:
* dealAuto_names <list of player names>
If non-empty and dealAuto is set to 2 or 3, then bot will only deal with
players on the list. (Other players will be treated as dealAuto 0.)
* route_escape_shout <Message>
Makes kore look "human like" during bot checks which involves warping people to
maps without portals.
* pauseCharServer <seconds>
similar to pauseMapServer, pause for a number of seconds before connecting to
the char server
* shop_random <flag>
<flag> may now be 1 (for the old behavior) or 2 (for improved shop
list randomization). When set to 2, the shop list will first be mixed,
then the list of items to sell will be generated. When set to 1, the
the list of items to sell will first be generated, and then that
list will be mixed.
New features:
* Basic support for rRO (serverType 13) (Without attack, sit, stand and skill use)
* Basic support for pRO Thor (serverType 12) (Without attack, sit, stand and skill use)
* Basic support for euRO (serverType 11) (Without attack, sit, stand and skill use)
* Added route_escape_shout <Message> to somewhat avoid gm bot check.
* It is now possible to enter special characters into the OpenKore console on Windows.
* It is now possible to use simple block labels in "conf" command.
* It is now possible to use monster IDs in mon_control.txt
New commands:
* top10 <b|a|t|p> | <black|alche|tk|pk> | <blacksmith|alchemist|taekwon|pvp>
Displays the top 10 Blacksmiths, Alchemists, Taekwon and PVP ranks
* GM commands:
gmb : Broadcast a global message.
gmbb : Broadcast a global message in blue.
gmnb : Broadcast a nameless global message.
gmlb : Broadcast a local message.
gmlbb : Broadcast a local message in blue.
gmnlb : Broadcast a nameless local message.
gmmapmove : Move to the specified map.
gmcreate : Create items or monsters.
gmhide : Toggle perfect GM hide.
gmwarpto : Warp to a player.
gmsummon : Summon a player to you.
gmdc : Disconnect a player AID.
gmresetskill : Reset your skills.
gmresetstate : Reset your stats.
gmmute : Increase player mute time.
gmunmute : Decrease player mute time.
gmkillall : Disconnect all users.
Internal:
* Changed bRO server to use Secure Login
* Implemented Guild Kick / Guild Leave messages
* A new, object-oriented framework for message sending has been implemented.
* The beginning of a new, object-oriented task framework has been implemented. This will eventually replace the old AI framework.
* The IPC framework has been entirely replaced by the OpenKore bus system.
I'm happy to announce the 4th beta release of OpenKore, version 1.9.3. It hasn't been easy - many developers were busy with their real lives. Some new contributors joined us while others left. I'd like to give my thanks to the following people, who have contributed to this release. Without them OpenKore would not be what it is today. Smile
* Darkfate: partial servertype 11 support.
* piroJOKE: server information updates and table files updates,
labels idea, partial servertype 13 support.
* Click: improved shop list randomization.
* Stalker: runFromTarget fix
* raizend: Top 10 packet parsers
* illusionist: Party fix, Guild Messages, top10 command, bRO support
* edeline: help with kRO server fixes.
* skseo: Korean translations and kRO fixes.
* Tatka: help with special character support in the Win32 console.
* heero: servertype 15 (pRO Thor) support.
* littlewens: Traditional Chinese translations.
* PlayingSafe: Fixes for big-endian systems, such as Mac-PPC.
* clarious: Help with vRO support.
* DInvalid: Correctly set character direction upon move, autoSwitch bugfix.
* Anarki: Monster ID support for mon_control.txt
* kanzo: ropp fix for XKoreProxy.
* xcv: Fix calculation of benchmark results and the autobuy AI.
* And of course, everybody in the existing OpenKore team. Smile See http://cia.navi.cx/stats/project/openkore
Here's a summary of the major changes in this release:
* When you start OpenKore, it will show you a friendly web interface, in which you can read project news (such as new OpenKore releases). You can also use it to open the OpenKore configuration folder, to choose a language and to start OpenKore.
* Lots and lots of bugs have been fixed. Most notably, many crashers, UTF-8 (character set handling) bugs and AI bugs have been fixed.
* Support for the following servers has been restored: vRO (Vietnam), rRO (Russia), euRO (Europe). Note that you need the ropp plugin in order to play on any of these servers.
* Support for new classes, such as Gunslinger and Ninja.
* We now support more platforms. OpenKore should now work correctly on FreeBSD, MacOS X and Sun Sparc.
* OpenKore has been translated to traditional Chinese.
* About 30% performance improvement compared to 1.9.2. This is because debugging has been disabled in this release.
How to report bugs
If you find a bug in this version, please report it at http://bugs.openkore.com/
Also please use the OpenKore Bug Database's search engine to see whether other people have already submitted the same bug.
Where to download this release
* Win32 binaries
* Field pack
* Source code
==== Detailed list of changes ====
Bug fixes:
* Fixed Party bug where the bot would follow any random player instead of the master
* isSelfSkill now works in monsterSkill blocks.
* Fixed homunculus_tankMode.
* Fixed inability to detect evolved homunculus state.
* Add Slim Pitcher to location skills list
* Skill timeout when runFromTarget is enabled fixed.
* Correctly support UTF-8 BOM characters.
* Correctly load skills.txt and avoid.txt as UTF-8.
* Fix sendQuitToCharSelect
* Fix Korean character encoding support.
* Fix kRO support.
* Fix vRO support.
* Fix support for FreeBSD, MacOS X and other Unix.
* Fix Sun Sparc support.
* Fix chat room creation.
* AutoSwitch will now not lose status effect like Twohand Quicken, when switching weapons.
New config options:
* dealAuto_names <list of player names>
If non-empty and dealAuto is set to 2 or 3, then bot will only deal with
players on the list. (Other players will be treated as dealAuto 0.)
* route_escape_shout <Message>
Makes kore look "human like" during bot checks which involves warping people to
maps without portals.
* pauseCharServer <seconds>
similar to pauseMapServer, pause for a number of seconds before connecting to
the char server
* shop_random <flag>
<flag> may now be 1 (for the old behavior) or 2 (for improved shop
list randomization). When set to 2, the shop list will first be mixed,
then the list of items to sell will be generated. When set to 1, the
the list of items to sell will first be generated, and then that
list will be mixed.
New features:
* Basic support for rRO (serverType 13) (Without attack, sit, stand and skill use)
* Basic support for pRO Thor (serverType 12) (Without attack, sit, stand and skill use)
* Basic support for euRO (serverType 11) (Without attack, sit, stand and skill use)
* Added route_escape_shout <Message> to somewhat avoid gm bot check.
* It is now possible to enter special characters into the OpenKore console on Windows.
* It is now possible to use simple block labels in "conf" command.
* It is now possible to use monster IDs in mon_control.txt
New commands:
* top10 <b|a|t|p> | <black|alche|tk|pk> | <blacksmith|alchemist|taekwon|pvp>
Displays the top 10 Blacksmiths, Alchemists, Taekwon and PVP ranks
* GM commands:
gmb : Broadcast a global message.
gmbb : Broadcast a global message in blue.
gmnb : Broadcast a nameless global message.
gmlb : Broadcast a local message.
gmlbb : Broadcast a local message in blue.
gmnlb : Broadcast a nameless local message.
gmmapmove : Move to the specified map.
gmcreate : Create items or monsters.
gmhide : Toggle perfect GM hide.
gmwarpto : Warp to a player.
gmsummon : Summon a player to you.
gmdc : Disconnect a player AID.
gmresetskill : Reset your skills.
gmresetstate : Reset your stats.
gmmute : Increase player mute time.
gmunmute : Decrease player mute time.
gmkillall : Disconnect all users.
Internal:
* Changed bRO server to use Secure Login
* Implemented Guild Kick / Guild Leave messages
* A new, object-oriented framework for message sending has been implemented.
* The beginning of a new, object-oriented task framework has been implemented. This will eventually replace the old AI framework.
* The IPC framework has been entirely replaced by the OpenKore bus system.