EvEmu
0.8.4
11 September 2021
|
Enumerations | |
enum | { Gift = 24, CharCreation = 33, ClonePenalty = 34, TaskMaster = 35, TrainingStarted = 36, TrainingComplete = 37, TrainingCanceled = 38, GMGift = 39, QueueTrainingCompleted = 53, SkillInjected = 56, Removal = 177, HaltedAccountLapsed = 260, SkillPointsApplied = 307, GMReverseFreeSkillPointsUsed = 309 } |
anonymous enum |
these are the only skill events that client will recognize....there are no messageIDs for others 34: localization.GetByLabel('UI/CharacterSheet/CharacterSheetWindow/SkillTabs/SkillClonePenalty') 36: localization.GetByLabel('UI/CharacterSheet/CharacterSheetWindow/SkillTabs/SkillTrainingStarted') 37: localization.GetByLabel('UI/CharacterSheet/CharacterSheetWindow/SkillTabs/SkillTrainingComplete') 38: localization.GetByLabel('UI/CharacterSheet/CharacterSheetWindow/SkillTabs/SkillTrainingCanceled') 39: localization.GetByLabel('UI/CharacterSheet/CharacterSheetWindow/SkillTabs/GMGiveSkill') 53: localization.GetByLabel('UI/CharacterSheet/CharacterSheetWindow/SkillTabs/SkillTrainingComplete') 307: localization.GetByLabel('UI/CharacterSheet/CharacterSheetWindow/SkillTabs/SkillPointsApplied')
Definition at line 22 of file EVE_Skills.h.