Jump to content

Resto Druid MultiLanguage 1.0.5

   (1 review)

About This File

Hello,

This is a try out to see if it works on non English games.

Let me know if it works, then I can work further on it.

I tested it in LFR and it worked for my English client.

 


What's New in Version 1.0.5   See changelog

Released

Druid Healing Routine, without last talents. Used talents included.

Test it out and give feedback.

Use the 100 passive talent and it will work well.

Let me know if it support multi-language.

1.0.5 : enable or disable Efflorescence. Manual casting it is better, because it realy gives problems.

RestoTalents.jpg

MyResto.dll


User Feedback

Recommended Comments



DruidResto.zip work perfect on every client 

 

DruidRestoration-21102016.zip on every client i cast only Lifebloom on the tank nothing other 

 on a English client  it works perfectly.

 

Link to comment
Share on other sites

it does not work in French. I'm trying different option does nothing, it looks like it does not detect the tank, it can be a track.

Link to comment
Share on other sites

10 hours ago, Samy said:

it does not work in French. I'm trying different option does nothing, it looks like it does not detect the tank, it can be a track.

Il faut modifier les noms des sorts ou jouer avec le client en anglais pour qu'il fonctionne correctement

Link to comment
Share on other sites

11 hours ago, Sophie_ said:

Il faut modifier les noms des sorts ou jouer avec le client en anglais pour qu'il fonctionne correctement

Merci pour votre réponse Sophie, effectivement je joue en anglais avec cette spé mais je maîtrise moins bien la langue de shakespeare que le Français pour les quêtes.

Je vais voir pour modifier les sorts alors :)

 

Link to comment
Share on other sites

if (t.Any())
                {
                    int count = 0;
                    int tel = 0;
                    if (getPartyMembers().Count() > 5)
                        tel = 5;

                    if (getPartyMembers().Count() < 6)
                        tel = 3;

                    if (tel >= count)
                    {
                        SpellManager.CastSpellByNameLUA(_essenceOfGhanir.Name);
                        Logging.WriteFight(_essenceOfGhanir.Name);
                        return true;
                    }
                }

@Pasterke don't you always get in the if (tel>=count) condition this way? It seems like tel will always be 3 or 5 and bigger than count which is set to 0?

...Or I'm missing something :-)

Link to comment
Share on other sites

9 hours ago, MrBottie said:

if (t.Any())
                {
                    int count = 0;
                    int tel = 0;
                    if (getPartyMembers().Count() > 5)
                        tel = 5;

                    if (getPartyMembers().Count() < 6)
                        tel = 3;

                    if (tel >= count)
                    {
                        SpellManager.CastSpellByNameLUA(_essenceOfGhanir.Name);
                        Logging.WriteFight(_essenceOfGhanir.Name);
                        return true;
                    }
                }

@Pasterke don't you always get in the if (tel>=count) condition this way? It seems like tel will always be 3 or 5 and bigger than count which is set to 0?

...Or I'm missing something :-)

Yes, you are right, I saw it also and changed it already.

Link to comment
Share on other sites

I just downloaded this earlier today and am trying it out. It doesn't seem to keep up very well in LFR. I'm using the settings posted in the initial screenshot, but I'm wondering if anyone else has other settings they'd suggest to get higher output.

Link to comment
Share on other sites

I tested some heroic and LFR healing with it on my resto... First thing I deleted was the efflorescence in the profile as I think it made some weird choices with it. I prefer to cast it manually.
Another thing I noticed is that it casts barkskin while everyone is almost at full health... Maybe it's because of this:

if (ObjectManager.Me.ManaPercentage <= RestoSettings.CurrentSetting.Barkskin)
            {
                SpellManager.CastSpellByNameOn(_barkskin.Name, ObjectManager.Me.Name);
                Logging.WriteFight(_barkskin.Name + " on " + ObjectManager.Me.Name);
                return true;
            }

Me.ManaPercentage ?? Think this should be a health check iso mana check, no?

I'll keep on testing, thanks for this profile pasterke <3

Link to comment
Share on other sites

Do I have to manually put in numbers in the config window? Or is it pre configured out of the box? I've literally not played resto since TBC....

 

If i gotta enter numbers, can you suggest some for me so i can get started?

 

Thanks :D

Link to comment
Share on other sites

Also it is spamming this in log.

[D] 21:19:07 - [SpellManager] Cannot found spell: public static SpellInfo SpellInfoCreateCache()
[D] 21:19:07 - [SpellManager] Cannot found spell: public static SpellInfo SpellInfoCreateCache()
[D] 21:19:07 - [SpellManager] Cannot found spell: public static SpellInfo SpellInfoCreateCache()
[D] 21:19:07 - [SpellManager] Cannot found spell: public static SpellInfo SpellInfoCreateCache()
[D] 21:19:07 - [SpellManager] Cannot found spell: public static SpellInfo SpellInfoCreateCache()
[D] 21:19:07 - [SpellManager] Cannot found spell: public static SpellInfo SpellInfoCreateCache()

 

Link to comment
Share on other sites


×
×
  • Create New...