[Release]Unused Item ID Scanner

03/24/2011 06:24 Zektor#1
Update 06.09.2013 -
I recoded this application from scratch using a different approach on parsing. This makes finding available item ID's pretty much instantaneous.
I haven't thoroughly tested this application thoroughly for bugs, so I'm not entirely sure it would work flawlessly, but it should do as intended.

Download:
[Only registered and activated users can see links. Click Here To Register...]




----



Hey guys, I've noticed how the original version was going very slow, and that it frequently crashed for some people, I've managed to resolve all of the old bugs, and issues.
I've also noticed that there were compatibility issues since it used .NET Framework 4.0, this new one should use 2.0 meaning no requirements for updating your Framework.

I'm now reading each file and putting the ID's into a unsigned short array, then using those values and putting them as index
for a byte array with the value 1 (indicating its being used). Then once all files have been processed this way, I run a final for loop to grab all the unused ids, and write them to a file.

Download:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

Installation/Use Instructions:
1. Place the exe where itemweapon.csv, itemarmor.csv, itemetc.csv, and itemcash.csv are located.
2. Run the application.
3. Open the Unused Ids.txt file to get all your unused ids!

Enjoy guys.
03/24/2011 10:09 shankle#2
Not tried it yet but i give thx

It works...thx again
03/24/2011 11:17 =Seph=#3
Well crashes for me ;/
03/24/2011 15:38 daddycool.#4
Thanks for share, if you have any monster spawn editor will be nice :D

Quote:
Originally Posted by yosef07212 View Post
Well crashes for me ;/
You need to put this at ./share/item/ folder.
03/24/2011 15:48 =Seph=#5
Quote:
Originally Posted by daddycool. View Post
Thanks for share, if you have any monster spawn editor will be nice :D



You need to put this at ./share/item/ folder.
Im not stupid >.> ofc i did that
edit:couldnt find the editor :(
edit 2:same Problem as Harmony
03/24/2011 15:58 [DEV]Harmony#6
.exe stopped working.

Yes I tried to run it as an admin as well.

Doesn't work on vista I guess?

Edit:

Doesn't work for me on XP also. the exe crashes.
03/24/2011 16:11 daddycool.#7
Tested at Win 7 x64 and works great.
03/24/2011 20:09 gedimazs#8
Win XP SP3 32bit working fine
03/24/2011 20:15 =Seph=#9
Quote:
Originally Posted by daddycool. View Post
Tested at Win 7 x64 and works great.
same but crashes
03/24/2011 20:39 daddycool.#10
Try update your .NET Framework
03/24/2011 20:56 Zektor#11
Make sure the second line and all lines after it (first column) all have valid numbers. Also make sure you don't have those file's opened, usually it crashes if the files being accessed.

I made it skip the first line since it usually contains column identifications (e.g. index,date, etc).
03/25/2011 16:32 insteadof#12
pls Guide video if you can :(, me noob English :D
03/25/2011 16:41 vikitooo#13
You want guide on double clicking an exe?
Put it in data/share/item and run it...
How hard is it?
05/16/2011 23:41 gondudy#14
wont work i have vista pops up a dekaronevolution launcher
05/17/2011 02:14 daddycool.#15
If you have empty lines at .csv files (itemarmor.csv, itemcash.csv, itemetc.csv and itemweapon.csv) it won't work.