-
Account Upgraded | Title Enabled!
[help]drop datas
hi all!!!
just want to know if someone knows how to build the drop datas(.mdd files)
structure...tools...anything
-
-
Account Upgraded | Title Enabled!
Re: [help]drop datas
for which server ? rhisis or osa ? (if it's for caali there is a post here explaining how they are coded but that against rules)
-
Alpha Member
Re: [help]drop datas
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.
-
Account Upgraded | Title Enabled!
Re: [help]drop datas
all i found is the How to edit monster drops...thats not what i want to
-
Account Upgraded | Title Enabled!
Re: [help]drop datas
This is for Caali files, isn't it?
There aren't any tools to open .mdd files as far as I know.
-
Account Upgraded | Title Enabled!
Re: [help]drop datas
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
-
Account Upgraded | Title Enabled!
Re: [help]drop datas
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
-
Account Upgraded | Title Enabled!
Re: [help]drop datas
i know that BBim...but what do i use to make a .mdd file?
-
Account Upgraded | Title Enabled!
Re: [help]drop datas
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
-
Account Upgraded | Title Enabled!
Re: [help]drop datas
but i dont want to edit it since the current ones are weak...i want to build some new ones
-
Account Upgraded | Title Enabled!
Re: [help]drop datas
So do it using hex editor lol
Its not just for changing what is done but adding and deleting things too.
-
Account Upgraded | Title Enabled!
Re: [help]drop datas
i think i figured how it works...ill make some tests and if i get some working stuff ill release it