Jump to content

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



Samy

Posted

It works perfectly with the game in another language
great job, thank you

 

Samy

Posted

It works perfectly in Party but only in english 

Pasterke

Posted

Strange, I use everywhere spell.id, this should be the same on every game client.

Samy

Posted

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.

 

Samy

Posted

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.

Sophie_

Posted

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

Samy

Posted

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 :)

 

MrBottie

Posted

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 :-)

Samy

Posted

j'ai changé tous les sorts en français, ça ne change rien, ça fonctionne uniquement en client us.

 

Pasterke

Posted

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.

youknowwhy

Posted

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.

MrBottie

Posted

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

Pasterke

Posted

For the last talent, choose the passive one.

bigbadcasey

Posted

how do you set it up? its not a xml / fightclass. thanks

Pasterke

Posted

put the dll file in your fightclass folder. Choose the dll as your fightroutine.

Required

Posted

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

Sjumper

Posted

Great job, thanks buddy. It would have been nice if Pve had an attack for solo.

hootie12345

Posted

It keeps casting Lifebloom over and over on the tank.

 

hootie12345

Posted

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()

 

Relapse913

Posted

what do you do with the dll file? and what do you set the healing %'s too? sorry new to wrobot

lolface92

Posted

its spamming lifebloom and gives error:

Cannot found spell: public static SpellInfo SpellInfoCreateCache()


×
×
  • Create New...