i waste 5 days to make this thing work, but i couldn't make it.
my problem is about SCF_ItemDropRate,
i set jewel to drop to any mobs and in any map, but nothings happened.. i read sir @4FUNer reply to one of the thread here about ItemDropRate also, that is is misconfig. and i do search in all server files but still i havent get the right answer on my problem, that's why i made another thread here about this so other people can explain to me the exact problem.
here's me ItemDropRate code.
SERVER VERSION:
11.70.52
Code://======================================================================================================================= //SCF Item Drop Rate System //www.darksideofmu.com //DaRKav Revision [MAX ITEMS = 1000] //======================================================================================================================= //Type - Section of them (0,1,2 etc...) //Index - Id of item in that above section //Level - Level of item to be dropped (+1 will drop +1) //ZOpt - z28 Option (1 = +4, 2 = +8, etc...) //Luck - Has luck on item (1 - YES/0 - NO) //Skill - Has skill on item (1 - YES/0 - NO) //Dur - Item durability (0 to 255) //ExcNum - Number of random excellent options (0 = OFF, 1 to 6 = random range, 7 = full exc options) //Rate - Item drop rate (out of 10000) //VipRate - Item drop rate (out of 10000) for VIP users (-1 = use regular drop rate) //NoTrade - Item will drop with FFFFFFFF serial as untradeable (1 - ON/0 - OFF) //MobId - If specific monster needs to drop that item (-1=any monster) //MinLvl - Minimum monster level to drop the desired item (0 to 200) //MaxLvl - Maximum monster level to drop the desired item (0 to 200) //DropMap - Number of map to drop specific item (-1=all map) //======================================================================================================================= //Type Index Level ZOpt Luck Skill Dur ExcNum Rate VipRate NoTrade MobId MinLvl MaxLvl DropMap //======================================================================================================================= 0 //Regular Jewels Drop 12 15 0 0 0 0 1 0 10000 15 0 -1 0 200 -1 //Jewel of Chaos 14 13 0 0 0 0 1 0 10000 13 0 -1 0 200 -1 //Jewel of Bless 14 14 0 0 0 0 1 0 10000 14 0 -1 0 200 -1 //Jewel of Soul 14 16 0 0 0 0 1 0 10000 10 0 -1 0 200 -1 //Jewel of Life 14 22 0 0 0 0 1 0 10000 10 0 -1 0 200 -1 //Jewel of Creation 14 41 0 0 0 0 1 0 10000 6 0 -1 0 200 -1 //Jewel of Harmony end
any help will be much appreciated...
thank you guys in advance.





