I got these from curse’s beta database they are currently working on. Go here for more items. These are some new craftable items that showed up in the database, there are at least 2 new master swordsmith items and at least 1 mace and 1 axe items.
A couple weeks ago I started working on an application to work on my WinAPI skills, which is turning out to be quite a large and ambitious project. It is called JbWarc, an advanced World of Warcraft calculator designed to tweak your endgame character as well as pre-endgame characters.
I found the need for such an application when I used to play awhile back. Trying to calculate what my warriors HP with multiple buffs and other modifiers was quite difficult with a simple calculator.
A big feature I wish to include that you rarely find is melee “damage potential”. Total damage effectiveness is calculated after many different variables are included, such as +weapon skill, +hit, attack power, gear, chance of avoidance, chance of glancing, defense, weapon dps, talents/racial talents, buffs, from both player and mob.
However, there are still many technical hurdles I must overcome to put it all together. To get it working, I still have to implement:
- Loading the entire spell database and parse all the buff/debuffs and enchants
- Putting together a complete item database from other available online databases
- Implementing a system that handles item&spell buffs+debuffs correctly
These are just a handful, but the most important at the moment.
If you would like to help contribute to the project, or if you have any suggestions, please send me an email.
Broadcatch Fixer is a small web app I put together based off of RSSAtellite, which fixes torrent RSS feeds from popular BitTorrent trackers. Some of these BitTorrent trackers do not supply direct links to their .torrent files via RSS, this utility corrects that issue and enables your Broadcatching program to retrieve them properly.
I’m still working on adding more trackers, if you have any suggestions you can comment or email me.
You can learn more about it here.
I have released a new version of my WDBtoCSV program, with some bug fixes and a linux binary. You can get it here.
Changelog:
Version 1.2 - August 4, 2006
* Added: Linux binary
* Added: doallwdb.bat which converts all known wdb files into csv
* Removed: ‘press any key to continue’, allowing batch jobs
* Fixed: Bitmask bugs
* Fixed: Bugs when parsing certain line feeds
* Fixed: Giving incorrect readout of parsed records
* Updated: Field definitions
Continuing with my Narbacular Drop facination I decided to put together a speed run, I’m pretty sure as of now it’s the fastest completion out there. Check it out (decided to use google video this time)…
edit: My personal best got blasted out of the water, check out this speed run.
I spent some time playing Narbacular Drop today, It’s an independant game made by a group from Digipen. It features a unique Portal system similar to the upcoming game from Valve, Portal. Many of the people from Drop were hired by Valve and are now working on Portal for the source engine, which will be included with Episode 2 when it is released. The game is amazing, The Portal mechanic opens up so many gameplay possibilities, and it’s also just fun to mess around with (quality is bad I know):
Welcome to version 2 of Jb55.com! The old stylesheet is most likely still in your cache if you have been here before, if so, press ctrl+f5 to do a fresh reload.
If you see any problems, please email me or post a comment so that I can fix it asap.
I just finished fixing up most of the bugs and the converter is ready for release. It converts all WDB files, including wowcache.wdb, into comma-delimited CSVs; and has the latest definitions from hackwow.com. I also included a feature that automatically detects changes in some cache files, allowing it to automatically adjust fieldsizes incase of an update. On some of the other cache files, however, it disguises the number of fields that they possess; so if a change is made, the program will most likely need an update.
I have also included the source so that you can edit field definitions if you wish.
EDIT: I fixed some errors that were crashing when converting questcache.wdb.
Download WDB to CSB Converter
Screenshot (png ~100kb)
I took some time away from my wowdb program to put a quick WDB to CSV converter together. It’s about 60% done and I expect to be finished sometime next week. When I’m done you should be able to convert every WDB except for the wowcache.wdb, which seems to be comprised of 4-bytes records that are either encrypted or useless at the moment.
Unlike the DBC to CSV converter already available, the WDB to CSV converter will have its own definition file so that it doesn’t have to guess each field type. This will result in more accurate field readings, but the downside is the definitions will have to be updated if a new field is added. I’m working on creating an external definition file that the user can edit, but it probably won’t be in the first release.
Back to work!
