promotional bannermobile promotional banner

Auto Confirm Static Popups

Abandoned
Automatic "yes" answer for various static pop-us

File Details

csp-r01-32.zip

  • R
  • Sep 4, 2016
  • 125.41 KB
  • 1.1K
  • 7.0.3
  • Retail

File Name

csp-r01-32.zip

Supported Versions

  • 7.0.3

Version: 01-32 YMD: 2016.09.04

  • Added DELETE_QUEST_ITEM, CONFIRM_FOLLOWER_EQUIPMENT and CONFIRM_SAVE_EQUIPMENT_SET.

Version: 01-30 YMD: 2016.08.31

  • SPELL_CONFIRMATION_PROMPT for now is disabled by default, because there are reports that confirm cause taint problem. Until I see if this pop-up really using secured function, then can't be handled by my addon.

Version: 01-28 YMD: 2016.08.21

  • Added CONFIRM_BUY_BANK_SLOT, CONFIRM_BUY_REAGENTBANK_TAB, TRANSMOG_APPLY_WARNING, REPLACE_ENCHANT, VOID_DEPOSIT_CONFIRM, EQUIP_BIND_TRADEABLE, and CONFIM_BEFORE_USE

Version: 01-26 YMD: 2016.07.25

  • DANGEROUS_SCRIPTS_WARNING is blacklisted because it can't be implemented. Blizzard implemented function as protected. So it will nag all macro users who run scripts in macros.
  • Added TALENTS_INVOLUNTARILY_RESET, CONFIRM_DELETE_TRANSMOG_OUTFIT, CONFIRM_DELETE_EQUIPMENT_SET, CONFIRM_RECRUIT_FOLLOWER, DEACTIVATE_FOLLOWER, CONFIRM_DELETE_SELECTED_MACRO, CONFIRM_MERCHANT_TRADE_TIMER_REMOVAL, SPELL_CONFIRMATION_PROMPT, RESURRECT_NO_TIMER, RECOVER_CORPSE, DEATH, OUTFITTER_CONFIRM_SET_CURRENT, and LOOT_BIND

Version: 01-24 YMD: 2016.07.19

  • Added SEND_MONEY.
  • TOC update for Legion patch 7.0.3

Version: 01-22 YMD: 2016.07.13

  • Fix fatal test preventing confirm any configured pop-up.
  • Added CONFIRM_REMOVE_FRIEND.

Version: 01-20 YMD: 2016.07.12

  • Added CONFIRM_LEARN_SPEC.
  • Detection of static pop-up just with single "Cancel" button, it will not be hinted for adding into this addon.

Version: 01-18 YMD: 2016.07.12

  • Added ABANDON_QUEST_WITH_ITEMS.
  • Options are now sorted by static pop-up constant name.

Version: 01-16 YMD: 2016.07.03

  • Verbose output now prints only message when static-popup is not enabled in config or is not supported with instruction how-to request changes in my addon.

Version: 01-14 YMD: 2016.06.26

  • Added ABANDON_QUEST,DANGEROUS_MISSIONS.
  • Fix verbose output for not supported static pop-up with instructions how-to request changes in my addon.

Version: 01-12 YMD: 2016.06.21

  • In verbose mode, for not supported static popups will be printed to chat constant used in presented static popup. This ease mode for adding new supported static popups. Just write down constant and I will add it into next release.

Version: 01-10 YMD: 2016.06.18

  • Added AUTOEQUIP_BIND for BoE items.

Version: 01-08 YMD: 2016.06.13

  • Fix, correct load order for AceGUI and AceConfig libraries.

Version: 01-06 YMD: 2016.06.08

  • Added DELETE_GOOD_ITEM it auto-fill DELETE into edit box. You are warned if enable it and then drop your rare, epic or legendary item it will get instantly lost!
  • Added VOID_STORAGE_DEPOSIT_CONFIRMATION.

Version: 01-04 YMD: 2016.05.22

  • Added CONFIRM_RESET_INSTANCES.
  • Added CONFIRM_MAIL_ITEM_UNREFUNDABLE.

Version: 01-02 YMD: 2016.04.09

  • Redesigned defaults for pop-ups some need to be enabled, because can be dangerous. Enable it at own will, like auto-confirm on delete.

Version: 01-00 YMD: 2016.04.08

  • Initial design.
  • Reported taint for SPELL_CONFIRMATION_PROMPT.