just wondering is there a way to put a cool down into this script and disable for pvp and woe
- script AutoRevive -1,{
OnPCDieEvent:
.@item_id = 5022;
if( isequipped( .@item_id ) ){
sleep2 1000;
atcommand "@alive";
}
end;
}
thanks in advance
hey guys does anyone have a copy of
vendors ring and also the falcon ring server side i only have a really old one from eathena days
also is there a way to turn a ring or a card into auto loot when equipped,
i was thinking maybe something like itemskill "BS_GREED" is there a way to make it permanent when the item is equipped
thanks,