50001-1
Details
-
FilenameChefsHat-50001-1.zip
-
Uploaded by
-
UploadedSep 2, 2012
-
Size6.31 KB
-
Downloads1,716
-
MD571bf504ed0a9f405732a744c8e2ad2d8
Supported WoW Retail Versions
- 5.0.4
Changelog
------------------------------------------------------------------------
r21 | kunda | 2012-09-02 16:02:17 +0000 (Sun, 02 Sep 2012) | 1 line
Changed paths:
A /tags/50001-1 (from /trunk:20)
Tagging as 50001-1
------------------------------------------------------------------------
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
------------------------------------------------------------------------