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