Download
(2Kb)
Download
Updated: 08-22-11 01:07 PM
Pictures
File Info
Updated:08-22-11 01:07 PM
Created:08-19-11 07:03 AM
Downloads:1,512
Favorites:5
MD5:

SnifflesUtensils

Version: 1.4
by: Sniffles [More]

Note: This is only for my Edit. If you want it for default Tukui visit tukui.org.

Hey Guys,

today I'm releasing my newest AddOn "SnifflesUtensils". You can create new Buttons (Macros) for your Foods/Flasks etc. ...
It's really easy to use it and it tracks your Cooldowns. If you want to move it, use Shift+Alt+Leftmouse to drag it. I hope you like it!

Content:
[-] What do you need?
[-] Create new Buttons
[-] Attachment
[-] Credits

[+] What do you need?

Of course a good Editor. The best, in my opinion, is Notepad++ and not Notepad (Downloadlink is in the Attachment).
And the newest SnifflesUI Version.

[+] Create new Buttons

First you open addon.lua and scroll down till Line ~100.

Explanation of my Function:

snU.CreateMountButton(name, parent, id, MountName)
-- name: Set a Name for this Frame
-- parent: Set the Parent of this Frame
-- id: ID of your Mount
-- MountName: Name of your Mount
snU.CreateBuffsButton(name, parent, Text, ResetTimer, Castsequence)
-- name: Set a Name for this Frame
-- parent: Set the Parent of this Frame
-- Text: Only one Character possible (Button is too small)
-- ResetTimer: Set how many Seconds to reset the Castsequence
-- Castsequence: Your Castsequence.
function snU.CreateUtensilButton(name, parent, ID1, ID2)
-- name: Set a Name for this Frame
-- parent: Set the Parent of this Frame
-- ID1: ID of your Item (First Talent Spec)
-- ID2: ID of your Item (Second Talent Spec)
There are 2 Examples of the new Functions in addon.lua

Finished? Then set the Points of the Button.

If your row isn't complete:
Code:
FrameName:Point("LEFT", FrameName, "RIGHT", 2, 0)
If you are beggining with a new row:
Code:
FrameName:Point("BOTTOM", FrameName, "TOP", 0, 2)
[+] Credits

Epicgrim
Kiyla

[+] Attachment

Notepad++ Downloadlink: http://notepad-plus-plus.org/downloads

Feedbacks and Suggestions are always appreciated.

Visit Tukui.org!
Have Issue with this AddOn? No problem, visit this site: http://www.tukui.org/forums/topic.php?id=15838 (It's recommended to read this Site, if you've problems)

Sniffles~

v1.4
- Show/Hide Function

v1.3
- Added new Functions

v1.2
- Fixed Bugs
- #Added Talent Spec. Feature

v1.1
- Is now movable

v1.0
- Initial Release


Category Jump: