Kafra points does not decrease..

heroji

New member
Messages
50
Points
0
Github
heroji562
prontera,166,170,1    trader    Potion Seller    4_F_EDEN_OFFICER,{
    OnInit:
    tradertype(NST_CUSTOM);
    sellitem Poring_Card,1;
    end;

// Here you configure the item you will need to purchase
OnCountFunds:
    setcurrency(#KAFRAPOINTS);
    end;

// Pays the value in bronze coins
OnPayFunds:
    if( #KAFRAPOINTS < @points )
        end;
    #KAFRAPOINTS -= @points;
    purchaseok();
    end;
}





Hello i have a problem when i try to buy the card the kafra points remains the same.. dont know why 😕 can someone help me please..

 
Back
Top