MapleArchive Drop Data Fetcher
Hey there!
So not too long ago Simon/SuperLol released their Hidden-Street drop obtainer script. It's a great release and I'm glad he released it.
However, Hidden-Street is outdated since... well, pretty much ever, so it's not a good idea to get the drops from there. I decided to make a modified version of the script that works with MapleArchive (Maple Archive @ GMS 120.1 · MapleStory Library | Monster Drops, Equipments, Recipe Ingredients, Skills, Quest, Maps, Character Cards, Inner Abilities, NPCs, Background Music) instead. MapleArchive is usually up-to-date, and it's also easier to work with (it gives the IDs, not only the names! :laugh:)
I also added some output text to show the progress. I find it useful, so yeah.
Here it is:
DropFetcher.java - Missing drop sections FIXED!
[Java] MapleArchive Drop Fetcher - DropFetcher.java - Pastebin.com
DropEntry.java
[Java] MapleArchive Drop Fetcher - DropEntry.java - Pastebin.com
I know some of you may think this is written very bad, but it works so who cares?
How to use this:
- Create a new package under the "tools" package in your source and name it "dropfetcher".
- Put the above files there.
- Compile.
- Run the DropFetcher class. If you have no idea how, create a new batch file in your main directory and paste this inside:
PHP Code:
@echo off
@title MapleArchive Drop Fetcher
set CLASSPATH=.;dist\*
java -Dnet.sf.odinms.wzpath=wz\ tools.dropfetcher.DropFetcher
pause
Then run it.
That's it!
If you're too lazy to run the tool and just want the v120 drops, here's the one I made:
http://www.directmirror.com/files/UXKK3TJA - FIXED
Credits:
Most of the credits go to Simon/SuperLol, the original writers. I just modified it to work with MapleArchive.
Thanks for reading. I hope you'll find some good use in this.
~Sonic
Re: MapleArchive Drop Data Fetcher
Are the drop chances GMS Like?
Re: MapleArchive Drop Data Fetcher
Quote:
Originally Posted by
Leatty
Are the drop chances GMS Like?
Not really. MapleArchive doesn't hold the drop chances, and I have no idea where to get the GMS chances from, so they're estimated with what Simon/SuperLol did.
Re: MapleArchive Drop Data Fetcher
Quote:
Originally Posted by
Leatty
Are the drop chances GMS Like?
It looks so.
Re: MapleArchive Drop Data Fetcher
Quote:
Originally Posted by
SuPeR SoNiC
Not really. MapleArchive doesn't hold the drop chances, and I have no idea where to get the GMS chances from, so they're estimated with what Simon/SuperLol did.
Yeah, that's what we had to do when we made ours a couple months ago. ¬¬
Re: MapleArchive Drop Data Fetcher
I don't know but why the hidden-street's drop is more than maplearchieve?
Hidden-street one got 33744 lines while MapleArchieve only got less than 25k.
Re: MapleArchive Drop Data Fetcher
Quote:
Originally Posted by
edwinkbs
I don't know but why the hidden-street's drop is more than maplearchieve?
Hidden-street one got 33744 lines while MapleArchieve only got less than 25k.
That doesn't say whether it's more accurate or not. Most names on hidden-street are lame, so sometimes two items are found. ID > name
Re: MapleArchive Drop Data Fetcher
Quote:
Originally Posted by
kevintjuh93
That doesn't say whether it's more accurate or not. Most names on hidden-street are lame, so sometimes two items are found. ID > name
Yup. Many items in MapleStory share the same name. Hidden-Street uses names instead of IDs, so when you fetch the drops from it you can get a few IDs for a name.
Re: MapleArchive Drop Data Fetcher
Hilla's drops are missing? lol
Re: MapleArchive Drop Data Fetcher
Whoops! Seems like I missed quite a few item drop sections that Maple Archive has (Skill books, Mastery books, Throwing stars etc.). Thanks to edwinkbs for showing me that.
I fixed the code - you might wanna get a new SQL file now.
Sorry for that. :P
Re: MapleArchive Drop Data Fetcher
This is a great release! Many things on basil/ hidden have not been updated for centuries. I think you can find the drop chances from the wz files (I am not sure, but I do notice that feil from southperry is able to get the drop chances last time I checked).
Re: MapleArchive Drop Data Fetcher
Quote:
Originally Posted by
even
This is a great release! Many things on basil/ hidden have not been updated for centuries. I think you can find the drop chances from the wz files (I am not sure, but I do notice that feil from southperry is able to get the drop chances last time I checked).
Glad you like it. :)
As for the drop chances, I'm pretty sure they no longer exist in the WZ files. I'll look into this feil guy, though.
By the way, I uploaded a new dump for you. God knows why, but it's even smaller now... O_O
Re: MapleArchive Drop Data Fetcher
Bosses like Hilla are missing drops, and there are no canes D: add it please.
Re: MapleArchive Drop Data Fetcher
This isn't for v83s right?
Re: MapleArchive Drop Data Fetcher
A lot of monsters have 1-15 entries of the same item id.