quest_money_reward
The `quest_money_reward` table
This table enables dynamically rewarding money dependent on player's level.
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| Level | MEDIUMINT | UNSIGNED | PRI | NO | 0 | ||
| Money0 | MEDIUMINT | UNSIGNED | NO | 0 | |||
| Money1 | MEDIUMINT | UNSIGNED | NO | 0 | |||
| Money2 | MEDIUMINT | UNSIGNED | NO | 0 | |||
| Money3 | MEDIUMINT | UNSIGNED | NO | 0 | |||
| Money4 | MEDIUMINT | UNSIGNED | NO | 0 | |||
| Money5 | MEDIUMINT | UNSIGNED | NO | 0 | |||
| Money6 | MEDIUMINT | UNSIGNED | NO | 0 | |||
| Money7 | MEDIUMINT | UNSIGNED | NO | 0 | |||
| Money8 | MEDIUMINT | UNSIGNED | NO | 0 | |||
| Money9 | MEDIUMINT | UNSIGNED | NO | 0 |
Description of the fields:
Level
Player's level
Money0
Money amount rewarded to player on specific level when RewardMoneyDifficulty is set to 0.
Money1
Money amount rewarded to player on specific level when RewardMoneyDifficulty is set to 1.
Money2
Money amount rewarded to player on specific level when RewardMoneyDifficulty is set to 2.
Money3
Money amount rewarded to player on specific level when RewardMoneyDifficulty is set to 3.
Money4
Money amount rewarded to player on specific level when RewardMoneyDifficulty is set to 4.
Money5
Money amount rewarded to player on specific level when RewardMoneyDifficulty is set to 5.
Money6
Money amount rewarded to player on specific level when RewardMoneyDifficulty is set to 6.
Money7
Money amount rewarded to player on specific level when RewardMoneyDifficulty is set to 7.
Money8
Money amount rewarded to player on specific level when RewardMoneyDifficulty is set to 8.
Money9
Money amount rewarded to player on specific level when RewardMoneyDifficulty is set to 9.