Jump to content

STONES +4 DROP RATE


Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

open constants.cpp and search for 

const SStoneDropInfo aStoneDrop[STONE_INFO_MAX_NUM] =

you will see this 

	//  mob		pct	{+0	+1	+2	+3	+4}
	{8005,	60,	{30,	30,	30,	9,	1}	},
	{8006,	60,	{28,	29,	31,	11,	1}	},
	{8007,	60,	{24,	29,	32,	13,	2}	},
	{8008,	60,	{22,	28,	33,	15,	2}	},
	{8009,	60,	{21,	27,	33,	17,	2}	},
	{8010,	60,	{18,	26,	34,	20,	2}	},
	{8011,	60,	{14,	26,	35,	22,	3}	},
	{8012,	60,	{10,	26,	37,	24,	3}	},
	{8013,	60,	{2,		26,	40,	29,	3}	},
	{8014,	60,	{0,		26,	41,	30,	3}	},
	{8024,	60,	{1,		26,	41,	30,	3}	},
	{8025,	60,	{3,		26,	41,	30,	3}	},
	{8026,	60,	{4,		26,	41,	30,	3}	},
	{8027,	60,	{5,		26,	41,	30,	3}	},

just change like you want

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.