StarTip
This project is being retired in favor of its successor, StarTip2. This new addon is still in beta, but it already fixes bugs that existed in StarTip the original. http://wow.curseforge.com/addons/startip2/
-
-
StarTip - Tooltips from OuterSpace
Credits:
Huge appreciation goes out to ckknight for a ton of code. If you know CowTip, StarTip is similar. Props to Shefki for LuaTexts.
And many tributes go out to the many library authors whom have written the numerous libraries StarTip's script environment is built upon.
Customization Tips
StarTip provides an environment for your scripts.. This environment provides WoW API functions such as UnitName, UnitLevel, etc... If it's not available, try _G. Also, much of LuaTexts by Shefki is included, but be aware that modifications have been made and elements either removed or added. Also be aware that how you format your return values is incompatible with Pitbull4's implementation. In StarTip you simple return a string that's already formatted.
There are many plugins available. I imagine if you're willing to write an actual Lua script that you won't mind reading code. Go into the Libs folder and click into LibScriptable-1.0. Note all the LibScriptablePlugin* elements. These are what provide StarTip's script environment with functions and other elements.
Check here for a brief tutorial.
StarTip also has LibDogTag support. Just return the dog tag from your script, and click the check mark labeled "Dog Tag" to enable this feature.
Note: If you know of a library that you want to make available in your own scripts. let me know and I'll see about writing a plugin for it.
Bug Reports and Feature Requests
StarTip will take advantage of BugGrabber if it's installed, and will attempt to disable lines that cause errors. Note that the errors are not suppressed.
Report any bugs or feature requests here: StarTip Forum.
Or create a ticket here: StarTip Ticket Tracker
You can also post on the Wowace forum thread.
If you find a bug and you want to revert to a stable version, try the upload on Wowinterface.com
Note: Please write a ticket if you have a back trace: StarTip Ticket Tracker
Note to Translators: You can easily support this project by translating some phrases at either two locations: StarTip and LibScriptable-1.0.
The comments on Curse.com have been disabled. They're too much of a hassle to keep up with and use to communicate with users. There are numerous other options mentioned in this description for filing bug reports, or for simply seeking general help. Try the Wowace.com forums if you're still not sure where to go.
r = 1, g = 1, b = 1 would give you white, while all zeros would be black. After that, just use the Colorize function. Pass your text as first argment, followed by r, g, and b. So soemthing like: return Colorize("StarTip ver 2 1/2", r, g, b)
realy dont like to see that info.
not that good with addons :o)
Open up the options menu, click on Unit Tooltip so you see the drop-down list, click Unit Name. Scroll down through the text underneath the heading "Left" till you get to the last line where it says "return Colorize((Name(unit, true) or Name(unit))", and change the true to false. That should remove the titles beside the names.
ID: 187
Error occured in: Global
Count: 1
Message: ..\AddOns\StarTip_UnitTooltip\UnitTooltip.lua line 1263:
attempt to call upvalue 'lines' (a table value)
Debug:
[C]: ?
StarTip_UnitTooltip\UnitTooltip.lua:1263: SetUnit()
StarTip\StarTip.lua:672:
StarTip\StarTip.lua:646
[C]: ?
[C]: ?
cant save settings after reload ui all custom settings are reset.
StarTip_UnitTooltip-1.0\UnitTooltip.lua:701: attempt to index field 'evaluator' (a nil value)
StarTip_UnitTooltip-1.0\UnitTooltip.lua:1284: in function `SetUnit'
StarTip-\StarTip.lua:672: in function <StarTip\StarTip.lua:646>
<in C code>: ?
<in C code>: ?
StarTip_UnitTooltip-1.0\UnitTooltip.lua:595: attempt to call method 'New' (a nil value)
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[1]":9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?:
AceAddon-3.0-10 (Ailo):514: in function `InitializeAddon'
AceAddon-3.0-10 (Ailo):628: in function <...rface\AddOns\Ailo\Libs\AceAddon-3.0\AceAddon-3.0.lua:621>
---