RafReward
Key |
Type |
Description
|
rewardID |
number |
|
itemID |
number |
|
rewardType |
Enum.RafRewardType |
|
petInfo |
RafPetInfo? |
|
mountInfo |
RafMountInfo? |
|
appearanceInfo |
RafAppearanceInfo? |
|
titleInfo |
RafTitleInfo? |
|
appearanceSetInfo |
RafAppearanceSetInfo? |
|
illusionInfo |
RafIllusionInfo? |
|
canClaim |
boolean |
|
claimed |
boolean |
|
repeatable |
boolean |
|
repeatableClaimCount |
number |
|
monthsRequired |
number |
|
monthCost |
number |
|
availableInMonths |
number |
|
iconID |
number |
|
|
Enum.RafRewardType
Value |
Key |
Description
|
0 |
Pet |
|
1 |
Mount |
|
2 |
Appearance |
|
3 |
Title |
|
4 |
GameTime |
|
5 |
AppearanceSet |
|
6 |
Illusion |
|
7 |
Invalid |
|
RafPetInfo
Key |
Type |
Description
|
creatureID |
number |
|
speciesID |
number |
|
displayID |
number |
|
speciesName |
string |
|
description |
string |
|
|
RafMountInfo
Key |
Type |
Description
|
spellID |
number |
|
mountID |
number |
|
RafAppearanceInfo
Key |
Type |
Description
|
appearanceID |
number |
|
RafTitleInfo
Key |
Type |
Description
|
titleMaskID |
number |
Added in 9.0.2
|
RafAppearanceSetInfo
Key |
Type |
Description
|
setID |
number |
|
setName |
string |
|
appearanceIDs |
number[] |
|
RafIllusionInfo
Key |
Type |
Description
|
spellItemEnchantmentID |
number |
|
|