Premium Multisells

The fastest way is to create a custom bypass, where you check the player for premium
Java:
public void Ex_CustomMultisell() {
    Player player = this.getSelf();
    if (player != null && player.hasBonus()) {
        MultiSellHolder.getInstance().SeparateAndSend(MULTISELL, player, 0.0);
    }
}
 
The fastest way is to create a custom bypass, where you check the player for premium
Java:
public void Ex_CustomMultisell() {
    Player player = this.getSelf();
    if (player != null && player.hasBonus()) {
        MultiSellHolder.getInstance().SeparateAndSend(MULTISELL, player, 0.0);
    }
}
how i can add this ?
 
ok thank you , but can you help me to undestand how i can add this code i mean how to write it on a new file. i dont believe that i must add only those line.
can you create it and send me to undestand it
 
Back
Top