TPStashEvent.LevelUpEquipment
TPStashEvent.LevelUpEquipment(
userId,
character_uuid,
item_slug,
item_level_to,
item_level_from
)
Description
LevelUpEquipment collects the events that occur when the character raises an equipment’s level.
|
Parameters
Name | Description | Required | ||
---|---|---|---|---|
UserId |
Player’s unique user ID (not a character’s ID) that is given by Roblox: Player.UserId |
Required |
||
character_uuid |
Player’s character’s unique lD
|
Required |
||
item_slug |
Unique identifier of the item (for example, "weapon_sword_dagger" and "shield_kite_rare") |
Required |
||
item_level_to |
Character’s item’s level after the level up |
Required |
||
item_level_from |
Character’s item’s level before the level up |
Optional |