[help]drop datas

Elite Diviner
Joined
Oct 5, 2008
Messages
464
Reaction score
1
hi all!!!

just want to know if someone knows how to build the drop datas(.mdd files)

structure...tools...anything
 
just take a look in the res files. all the mobs have them coded into one big file of each of the stuff. although you would need to translate some of the korean into manageable english.

.mdd was posted somewhere on the forum most likely in the release section.
 
im not asking a tool im asking if someone know how those files are made


note -> can be hex edited but this wont fix anything since u can only change the quest item
 
min penya
max penya
item count
[repeats until item count]
item id
item drop chance
idk
idk
idk
[/]
something count
[reapets until something count]
idk
idk
idk
idk
[/]
all of them are double word little endian.
not hard to figure them yourself anyway...
Also they are pretty much the same as a file at data.res
 
Any hex editor(google for one :P)
Notepad++ with a plugin is my favorite, not much hex editing features but notepad++ is one of my favorite softwares :P
 
Back