Nạp ATM
Nạp ATM/Banking - Hỗ trợ nạp tiền ngân hàng tự động thông qua dịch vụ SePay





Last updated
Nạp ATM/Banking - Hỗ trợ nạp tiền ngân hàng tự động thông qua dịch vụ SePay





Last updated
# Reward Calculation
# Formula: reward = (deposit_amount * process_multiplier) * reward_multiplier
# Vi du: process_multiplier: 0.0001 nghia la 10,000 VND * 0.0001 = 1 reward
process_multiplier: 0.0001
# Reward Commands
# Placeholders:
# %player% - Ten nguoi choi
# %amount% - So tien nap (VND)
# %processed_amount% - So thuong da tinh (amount * process_multiplier * reward_multiplier)
rewards:
- "give %player% diamond %processed_amount%"
- "eco give %player% %amount%"# He so nhan thuong (phai >= 1)
# Neu dat la 2, tat ca cac lenh thuong se duoc thuc thi 2 lan
# Vi du: reward_multiplier: 2 va thuong la "give %player% diamond 1"
# -> Nguoi choi se nhan 2 diamond (lenh chay 2 lan)
reward_multiplier: 1