So do this also means that thes lines are useless:
["Default"] = "Default",
["Blizzard"] = "Blizzard",
["Smooth"] = "Smooth",
And
["Sets the bar texture. Choose 'Blizzard', 'Default' or 'Smooth'."] = "D\195\169fini la texture des barres. Choisissez 'Blizzard', 'Default' ou 'Smooth'",
This last one sould be changed to
["Sets the bar texture."] = "D\195\169fini la texture des barres.",
["Sets the bar texture. Choose 'Blizzard', 'Default' or 'Smooth'."] = "D\195\169fini la texture des barres. Choisissez 'Blizzard', 'Default' ou 'Smooth'",
[...]
["Sets the bar texture."] = "D\195\169fini la texture des barres.",
As for the french translation: why don't you just grab the english locals file, compare it with the old french file to see what was added and what was changed, make the necessary changes, test them a bit and then commit them to the SVN? I can't really help you much there as I have no french client I could test Squishy with.
First of all: I love your addon it's just what I've been looking for.
Still I have some problems with it and I hope, that you can help me.
Problem 1:
I have a problem with the Squishy display because each time theres a player behind the display I see his name. I made a Screen so you know what I'm talking about ;)
My problem is the Player Name in the middle of the Screen. Is there a possibility to fix it? Like this you only see about 50% of the Squishy Display.
Problem 2:
The priority is really strange sometimes. Is it possible to configure the priority and the colors?
There's a couple of things Squishy is doing, and while they make sense coupled, Blizz has a different stance, I understand.
I saw a suggestion somewhere that Squishy be turned into a library... is this doable? I'd look at it myself but I don't know a line of Lua from a line of COBOL :(
That aside, would it be possible to remove the interactive element (click to target) and keep the dynamic list? That's probably the biggest help to me. Being able to target from the list makes sense, but I could probably do without it if I had to.
Anyway, just random brainstorming to try to save what is easily my fave mod :)
Has thier been any work making a library out of the notifying others of heals that are starting/stopping? I heard it mentioned but never again. This part can carry through to TBC at least.
Claretta: thanks - I just committed the new korean locals.
queptar: I believe once you see Grid you won't want to use Squishy anymore. I see little reason to have a non-clickable emergency monitor.
Demandread: well, you could tell Squishy to only show when grouped - then you won't see it when soloing.
blubb: sorry, but I don't think I understand your question. As for changing priorities, you can only edit the lua yourself (search for GetModifier() ).
That macro is awesome, thanks. Makes MC and BWL trivial. One strange thing I notice is if I have my main tank targetted(so I can quick heal him if needed), and I use the macro, sometimes it will change my target to who I'm currently healing, and sometimes the tank will stay as the target. If I'm not targetting anyone, it will target the one I'm healing, then go back to no target. Other than that it's a charm.
One simple request to an already wondeful addon, would it be possible to have it toggle on only in raids also? While in 5man groups its nice to see and all but most of the not nessecary to me at least. Keeping it hidden until a raid is formed would be very helpful.
One simple request to an already wondeful addon, would it be possible to have it toggle on only in raids also? While in 5man groups its nice to see and all but most of the not nessecary to me at least. Keeping it hidden until a raid is formed would be very helpful.
One strange thing I notice is if I have my main tank targetted(so I can quick heal him if needed), and I use the macro, sometimes it will change my target to who I'm currently healing
Hmm, no idea what's going on there, but honestly: I don't plan to find a fix for it, as this functionality won't work in TBC.
One simple request to an already wondeful addon, would it be possible to have it toggle on only in raids also? While in 5man groups its nice to see and all but most of the not nessecary to me at least. Keeping it hidden until a raid is formed would be very helpful.
I'm not planning to spend any more time on the Squishy code, but I recommend looking at the function CheckVisibility(), I bet you'll be able to easily alter it to only show it in raids.
Can you update Squishy for the lastest CastParty, so I don't need to update it everytime.
As I won't be updating Squishy anymore, you won't need to update it anymore too ;) But this has been asked for like a month ago, and a month ago my reply was: "please provide the hooking code that won't break the old versions of CastParty so I can add it", and I havent heard anything since. I don't really want to make a change that breaks compatibility with older versions of an addon.
I installed this thing but i got a problem. it isnt showing up on my screen =[ i've been through all the settings and the only time that i can get it to flicker on my screen (for half a second) is like stuck on the bottom corner of my screen when i mouse over the list change size.
i looked through all the fubar options and there seems to be no positioning option so this is very annoying. i was trying to switch over from ctraid to squishy, ora and sraidframes but i've gone back to ctraid out of frustration lol
please help :D
cheers,
zhu
hey
i've got the same prob here, what to do? i opened a party and a raidframe, nothing happens
the addon is loaded and should be showing 8(
I believe that's the difference in Squishy and the Ct one, Squishy uses a priority system. But you do know that you don't have to heal the top one all the time ;-) ?
Else you could try to take a look on EEmon or something like that.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I'm stupid :p
So do this also means that thes lines are useless:
["Default"] = "Default",
["Blizzard"] = "Blizzard",
["Smooth"] = "Smooth",
And
["Sets the bar texture. Choose 'Blizzard', 'Default' or 'Smooth'."] = "D\195\169fini la texture des barres. Choisissez 'Blizzard', 'Default' ou 'Smooth'",
This last one sould be changed to
["Sets the bar texture."] = "D\195\169fini la texture des barres.",
Now that these options seem useless :/
"D\195\169finit", actually :p
And I don't think you should the other line as is it just a translation (the option exists).
First of all: I love your addon it's just what I've been looking for.
Still I have some problems with it and I hope, that you can help me.
Problem 1:
I have a problem with the Squishy display because each time theres a player behind the display I see his name. I made a Screen so you know what I'm talking about ;)
My problem is the Player Name in the middle of the Screen. Is there a possibility to fix it? Like this you only see about 50% of the Squishy Display.
Problem 2:
The priority is really strange sometimes. Is it possible to configure the priority and the colors?
Please excuse my English^^
Blubb
/script Squishy:TargetSquishyUnitByPriority(1);
/cast Flash Heal(Rank 7)
/script TargetLastTarget();
There's a couple of things Squishy is doing, and while they make sense coupled, Blizz has a different stance, I understand.
I saw a suggestion somewhere that Squishy be turned into a library... is this doable? I'd look at it myself but I don't know a line of Lua from a line of COBOL :(
That aside, would it be possible to remove the interactive element (click to target) and keep the dynamic list? That's probably the biggest help to me. Being able to target from the list makes sense, but I could probably do without it if I had to.
Anyway, just random brainstorming to try to save what is easily my fave mod :)
I like to be able to toggle my raid UI with 1 button / macro.
I localized the recent Squishy to Korean.
Felnis uploaded Korean localization file to SVN lately, but the lastest version is not yet localized.
So I upload this localization file on the forum, because I don't have the right of SVN.
queptar: I believe once you see Grid you won't want to use Squishy anymore. I see little reason to have a non-clickable emergency monitor.
Demandread: well, you could tell Squishy to only show when grouped - then you won't see it when soloing.
blubb: sorry, but I don't think I understand your question. As for changing priorities, you can only edit the lua yourself (search for GetModifier() ).
That macro is awesome, thanks. Makes MC and BWL trivial. One strange thing I notice is if I have my main tank targetted(so I can quick heal him if needed), and I use the macro, sometimes it will change my target to who I'm currently healing, and sometimes the tank will stay as the target. If I'm not targetting anyone, it will target the one I'm healing, then go back to no target. Other than that it's a charm.
I also would love to see this implemented
core.lua line 442
SquishyCustomClick = CastParty_OnClickByUnit
to:
SquishyCustomClick = CastParty.Event.OnClickByUnit
Hmm, no idea what's going on there, but honestly: I don't plan to find a fix for it, as this functionality won't work in TBC.
I'm not planning to spend any more time on the Squishy code, but I recommend looking at the function CheckVisibility(), I bet you'll be able to easily alter it to only show it in raids.
As I won't be updating Squishy anymore, you won't need to update it anymore too ;) But this has been asked for like a month ago, and a month ago my reply was: "please provide the hooking code that won't break the old versions of CastParty so I can add it", and I havent heard anything since. I don't really want to make a change that breaks compatibility with older versions of an addon.
hey
i've got the same prob here, what to do? i opened a party and a raidframe, nothing happens
the addon is loaded and should be showing 8(
try this:
/squishy frame display grouped
/squishy frame display always
then have a look down the very bottom left corner of the screen, that's where it was for me xD
I used CTRaids Emergency Monitor for quite some time and i am used to having the most wounded players on top of the list and decreasing from there
is this possible in squishy?
Else you could try to take a look on EEmon or something like that.