Needed Custome drop table

11/24/2013 06:35 mlejnek2#1
anyone have a custome drop table with the new pet cards in it and no junk no player cards and such and have d3 dura droping for cube also tyvm if you can shar would be great
11/25/2013 00:54 wisp66#2
im sure someone may but they probly wont release it i havent worked on drop tables since 6.2 and there has been changes in the tables since then from my understanding there much easier to read now if i ever get around to it perhaps ill release something altho it would be excluded as a project outside rappelz-reborns droptables anything we have custom there wont be released in honor of the developers involved unless they wish it to be
11/25/2013 20:54 TheOnlyOneRaskim#3
Understanding and editiing the Drop Tables are quiet easy.

Every Mob has a reference to the monsterdroptableresource (drop_table_link_id)

the monsterdroptableresource could be split into 10 parts (sub_id)

and every of these sub_id contains the reference to the DropGroupResource.

Allow me an Quick example :

11/25/2013 22:53 mlejnek2#4
lol ya must be realy easy with that tool not everone has a tool like that lol :) and tyvm
11/26/2013 22:32 TheOnlyOneRaskim#5
Quote:
Originally Posted by mlejnek2 View Post
lol ya must be realy easy with that tool not everone has a tool like that lol :) and tyvm
Everyone is able to learn C# and create such kind of Tools. ;)