Quote:
Originally Posted by wechatspeed
Where i can find the file setting for remove get auto Ep and Pp when i kill the monster ? I want remove it from my server .
|
if you wanne remove it from all monsters log in on a PM account, kill the monster and see that cq_action pops up.
remove it in cq_action and cq_monstertype (action table) for complete remove.
or change in cq_action the e_money += ? to "0"
if you like it to drop bags, or give it a low drop and not on every monster if you want it to drop random bags or whatever... you have to add a new codeline
add a new code line like this in between
you have 2 choices:
Code:
ACTION_RANDOMACTION = 122, // stochastic Action “action0 action1… action7 " altogether 8, select a execution
and
ACTION_RANDOM = 121, // examines along with the probability."data1 data2".“10 100 " the expression has 1/10 opportunity to be true.