HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Tooltip Editor

09-01-2007, 09:33 AM#1
Tryci
Cause creepy designed tooltips nerves me to death I created following script to create good looking Tooltips:

Tool Tip Editor

The Value textareas are optional, they are only used if you have as much rows as levels for the spell

When you configured your Spell press "Add" to add your spell to the spell queue. Choose "Show Tooltip" to view the Tooltip, see how it'd look in wc3 and get the code for it

You can change the color of the tooltip-elements with the color-bar on the Top.

please leave comments and constructive reviews ;)


ps: the site works fine with my Opera (9.22) and my Firefox (2.0.0.2), I don't know if it works with a new IE
09-01-2007, 01:21 PM#2
Veev
One problem I found was that the generated tooltip shows every field. For example, a single target spell has the "Area" field even though you can't set that value anywhere in the generator when making a Single Target Spell. The same goes with Duration, Units and a few other fields.
09-01-2007, 02:24 PM#3
Tryci
ok problem fixed.

if the skill has only one level, all fields are displayed cause i check if the rowcount is equal to the levelcount of the spell. and because HTML-textareas have at least one row (even if they are empty) the level=rowcount check was true for all fields. but now it's checked if the first item of a value-textarea is not empty.
09-01-2007, 10:09 PM#4
Tide-Arc Ephemera
Why doesn't this have the basic colour of the tool tips...

FFCC00 is the basic tool tip colour.
09-04-2007, 01:53 AM#5
burningice95
It seems to be broken now :/
09-04-2007, 04:53 AM#6
Tryci
strange, works fine for me ... tell me what exactly is wrong. pytalhost downtime is always possible ...

btw: I added the basic colour
09-04-2007, 05:41 AM#7
Tide-Arc Ephemera
It's pretty good and I... don't quite know how to use it.

Anyway, I forgot to mention earlier...
Auto-casting colour (C3DBFF)
09-05-2007, 01:47 AM#8
burningice95
Maybe I'm just misunderstanding how it works............

I put in all my tooltip info and hit add, and nothing worked. Then i hit apply and i got the error: This spell is not in the list. (just checked it now, still same error)

Also, new doesn't refresh the fields.
09-05-2007, 01:18 PM#9
Tryci
sorry my fault, I added a function and didn't check some things, so I haven't seen the error. fixed^^
09-05-2007, 10:45 PM#10
burningice95
Thanks, it works now! ^_^