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

Unified Trinity Community Edition

Status
Not open for further replies.
So i am having the same issue another Buddy is having, but there was no answer for the question. When i pause then UN pause my bot it doesn't continue where it was it just says bot paused at the bottom of the BOT. I have to click STOP then START and skips the current profile it is on and moves on to the next, was the pause button deconfigured or something?
 
do you have Version 1.7.1.4 installed? .3 that was broken but that is fixed in .4
 
guys after iv changed to this new giles, my barb keeps picking up every single pile of gold form 1 to 3000, and in my rules i have 250.... whys that?
are you sure use version 1.7.1.4?
 
Last edited:
pause issue

yes I did install .4 I never had .3.....I had the old GILESTRINITY 1.6 file that hasnt been updated in a while, I saw on here that there was quite a few updates so I did fresh Trinity update to the .4 and was reading through comments and i saw that someone said something about the pause button. I tried this and had the same exact issue. Any ideas other than delete and re-install? (I just did that)
 
Why doesn't bot attack mobs blocking the way to the prioritized target? Since what revision is it broken? And why nobody fixes it? Bot very often stucks and dies if it is in the middle of large mob group or trash mob blocks in a narrow corridor while ranged mobs are attacking. Maybe bot can't attack blocking mobs with HotA? 50% of deaths are because of this shit.
 
yes I did install .4 I never had .3.....I had the old GILESTRINITY 1.6 file that hasnt been updated in a while, I saw on here that there was quite a few updates so I did fresh Trinity update to the .4 and was reading through comments and i saw that someone said something about the pause button. I tried this and had the same exact issue. Any ideas other than delete and re-install? (I just did that)

I have same issue, I think is Db Bug with PauseWhile instruction. I need more test with log tonight...

I come back with result as soon as possible.
 
anyone can tell me why iam picking 1 gold pills?i got 250 in my rules file and it was fine before instaling new giles
 
I tried, but got everything totally broken xD
So I need more exact advices in what string what parameter to change.

Code:
// Give more weight to elites and minions -// from 2000
//intell -- no weight for uber elites (key wardens), they already got 200 radius kill
                                    if ((thisgilesobject.IsEliteRareUnique || thisgilesobject.IsMinion) && c_iActorSNO != 256015 && c_iActorSNO != 256000 && c_iActorSNO != 255996)
                                        thisgilesobject.Weight += 1500;

Code:
 // Plus a free bonus to anything close anyway
                                    if (thisgilesobject.RadiusDistance <= 11f)
                                    {

                                        // Extra bonus for point-blank range
                                        iUnitsSurrounding++;

                                        // Give special "surrounded" weight to each unit -// from 200
                                        thisgilesobject.Weight += (600 * iUnitsSurrounding);
                                    }

this is what I did for my DH, seems to work
 
open up your demonbuddy folder and delete the whole settings folder and compiled assemblies folder. Then start demonbuddy back up again. You will need to reset all your settings for demonbuddy and all plugins
 
hm ok, and btw as for giles plugin setting, in item tab i have to chose 'use demon buddy loot rules ' right?
 
actualy when i moved the tab in giles plugin settings it worked... but now i dont know if my rules work or not
 
Status
Not open for further replies.
Back
Top