abunai10 / CaffeineIssues

0 stars 0 forks source link

Avoiding daemonic force_taints #16

Closed LordNoxington closed 10 months ago

LordNoxington commented 10 months ago

Not sure if there is another method for unlocking these, other than annoying you guys to do it <3

SpellStopCasting() SecureCmdItemParse() SecureCmdUseItem() SecureCmdOptionParse() ClearFocus() CancelSpellByName() UseInventoryItem() SpellCancelQueuedSpell() CastSpellByID() DeleteCursorItem() ClearCursor() GetItemInfo() CastSpellByName()

LordNoxington commented 10 months ago

UPDATE: Click() PetAttack() PetFollow() PetStopAttack() TargetUnit() StartAttack() FocusUnit() IsUsableItem()

n00bsteam commented 10 months ago

One more: C_QuestLog.UnitIsRelatedToActiveQuest()

abunai10 commented 10 months ago

Added: SecureCmdOptionParse PetFollow PetStopAttack FocusUnit C_QuestLog.UnitIsRelatedToActiveQuest

The rest either are already unlocked or do not need to be unlocked. Please check that we haven't already unlocked functions before requesting them in the future.