How to restrict buff by player level?

https://lucera2.com/threads/how-to-work-with-a-buffer-and-to-do-a-premium-buff.1421/

<consume>
<item id="57" amount="200000" from_level="20"/> Thus, the player before the 20th will be buff free
</consume>
or like that

<template menuId="126" target="BUFF_PLAYER" minLevel="51">
<consume>
<item id="57" amount="200000" />
</consume>
<produce>
<skill id="1068" level="3" />
<skill id="1040" level="3" />
<skill id="1086" level="2" />
</produce>
</template>
 
Back
Top