RSS

Понедельник, 29.04.2024, 08:19
Главная » WoW API » Игровые события »

PLAYER_LEVEL_UP

[ править ]
Fires when the player gains a character level.
[клоны]
Fires when the player gains a character level. Ding!


Signature:
Code
("level", hp, mp, talentPoints, strength, agility, stamina, intellect, spirit)

Arguments:
  • level - The new player level. More accurate than UnitLevel at that time. (string)
  • hp - Hit points gained. (number)
  • mp - Mana points gained. (number)
  • talentPoints - Talent points gained. (number)
  • strength - Strength points gained. (number)
  • agility - Agility points gained. (number)
  • stamina - Stamina points gained. (number)
  • intellect - Intellect points gained. (number)
  • spirit - Spirit points gained. (number)

Также смотрите: Игровые события
Ссылки: http://wowprogramming.com/docs/events/PLAYER_LEVEL_UP