Help with Premium Buffs.

ssfontrab

Vagabond
For me, the condition "from_level" is not working correctly.

I've ran some tests about it, and here's what I saw:

1. If you have only 1 item as an condition it will work normally, like that:

<item id="57" amount="100000" from_level="40"/>

but, if you have more than 1 item as an condition, the "from_level" condition will not work, like that:

<item id="100001" amount="0" /> <!-- Premium Buff -->
<item id="100002" amount="0" /> <!-- Vote Buff Coin -->
<item id="100000" amount="1" from_level="40"/> <!-- Buff Coin -->

And it will be the same issue, even if I change the order of conditions.

Maybe I'm missing something? Please, help me out!
Screenshot_10.pngScreenshot_9.png
 
Back
Top