Jump to content
  • 0
heroji

Kafra points does not decrease..

Question

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..

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.