To determine the amount of fluffy kills needed use this:
Code: Select all
set $@Fluffy_Min, 1 + (BaseLevel*7)/10;
Code: Select all
if ($@Fluffy_Kills < $@Fluffy_Min)
You will need to round this up to get the total number you need to kill
ex: 1+(99*7)/10 = 70.3
here you will need 71, as 70 will be less than 70.3.
Another ex: 1+(80*7)/10 = 57
In this example, no rounding is neccesary; however, you will need to kill MORE than this number. Therefore, you will actually need to kill 58
Enjoy the fights!
Also, I would be interested in seeing any strategies to avoiding yetis
