Question

07/17/2011 20:22 seraf2#1
ok guys im currently using jacks db just wanna say it is amaxing thanks alot :)

but there is somthing i wanna change his drop rates currently monsters drop 2700 eps cards when you click them it gives 100k eps i wanna return that to normal or make them like 5k drops also i wanna lower the chance of getting them can someone please help

thanks
07/18/2011 03:22 no_1#2
check the actions on this item
there will be an action something like this
Code:
6960001	6960002	0	1001	0	[COLOR="Red"]e_money += 2700[/COLOR]
In your cq_action the red part will be e_money +=100000
07/18/2011 03:25 ~Sword~Stalker~.#3
how to know this ..

open ur cq_itemtype . check the 2700 card's action . or in game while clicking on the card ull find the actions id .
07/21/2011 13:44 seraf2#4
bro i cant find the cq action part there isnt a emoney bit, just writes money ill fiddle with it also the item type is in chineese still so need to translate it
07/21/2011 17:35 shadowkiller990#5
well look for the item that is dropped then go to ur db open cq_itemtype move over till u see actionID then copy that number and go into Cq_actions then press crtl F and then paste the number in there look for there it says e_money += 100000 and change it to e_money += 5000 Or an easier way to find the id get the 2700 card that gets u 100,000eps and Use it on ur self and at the bottom left it shld tell u what ID its using then just write that number down and go back to cq_actions