What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

bw blocks on end quest

AnG

New Member
Joined
Jan 4, 2014
Messages
8
hello, the bot generates quests, but when make, it does not choose the reward, and does not react.
what to do?

[03:57:39.664 D] ? System.ThrowHelper.ThrowArgumentOutOfRangeException()
? Buddy.CommonBot.Profile.Quest.CompleteQuestTag.()
? Buddy.CommonBot.Profile.Quest.CompleteQuestTag.(Object )
? Buddy.BehaviorTree.Action.RunAction(Object context)
? Buddy.BehaviorTree.Action..()
? Buddy.BehaviorTree.Composite.Tick(Object context)
? Buddy.BehaviorTree.Sequence..()
? Buddy.BehaviorTree.Composite.Tick(Object context)
? Buddy.BehaviorTree.Decorator..()
? Buddy.BehaviorTree.Composite.Tick(Object context)
? Buddy.BehaviorTree.PrioritySelector..()
? Buddy.BehaviorTree.Composite.Tick(Object context)
? Buddy.Common.HookExecutor.Run(Object context)
? Buddy.BehaviorTree.Action.RunAction(Object context)
? Buddy.BehaviorTree.Action..()
? Buddy.BehaviorTree.Composite.Tick(Object context)
? Buddy.BehaviorTree.PrioritySelector..()
? Buddy.BehaviorTree.Composite.Tick(Object context)
? Buddy.BehaviorTree.PrioritySelector..()
? Buddy.BehaviorTree.Composite.Tick(Object context)
? Buddy.Common.HookExecutor.Run(Object context)
? Buddy.BehaviorTree.Action.RunAction(Object context)
? Buddy.BehaviorTree.Action..()
? Buddy.BehaviorTree.Composite.Tick(Object context)
? Buddy.BehaviorTree.Decorator..()
? Buddy.BehaviorTree.Composite.Tick(Object context)
? Buddy.BehaviorTree.PrioritySelector..()
? Buddy.BehaviorTree.Composite.Tick(Object context)
? Buddy.CommonBot.BotMain.()

View attachment 2014-01-07 03.28.txt
 
log posted
I have to make a selection of item manually ....
 
when they have choice between an item and planetary commandation.
I think that's planetary commandation the problem
 
Ive the same issue on my Concealment Operative and Darkness Assassin @ Hutta/Dromund Kaas/Balmorra.
I use Walters CR and Kickz Profiles.

The error is the same on both chars in each zone

This part is what the bot try to repeat:
[21:32:46.285 D] Der Index lag au?erhalb des Bereichs. Er muss nicht negativ und kleiner als die Auflistung sein.
Parametername: index
[21:32:46.285 D] bei System.ThrowHelper.ThrowArgumentOutOfRangeException()
bei Buddy.CommonBot.Profile.Quest.CompleteQuestTag.()
bei Buddy.CommonBot.Profile.Quest.CompleteQuestTag.(Object )
bei Buddy.BehaviorTree.Action.RunAction(Object context)
bei Buddy.BehaviorTree.Action..()
bei Buddy.BehaviorTree.Composite.Tick(Object context)
bei Buddy.BehaviorTree.Sequence..()
bei Buddy.BehaviorTree.Composite.Tick(Object context)
bei Buddy.BehaviorTree.Decorator..()
bei Buddy.BehaviorTree.Composite.Tick(Object context)
bei Buddy.BehaviorTree.PrioritySelector..()
bei Buddy.BehaviorTree.Composite.Tick(Object context)
bei Buddy.Common.HookExecutor.Run(Object context)
bei Buddy.BehaviorTree.Action.RunAction(Object context)
bei Buddy.BehaviorTree.Action..()
bei Buddy.BehaviorTree.Composite.Tick(Object context)
bei Buddy.BehaviorTree.PrioritySelector..()
bei Buddy.BehaviorTree.Composite.Tick(Object context)
bei Buddy.BehaviorTree.PrioritySelector..()
bei Buddy.BehaviorTree.Composite.Tick(Object context)
bei Buddy.Common.HookExecutor.Run(Object context)
bei Buddy.BehaviorTree.Action.RunAction(Object context)
bei Buddy.BehaviorTree.Action..()
bei Buddy.BehaviorTree.Composite.Tick(Object context)
bei Buddy.BehaviorTree.Decorator..()
bei Buddy.BehaviorTree.Composite.Tick(Object context)
bei Buddy.BehaviorTree.PrioritySelector..()
bei Buddy.BehaviorTree.Composite.Tick(Object context)
bei Buddy.CommonBot.BotMain.()

I also attached the log.

Thanks in advance!
 

Attachments

you also have the choice between planetary commandation and anothers item?
 
This problem has been written about multiple times.
This is a profile issue.

If you want to resolve this issue very quickly, do the following:
  • Open the profile you want to use in Notepad or something similar (i use notepad ++)
  • Search for RewardIndex=""
  • Change the value between "" with -1 (so if the value is 4, then change it to 3)
  • If you want Planetary Commendations change the value to 0 (99% will give you the comm)
  • Save the file and bot away

Please note Metrienne has posted his altered files for 1-10 and im working on 10-50.
And yes its a hell of a lot work for my little time i have...
 
Thx for your help Cryo. I realy appreciate your and the other dev's work :)
 
it's not possible to Change the value between "" with -1

Failed to load profile: La valeur ?tait trop grande ou trop petite pour un UInt32. - Line: 740

if I correct this line, others make the same mistake
 
impossible to Change the value between "" with -1 (if the value is 1)

Failed to load profile: La valeur ?tait trop grande ou trop petite pour un UInt32. - Line: 740

if I correct this line, others make the same mistake

values ​​4, changed to 3 are ok, but valeures 1 must be changed to 0 if the bot doesnt start!

I test and I see what happens ....
 
cyro wanted to describe, that you'll have to substrate 1 from the number between the ""
so i.e. 1 must be changed to 0
4 must be changed to 3
and so on
 
ok, result is the same as what I have done! but I had not understood. (me and my English ....)
Otherwise, I can confirm it works!
 
Back
Top