What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

So many No valid power .......

Enermax

New Member
Joined
Aug 26, 2015
Messages
61
Reaction score
0
Why am I getting so many of the No valid power was selected for target:
Character runs past mobs and doesn't fight, then some times runs back and kills them.






Code:
05:35:19.780 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:19.811 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:19.837 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:19.863 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:19.890 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:19.916 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:19.941 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:19.968 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:20.011 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:20.070 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:20.096 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:20.122 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:20.147 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:20.200 DEBUG Logger [Trinity 2.55.694][Targetting] >> CurrentPower=Barbarian_ThreateningShout 0/0 LastUse=00:00:029 Range=12.0 <995.08,960.17,145.10> AcdId=  CurrentTarget=<995.0811, 960.1686, 145.1> RangeReq:12 Dist:21.701
05:35:20.232 DEBUG Logger [Trinity 2.55.694][Avoidance] Taking Damage 5TickAvg=297132.2 Current=282885.3
05:35:20.233 INFO  Logger [Trinity 2.55.694][Avoidance] Created new Avoidance from X1_MonsterAffix_Orbiter_Projectile-7637 RActorId=-1808203652 (Orbiter, Immune: False)
05:35:20.234 INFO  Logger [Trinity 2.55.694][Avoidance] Created new Avoidance from x1_MonsterAffix_orbiter_projectile_orb-7638 RActorId=-1808138202 (Orbiter, Immune: False)
05:35:20.246 DEBUG Logger [Trinity 2.55.694][Targetting] >> CurrentPower=Barbarian_ThreateningShout 0/0 LastUse=00:00:074 Range=12.0 <1,000.69,958.73,145.10> AcdId=  CurrentTarget=<1000.685, 958.7266, 145.1> RangeReq:12 Dist:18.90635
05:35:20.270 DEBUG Logger [Trinity 2.55.694][Targetting] >> CurrentPower=Barbarian_ThreateningShout 0/0 LastUse=00:00:099 Range=12.0 <1,000.69,958.73,145.10> AcdId=  CurrentTarget=<1000.685, 958.7266, 145.1> RangeReq:12 Dist:18.90635
05:35:20.292 DEBUG Logger [Trinity 2.55.694][Targetting] >> CurrentPower=Barbarian_ThreateningShout 0/0 LastUse=00:00:120 Range=12.0 <1,000.69,958.73,145.10> AcdId=  CurrentTarget=<1000.685, 958.7266, 145.1> RangeReq:12 Dist:18.90635
05:35:20.324 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:20.385 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:20.410 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:20.436 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
 

Attachments

Are you forcing a routine or using one you made?

Looks like it is trying to cast a skill that you dont have.
 
Sounds like the profile might need an update, can anyone else confirm that they are using the skills for the build?

Sometimes they update the IcyVeins links which leads to changing skills.

Looking through teh Invoker.cs file I see this:
Code:
        public TrinityPower GetBuffPower()
        {
            TrinityPower power;


            if (IsSteedCharging)
                return null;


            if (AllowedToUse(Settings.Akarats, Skills.Crusader.AkaratsChampion) && ShouldAkaratsChampion())
                return AkaratsChampion();


            if (ShouldIronSkin())
                return IronSkin();
[COLOR=#ff0000]
[/COLOR]
[COLOR=#ff0000]            if (ShouldJudgement())[/COLOR]
[COLOR=#ff0000]                return Judgement();[/COLOR]
[COLOR=#ff0000]
[/COLOR]
[COLOR=#ff0000]            if (ShouldConsecration())[/COLOR]
[COLOR=#ff0000]                return Consecration();[/COLOR]


            if (ShouldProvoke())
                return Provoke();


            if (TryLaw(out power))
                return power;


            return null;
        }

Those are two skills that are not used in the linked build. Try removing those lines from the file and see if it takes care of the issue.

To find CrusdaerInvoker.cs:
DB > Plugins > Trinity > Routines > Crusdader > CrusaderInvoker.cs

If that is the case, the other new skills will be running off the crusaderbase. If will probably still work okay, but test it out and let us know.
 
Last edited:
Simple answer is don't use any specialized build unless you have the skills, and equipment. Sorry but that is the truth!!
 
Simple answer is don't use any specialized build unless you have the skills, and equipment. Sorry but that is the truth!!

+1 yup your kinda stuck. You have to use the items/gear that are coded for the routine. Good luck
 
I believe you DID actually read my previous post.

I have every single required item and skill. Still "No valid power" errors.
 
that can only mean one thing... you as a person behind the screen have no valid power to use the bot properly and he detects just that, refusing to work for you...

now go to the gym and enhance your power. the bot might work then again...
 
Why am I getting so many of the No valid power was selected for target:
Character runs past mobs and doesn't fight, then some times runs back and kills them.






Code:
05:35:19.780 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:19.811 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:19.837 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:19.863 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:19.890 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:19.916 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:19.941 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:19.968 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:20.011 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:20.070 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:20.096 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:20.122 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:20.147 INFO  Logger [Trinity 2.55.694][Targetting] No valid power was selected for target: LacuniMale_B-7289 (4551) Type=Unit Dist=4.96
05:35:20.200 DEBUG Logger [Trinity 2.55.694][Targetting] >> CurrentPower=Barbarian_ThreateningShout 0/0 LastUse=00:00:029 Range=12.0 <995.08,960.17,145.10> AcdId=  CurrentTarget=<995.0811, 960.1686, 145.1> RangeReq:12 Dist:21.701
05:35:20.232 DEBUG Logger [Trinity 2.55.694][Avoidance] Taking Damage 5TickAvg=297132.2 Current=282885.3
05:35:20.233 INFO  Logger [Trinity 2.55.694][Avoidance] Created new Avoidance from X1_MonsterAffix_Orbiter_Projectile-7637 RActorId=-1808203652 (Orbiter, Immune: False)
05:35:20.234 INFO  Logger [Trinity 2.55.694][Avoidance] Created new Avoidance from x1_MonsterAffix_orbiter_projectile_orb-7638 RActorId=-1808138202 (Orbiter, Immune: False)
05:35:20.246 DEBUG Logger [Trinity 2.55.694][Targetting] >> CurrentPower=Barbarian_ThreateningShout 0/0 LastUse=00:00:074 Range=12.0 <1,000.69,958.73,145.10> AcdId=  CurrentTarget=<1000.685, 958.7266, 145.1> RangeReq:12 Dist:18.90635
05:35:20.270 DEBUG Logger [Trinity 2.55.694][Targetting] >> CurrentPower=Barbarian_ThreateningShout 0/0 LastUse=00:00:099 Range=12.0 <1,000.69,958.73,145.10> AcdId=  CurrentTarget=<1000.685, 958.7266, 145.1> RangeReq:12 Dist:18.90635
05:35:20.292 DEBUG Logger [Trinity 2.55.694][Targetting] >> CurrentPower=Barbarian_ThreateningShout 0/0 LastUse=00:00:120 Range=12.0 <1,000.69,958.73,145.10> AcdId=  CurrentTarget=<1000.685, 958.7266, 145.1> RangeReq:12 Dist:18.90635

Ok if I'm reading this correctly I'm seeing Barb Shout. If your running the Invoker build something is wrong. Need a little more info.

DUH..my bad just saw you are running BARB. :rolleyes:
 
Last edited:
Ok if I'm reading this correctly I'm seeing Barb Shout. If your running the Invoker build something is wrong. Need a little more info.

DUH..my bad just saw you are running BARB. :rolleyes:

I am running Invoker build here. I just pinned here with my DB issue.

that can only mean one thing... you as a person behind the screen have no valid power to use the bot properly and he detects just that, refusing to work for you...

now go to the gym and enhance your power. the bot might work then again...

Sorry but I do not have sufficient personal skills to interpret tone of your statement. Where exactly did you manage to deduce that I actually can't use the bot properly? ;)

Cheers
 
Back
Top