2 questions

07/15/2014 08:11 xworldx#1
Can somebody tell me, what is dam_multiply in mob_proto

and sesond question
how to reduce lancet of yangs by killing lots of mobs


thank you
07/15/2014 10:21 terron#2
dam_multiply is some parameter which changes mob's damage of hits and skills. It works like this simple example:
Total damage = (st + dx + [..other parameters..] + max_damage) * dam_multiply

About second question I can't say exactly, but you must change 'rank' column in mob_proto. Values 0, 1, 2 and 3 don't have chance to drop yang bombs.

Sorry for bad english. With best regards.
07/15/2014 11:39 xworldx#3
Thank you .. perfect.
Do you now, what is different between rank 0, 1 , 2 , 3 ?
07/15/2014 11:59 lfcmaus#4
0 stufe 1
1 stufe 2
2 stufe 3
3 stufe 4
4 stufe 5
5 metin/boss

i think

but right is.:

0 - 1 rank
1 - 2 rank
2 - 3 rank
3 - 4 rank
4 - boss
5 - 5 rank
07/15/2014 12:12 terron#5
0 - 1 rank
1 - 2 rank
2 - 3 rank
3 - 4 rank
4 - boss
5 - 5 rank

I guess between 0, 1, 2 and 3 is no difference.
07/15/2014 12:19 lfcmaus#6
Quote:
I guess between 0, 1, 2 and 3 is no difference.
its not correct

common_drop works with this ranks for different drops
07/15/2014 15:11 xworldx#7
higher rank = more items from common_drop_item?