Hello, I would like my elemental sword to not be stack-able.
In order to do so, i found a script on rathena which I reproduced on one of my script :
function script test {
set .@count, (getequipid(3)==13414?1:0)+(getequipid(4)==13414?1:0);
if(.@count==1) {
bonus3...