r20

Details

  • Filename
    ChefsHat-r20.zip
  • Uploaded by
  • Uploaded
    Sep 2, 2012
  • Size
    6.27 KB
  • Downloads
    79
  • MD5
    74baaf3cb4f4ba1907ee6edf33e440df

Supported WoW Retail Versions

  • 5.0.4

Changelog

------------------------------------------------------------------------
r20 | kunda | 2012-09-02 16:00:22 +0000 (Sun, 02 Sep 2012) | 62 lines
Changed paths:
   M /trunk/ChefsHat.lua
   M /trunk/ChefsHat.toc

- added 'Chef' (or better) title
- added Modifier Key (Left/Right Alt/Control/Shift Key) option: incognito
- added slash command for:

[ 'normal' ] - '/ch normal' or '/chefshat normal' - DEFAULT
- show helm
- no title change

[ 'title' ]  - '/ch title' or '/chefshat title'
- show helm
- show 'Chef' title

[ 'incognito' ] - '/ch incognito' or '/chefshat incognito'
- hide helm
- no title change

Holding down a Modifier Key (Left/Right Alt/Control/Shift Key) while entering the kitchen (open Cooking TradeSkill) uses 'incognito'.

[ 'normal' ]

open Cooking TradeSkill:
- save old helm id
- save old helm visibility
- equip new 'Chef's Hat'
- show helm = ShowHelm(true)

close Cooking TradeSkill:
- ShowHelm(old helm visibility)
- equip old helm

[ 'title' ]

open Cooking TradeSkill:
- save old helm id
- save old helm visibility
- equip new 'Chef's Hat'
- show helm = ShowHelm(true)
- save old title
- show new 'Chef' (or better) title

close Cooking TradeSkill:
- ShowHelm(old helm visibility)
- equip old helm
- show old title

[ 'incognito' ]

open Cooking TradeSkill:
- save old helm id
- save old helm visibility
- equip new 'Chef's Hat'
- hide helm = ShowHelm(false)

close Cooking TradeSkill:
- ShowHelm(old helm visibility)
- equip old helm
------------------------------------------------------------------------