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

Trinity 1.7.3.6

Status
Not open for further replies.
Oh and somebody wanted to add a feature to kill damaged elites if their HP gets below 20%. I found that Idea somewhat awesome, so I asked a friend for help. Together we edited the Weighting.cs as follows:

Code:
// Ignore elite option, except if trying to town portal or EliteHp <=20%
                                if (!cacheObject.IsBoss && ShouldIgnoreElites && cacheObject.IsEliteRareUnique && [B]!(cacheObject.HitPointsPct <= 0.2)[/B])
                                {
                                    break;
                                }

The bolded part is added. So while ignoring elites the bot stops ignoring them when their hp is below or equal to 20% hp :)
 
Thanks for merging my tweaks into the main code, rrrix. It's an honor. I'll download this and work on a new version of HC Edition. :)
 
It still attacks elites when check box is checked to not attack elites. It went to graveyard WP. an elite was right there, it went toward elite and killed it with no other mob around.
 
[20:32:29.634 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[20:32:29.634 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[20:32:29.634 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[20:32:29.634 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[20:32:29.635 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[20:32:29.635 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[20:32:29.635 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[20:32:29.635 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[20:32:29.635 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[20:32:29.635 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[20:32:29.635 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[20:32:29.635 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[20:32:29.635 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[20:32:29.635 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[20:32:29.635 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[20:32:29.635 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[20:32:29.635 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[20:32:29.635 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[20:32:29.635 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[20:32:29.635 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[20:32:29.636 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[20:32:29.636 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[20:32:29.636 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[20:32:29.636 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[20:32:29.637 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[20:32:29.637 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[20:32:29.637 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[20:32:29.637 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[20:32:29.637 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[20:32:29.637 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[20:32:29.637 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[20:32:29.637 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque

I dont see anything new in avoidance options. previous 1.7.3.5 didnt spam this. Newest one spams it like crazy.
 
Which i dont know how to edit. I just tried not trinity is not being loaded in DB.

n/m fixed it. I guess i copy/pasted too fast and removed a bit of code.
 
Thanks for merging my tweaks into the main code, rrrix. It's an honor. I'll download this and work on a new version of HC Edition. :)

I thought you might have disappeared, haven't seen an update :)
 
Oh and somebody wanted to add a feature to kill damaged elites if their HP gets below 20%. I found that Idea somewhat awesome, so I asked a friend for help. Together we edited the Weighting.cs as follows:

Code:
// Ignore elite option, except if trying to town portal or EliteHp <=20%
                                if (!cacheObject.IsBoss && ShouldIgnoreElites && cacheObject.IsEliteRareUnique && [B]!(cacheObject.HitPointsPct <= 0.2)[/B])
                                {
                                    break;
                                }

The bolded part is added. So while ignoring elites the bot stops ignoring them when their hp is below or equal to 20% hp :)

I like it - i'll add this as a configurable setting (where the % is adjustable).

I think I need to rework the "Combat > Misc" tab into sub-tabs of Elite Handling, Trash handling, and then "Misc" :)
 
Got the second Problem(when 0% durability game restart loop) fixed:

I changed one if part in the TargetCheck.cs:

Code:
// We keep dying because we're spawning in AoE and next to 50 elites and we need to just leave the game
                if (DateTime.Now.Subtract(Trinity.LastDeathTime).TotalSeconds < 30 && ZetaDia.Me.Inventory.Equipped.Average(i => i.DurabilityPercent) < 0.05 [B]&& !ZetaDia.Me.IsInTown[/B])

Added the bold part of the code To ensure the bot does not perform the quit while he's in town.

Thanks.

Pretty weird, I tested this the most, never had this happen to me.
 
it looks like new trinity .3.6 eliminate closing bug, still testing for dc window bug.

lol

That wasn't a bug, btw. I just felt like being a nice guy this release. I have to think of a more .. hmm.. "motivating" method to accomplish what I'm trying to do here.
 
What MP, Which WOTB option? ignore elites, trash settings? More info plz?

MP10, Pop when off Cooldown, Ignore Elites, Trash Range Max, 8 Mobs Minimum.


XP/H seems to have dropped alot too..was averaging 90 - 110m now hardly ever above 100m. :(


Did a fresh install of everything when I updates also, last Trinity for me was 1.7.2.13, which is what im gona go back too for now. :(


rrrix you are a boss btw :D
 
Try watching your bot closer, and seeing when it's not doing what you expect it to, or doing what you don't expect.

I fixed up a bunch of Avoidance related stuff in this, so it may be spending more time avoiding than it does attacking - if you reduce the Health% or Distance sliders for your specific case of avoidance (e.g. Molten Trail, Poison Tree) then the bot will go inside the AoE and attack.

For example, I've noticed that when the screen is full of AoE and my sliders are all at 100% and it's a very tight area without lots of walking room, the bot may not even attack until the mobs/elites come out of the AoE effects, or the effects disappear.
 
Try watching your bot closer, and seeing when it's not doing what you expect it to, or doing what you don't expect.

I fixed up a bunch of Avoidance related stuff in this, so it may be spending more time avoiding than it does attacking - if you reduce the Health% or Distance sliders for your specific case of avoidance (e.g. Molten Trail, Poison Tree) then the bot will go inside the AoE and attack.

For example, I've noticed that when the screen is full of AoE and my sliders are all at 100% and it's a very tight area without lots of walking room, the bot may not even attack until the mobs/elites come out of the AoE effects, or the effects disappear.



Alright I will try and keep a closer eye on him, I have everything AoE wise (arcane etc) to 0% as he can take it, I am 610k buffed, 600AR, 6500 Armor, 55k HP.


Will switch back to this version and report back tomorrow :) (have been on .2.13 since i posted earlier)


Also I have had the "Attempt to Avoid AoE" and "Attack Mobs in AoE" checked but NOT the "Path Around AoE"
(the one the makes him avoid it even at Full HP) should this be fine? Or should I either set my bot to attack in AoE or Not to, not both?
 
Trying out 1.7.3.6 and it just sits there after saying its going to create a game and never does.

Code:
[17:17:08.652 N] Demonbuddy v1.0.1446.317 started
[17:17:10.802 N] Logging in...
[17:17:12.094 N] Attached to Diablo III with pid: 8916
[17:17:12.109 N] Flashing window
[17:17:20.140 N] [QuestTools] Plugin v1.3.10 Enabled
[17:17:20.151 N] [Trinity] Loading BattleTag Settings
[17:17:25.348 N] [Trinity] Configuration file loaded
[17:17:25.390 N] [Trinity] ENABLED: Trinity v1.7.3.6 now in action!
[17:17:26.618 N] Current bot set to Order Bot
[17:17:26.618 N] Loaded profile In a Rush - Dahglur Oasis and Eastern Channel
[17:17:39.674 N] Chose Belphegor All-in-One as your combat routine.
[17:17:39.685 N] [Belphegor All-in-One 1.0.1445.316] Building method list
[17:17:39.688 N] [Belphegor All-in-One 1.0.1445.316] Added 66 methods
[17:17:39.689 N] [Belphegor All-in-One 1.0.1445.316] BarbarianCombat is a match!
[17:17:39.689 N] [Belphegor All-in-One 1.0.1445.316] Using BarbarianCombat for Combat (Priority: 0)
[17:17:39.717 N] [Belphegor All-in-One 1.0.1445.316] BarbarianBuffs is a match!
[17:17:39.717 N] [Belphegor All-in-One 1.0.1445.316] Using BarbarianBuffs for Buff (Priority: 0)
[17:17:40.694 N] [Belphegor All-in-One 1.0.1445.316] BarbarianMovement is a match!
[17:17:40.694 N] [Belphegor All-in-One 1.0.1445.316] Using BarbarianMovement for Movement (Priority: 0)
[17:17:41.200 N] [Belphegor All-in-One 1.0.1445.316] Behaviors created
[17:17:41.458 N] Loaded profile In a Rush - Dahglur Oasis and Eastern Channel
[17:17:41.665 N] [Trinity] ItemRules is using the custom rule set.
[17:17:41.665 N] [Trinity] PICKLOG = Rare 
[17:17:41.665 N] [Trinity] KEEPLOG = Rare 
[17:17:41.665 N] [Trinity] RULEPATH = C:\Users\Paultimate\Desktop\db\Plugins\Trinity\ItemRules\Rules\custom 
[17:17:41.667 N] [Trinity] ... loaded: 38 Pickup rules
[17:17:41.668 N] [Trinity] ... loaded: 0 Identify rules
[17:17:41.668 N] [Trinity] ... loaded: 0 Salvage rules
[17:17:41.668 N] [Trinity] ... loaded: 6 Common Keep rules
[17:17:41.668 N] [Trinity] ... loaded: 1 Magic Keep rules
[17:17:41.671 N] [Trinity] ... loaded: 37 Rare Keep rules
[17:17:41.674 N] [Trinity] ... loaded: 142 Legendary Keep rules
[17:17:41.674 N] [Trinity] ... loaded: 0 Set Keep rules
[17:17:41.674 N] [Trinity] ... loaded: 26 Macros
[17:17:41.674 N] [Trinity] ItemRules loaded a total of 186 Custom rules!
[17:17:41.674 N] [Trinity]  _______________________________________
[17:17:41.674 N] [Trinity]  ___-|: Darkfriend's Item Rules 2 :|-___
[17:17:41.674 N] [Trinity]  ___________________Rel.-v 2.2.3.0_______
[17:17:41.674 N] [Trinity] ItemRules is using the custom rule set.
[17:17:41.674 N] [Trinity] PICKLOG = Rare 
[17:17:41.674 N] [Trinity] KEEPLOG = Rare 
[17:17:41.674 N] [Trinity] RULEPATH = C:\Users\Paultimate\Desktop\db\Plugins\Trinity\ItemRules\Rules\custom 
[17:17:41.675 N] [Trinity] ... loaded: 38 Pickup rules
[17:17:41.675 N] [Trinity] ... loaded: 0 Identify rules
[17:17:41.675 N] [Trinity] ... loaded: 0 Salvage rules
[17:17:41.675 N] [Trinity] ... loaded: 6 Common Keep rules
[17:17:41.675 N] [Trinity] ... loaded: 1 Magic Keep rules
[17:17:41.676 N] [Trinity] ... loaded: 37 Rare Keep rules
[17:17:41.678 N] [Trinity] ... loaded: 142 Legendary Keep rules
[17:17:41.678 N] [Trinity] ... loaded: 0 Set Keep rules
[17:17:41.678 N] [Trinity] ... loaded: 26 Macros
[17:17:41.678 N] [Trinity] ItemRules loaded a total of 186 Custom rules!
[17:17:42.161 N] [Trinity] Stopping bot to install latest routine
[17:17:42.162 N] Stopping the bot.
[17:17:42.315 N] Loaded profile In a Rush - Dahglur Oasis and Eastern Channel
[17:17:42.417 N] [Trinity] New Game - resetting everything
[17:17:42.462 N] GameChanged. Clearing actors
[17:17:42.471 N] ========== Grid segmentation resetting!!! ============
[17:17:42.473 N] [Trinity] Routine installed, starting bot
[17:17:42.501 N] [Trinity] New Game - resetting everything
[17:17:42.530 N] ProfileOrderManager.OnGameJoined, Reloading profile.
[17:17:42.741 N] Loaded profile In a Rush - Dahglur Oasis and Eastern Channel
[17:17:42.741 N] [Trinity] Note: Maintaining item stats from previous run. To reset stats fully, please restart DB.
[17:17:42.742 N] [Trinity] ItemRules is using the custom rule set.
[17:17:42.742 N] [Trinity] PICKLOG = Rare 
[17:17:42.742 N] [Trinity] KEEPLOG = Rare 
[17:17:42.742 N] [Trinity] RULEPATH = C:\Users\Paultimate\Desktop\db\Plugins\Trinity\ItemRules\Rules\custom 
[17:17:42.742 N] [Trinity] ... loaded: 38 Pickup rules
[17:17:42.742 N] [Trinity] ... loaded: 0 Identify rules
[17:17:42.742 N] [Trinity] ... loaded: 0 Salvage rules
[17:17:42.742 N] [Trinity] ... loaded: 6 Common Keep rules
[17:17:42.742 N] [Trinity] ... loaded: 1 Magic Keep rules
[17:17:42.744 N] [Trinity] ... loaded: 37 Rare Keep rules
[17:17:42.746 N] [Trinity] ... loaded: 142 Legendary Keep rules
[17:17:42.746 N] [Trinity] ... loaded: 0 Set Keep rules
[17:17:42.746 N] [Trinity] ... loaded: 26 Macros
[17:17:42.746 N] [Trinity] ItemRules loaded a total of 186 Custom rules!
[17:17:42.806 N] Loaded profile In a Rush - Dahglur Oasis and Eastern Channel
[17:17:42.806 N] Game joined, Resetting profile caches.
[17:17:42.806 N] ========== Grid segmentation resetting!!! ============
[17:17:42.809 N] ========== Grid segmentation resetting!!! ============
[17:17:42.864 N] [Trinity] Starting up Generic Cache Manage thread
[17:17:42.865 N] [Trinity] Starting up Generic Blacklist Manager thread
[17:18:11.522 N] Stopping the bot.
[17:18:11.522 N] ========== Grid segmentation resetting!!! ============
[17:18:14.559 N] Loaded profile In a Rush - Dahglur Oasis and Eastern Channel
[17:18:14.560 N] [Trinity] Note: Maintaining item stats from previous run. To reset stats fully, please restart DB.
[17:18:14.561 N] [Trinity] ItemRules is using the custom rule set.
[17:18:14.561 N] [Trinity] PICKLOG = Rare 
[17:18:14.561 N] [Trinity] KEEPLOG = Rare 
[17:18:14.561 N] [Trinity] RULEPATH = C:\Users\Paultimate\Desktop\db\Plugins\Trinity\ItemRules\Rules\custom 
[17:18:14.561 N] [Trinity] ... loaded: 38 Pickup rules
[17:18:14.562 N] [Trinity] ... loaded: 0 Identify rules
[17:18:14.562 N] [Trinity] ... loaded: 0 Salvage rules
[17:18:14.562 N] [Trinity] ... loaded: 6 Common Keep rules
[17:18:14.562 N] [Trinity] ... loaded: 1 Magic Keep rules
[17:18:14.563 N] [Trinity] ... loaded: 37 Rare Keep rules
[17:18:14.566 N] [Trinity] ... loaded: 142 Legendary Keep rules
[17:18:14.566 N] [Trinity] ... loaded: 0 Set Keep rules
[17:18:14.566 N] [Trinity] ... loaded: 26 Macros
[17:18:14.566 N] [Trinity] ItemRules loaded a total of 186 Custom rules!
[17:18:14.572 N] Waiting 7.3 seconds before next game...
[17:19:09.879 N] [Trinity] Saving Config file
[17:19:13.919 N] Stopping the bot.
[17:19:13.919 N] ========== Grid segmentation resetting!!! ============
[17:19:15.476 N] Loaded profile In a Rush - Dahglur Oasis and Eastern Channel
[17:19:15.477 N] [Trinity] Note: Maintaining item stats from previous run. To reset stats fully, please restart DB.
[17:19:15.477 N] [Trinity] ItemRules is using the custom rule set.
[17:19:15.477 N] [Trinity] PICKLOG = Rare 
[17:19:15.477 N] [Trinity] KEEPLOG = Rare 
[17:19:15.477 N] [Trinity] RULEPATH = C:\Users\Paultimate\Desktop\db\Plugins\Trinity\ItemRules\Rules\custom 
[17:19:15.478 N] [Trinity] ... loaded: 38 Pickup rules
[17:19:15.478 N] [Trinity] ... loaded: 0 Identify rules
[17:19:15.478 N] [Trinity] ... loaded: 0 Salvage rules
[17:19:15.479 N] [Trinity] ... loaded: 6 Common Keep rules
[17:19:15.479 N] [Trinity] ... loaded: 1 Magic Keep rules
[17:19:15.479 N] [Trinity] ... loaded: 37 Rare Keep rules
[17:19:15.481 N] [Trinity] ... loaded: 142 Legendary Keep rules
[17:19:15.481 N] [Trinity] ... loaded: 0 Set Keep rules
[17:19:15.482 N] [Trinity] ... loaded: 26 Macros
[17:19:15.482 N] [Trinity] ItemRules loaded a total of 186 Custom rules!
[17:19:15.484 N] Waiting 7.7 seconds before next game...


Edit: I went ahead and installed db fresh and manually put in quest tools and Trinity again and now its working. Not sure what was wrong before.
 
Trying out 1.7.3.6 and it just sits there after saying its going to create a game and never does.

Code:
[17:17:08.652 N] Demonbuddy v1.0.1446.317 started
[17:17:10.802 N] Logging in...
[17:17:12.094 N] Attached to Diablo III with pid: 8916
[17:17:12.109 N] Flashing window
[17:17:20.140 N] [QuestTools] Plugin v1.3.10 Enabled
[17:17:20.151 N] [Trinity] Loading BattleTag Settings
[17:17:25.348 N] [Trinity] Configuration file loaded
[17:17:25.390 N] [Trinity] ENABLED: Trinity v1.7.3.6 now in action!
[17:17:26.618 N] Current bot set to Order Bot
[17:17:26.618 N] Loaded profile In a Rush - Dahglur Oasis and Eastern Channel
[17:17:39.674 N] Chose Belphegor All-in-One as your combat routine.
[17:17:39.685 N] [Belphegor All-in-One 1.0.1445.316] Building method list
[17:17:39.688 N] [Belphegor All-in-One 1.0.1445.316] Added 66 methods
[17:17:39.689 N] [Belphegor All-in-One 1.0.1445.316] BarbarianCombat is a match!
[17:17:39.689 N] [Belphegor All-in-One 1.0.1445.316] Using BarbarianCombat for Combat (Priority: 0)
[17:17:39.717 N] [Belphegor All-in-One 1.0.1445.316] BarbarianBuffs is a match!
[17:17:39.717 N] [Belphegor All-in-One 1.0.1445.316] Using BarbarianBuffs for Buff (Priority: 0)
[17:17:40.694 N] [Belphegor All-in-One 1.0.1445.316] BarbarianMovement is a match!
[17:17:40.694 N] [Belphegor All-in-One 1.0.1445.316] Using BarbarianMovement for Movement (Priority: 0)
[17:17:41.200 N] [Belphegor All-in-One 1.0.1445.316] Behaviors created
[17:17:41.458 N] Loaded profile In a Rush - Dahglur Oasis and Eastern Channel
[17:17:41.665 N] [Trinity] ItemRules is using the custom rule set.
[17:17:41.665 N] [Trinity] PICKLOG = Rare 
[17:17:41.665 N] [Trinity] KEEPLOG = Rare 
[17:17:41.665 N] [Trinity] RULEPATH = C:\Users\Paultimate\Desktop\db\Plugins\Trinity\ItemRules\Rules\custom 
[17:17:41.667 N] [Trinity] ... loaded: 38 Pickup rules
[17:17:41.668 N] [Trinity] ... loaded: 0 Identify rules
[17:17:41.668 N] [Trinity] ... loaded: 0 Salvage rules
[17:17:41.668 N] [Trinity] ... loaded: 6 Common Keep rules
[17:17:41.668 N] [Trinity] ... loaded: 1 Magic Keep rules
[17:17:41.671 N] [Trinity] ... loaded: 37 Rare Keep rules
[17:17:41.674 N] [Trinity] ... loaded: 142 Legendary Keep rules
[17:17:41.674 N] [Trinity] ... loaded: 0 Set Keep rules
[17:17:41.674 N] [Trinity] ... loaded: 26 Macros
[17:17:41.674 N] [Trinity] ItemRules loaded a total of 186 Custom rules!
[17:17:41.674 N] [Trinity]  _______________________________________
[17:17:41.674 N] [Trinity]  ___-|: Darkfriend's Item Rules 2 :|-___
[17:17:41.674 N] [Trinity]  ___________________Rel.-v 2.2.3.0_______
[17:17:41.674 N] [Trinity] ItemRules is using the custom rule set.
[17:17:41.674 N] [Trinity] PICKLOG = Rare 
[17:17:41.674 N] [Trinity] KEEPLOG = Rare 
[17:17:41.674 N] [Trinity] RULEPATH = C:\Users\Paultimate\Desktop\db\Plugins\Trinity\ItemRules\Rules\custom 
[17:17:41.675 N] [Trinity] ... loaded: 38 Pickup rules
[17:17:41.675 N] [Trinity] ... loaded: 0 Identify rules
[17:17:41.675 N] [Trinity] ... loaded: 0 Salvage rules
[17:17:41.675 N] [Trinity] ... loaded: 6 Common Keep rules
[17:17:41.675 N] [Trinity] ... loaded: 1 Magic Keep rules
[17:17:41.676 N] [Trinity] ... loaded: 37 Rare Keep rules
[17:17:41.678 N] [Trinity] ... loaded: 142 Legendary Keep rules
[17:17:41.678 N] [Trinity] ... loaded: 0 Set Keep rules
[17:17:41.678 N] [Trinity] ... loaded: 26 Macros
[17:17:41.678 N] [Trinity] ItemRules loaded a total of 186 Custom rules!
[17:17:42.161 N] [Trinity] Stopping bot to install latest routine
[17:17:42.162 N] Stopping the bot.
[17:17:42.315 N] Loaded profile In a Rush - Dahglur Oasis and Eastern Channel
[17:17:42.417 N] [Trinity] New Game - resetting everything
[17:17:42.462 N] GameChanged. Clearing actors
[17:17:42.471 N] ========== Grid segmentation resetting!!! ============
[17:17:42.473 N] [Trinity] Routine installed, starting bot
[17:17:42.501 N] [Trinity] New Game - resetting everything
[17:17:42.530 N] ProfileOrderManager.OnGameJoined, Reloading profile.
[17:17:42.741 N] Loaded profile In a Rush - Dahglur Oasis and Eastern Channel
[17:17:42.741 N] [Trinity] Note: Maintaining item stats from previous run. To reset stats fully, please restart DB.
[17:17:42.742 N] [Trinity] ItemRules is using the custom rule set.
[17:17:42.742 N] [Trinity] PICKLOG = Rare 
[17:17:42.742 N] [Trinity] KEEPLOG = Rare 
[17:17:42.742 N] [Trinity] RULEPATH = C:\Users\Paultimate\Desktop\db\Plugins\Trinity\ItemRules\Rules\custom 
[17:17:42.742 N] [Trinity] ... loaded: 38 Pickup rules
[17:17:42.742 N] [Trinity] ... loaded: 0 Identify rules
[17:17:42.742 N] [Trinity] ... loaded: 0 Salvage rules
[17:17:42.742 N] [Trinity] ... loaded: 6 Common Keep rules
[17:17:42.742 N] [Trinity] ... loaded: 1 Magic Keep rules
[17:17:42.744 N] [Trinity] ... loaded: 37 Rare Keep rules
[17:17:42.746 N] [Trinity] ... loaded: 142 Legendary Keep rules
[17:17:42.746 N] [Trinity] ... loaded: 0 Set Keep rules
[17:17:42.746 N] [Trinity] ... loaded: 26 Macros
[17:17:42.746 N] [Trinity] ItemRules loaded a total of 186 Custom rules!
[17:17:42.806 N] Loaded profile In a Rush - Dahglur Oasis and Eastern Channel
[17:17:42.806 N] Game joined, Resetting profile caches.
[17:17:42.806 N] ========== Grid segmentation resetting!!! ============
[17:17:42.809 N] ========== Grid segmentation resetting!!! ============
[17:17:42.864 N] [Trinity] Starting up Generic Cache Manage thread
[17:17:42.865 N] [Trinity] Starting up Generic Blacklist Manager thread
[17:18:11.522 N] Stopping the bot.
[17:18:11.522 N] ========== Grid segmentation resetting!!! ============
[17:18:14.559 N] Loaded profile In a Rush - Dahglur Oasis and Eastern Channel
[17:18:14.560 N] [Trinity] Note: Maintaining item stats from previous run. To reset stats fully, please restart DB.
[17:18:14.561 N] [Trinity] ItemRules is using the custom rule set.
[17:18:14.561 N] [Trinity] PICKLOG = Rare 
[17:18:14.561 N] [Trinity] KEEPLOG = Rare 
[17:18:14.561 N] [Trinity] RULEPATH = C:\Users\Paultimate\Desktop\db\Plugins\Trinity\ItemRules\Rules\custom 
[17:18:14.561 N] [Trinity] ... loaded: 38 Pickup rules
[17:18:14.562 N] [Trinity] ... loaded: 0 Identify rules
[17:18:14.562 N] [Trinity] ... loaded: 0 Salvage rules
[17:18:14.562 N] [Trinity] ... loaded: 6 Common Keep rules
[17:18:14.562 N] [Trinity] ... loaded: 1 Magic Keep rules
[17:18:14.563 N] [Trinity] ... loaded: 37 Rare Keep rules
[17:18:14.566 N] [Trinity] ... loaded: 142 Legendary Keep rules
[17:18:14.566 N] [Trinity] ... loaded: 0 Set Keep rules
[17:18:14.566 N] [Trinity] ... loaded: 26 Macros
[17:18:14.566 N] [Trinity] ItemRules loaded a total of 186 Custom rules!
[17:18:14.572 N] Waiting 7.3 seconds before next game...
[17:19:09.879 N] [Trinity] Saving Config file
[17:19:13.919 N] Stopping the bot.
[17:19:13.919 N] ========== Grid segmentation resetting!!! ============
[17:19:15.476 N] Loaded profile In a Rush - Dahglur Oasis and Eastern Channel
[17:19:15.477 N] [Trinity] Note: Maintaining item stats from previous run. To reset stats fully, please restart DB.
[17:19:15.477 N] [Trinity] ItemRules is using the custom rule set.
[17:19:15.477 N] [Trinity] PICKLOG = Rare 
[17:19:15.477 N] [Trinity] KEEPLOG = Rare 
[17:19:15.477 N] [Trinity] RULEPATH = C:\Users\Paultimate\Desktop\db\Plugins\Trinity\ItemRules\Rules\custom 
[17:19:15.478 N] [Trinity] ... loaded: 38 Pickup rules
[17:19:15.478 N] [Trinity] ... loaded: 0 Identify rules
[17:19:15.478 N] [Trinity] ... loaded: 0 Salvage rules
[17:19:15.479 N] [Trinity] ... loaded: 6 Common Keep rules
[17:19:15.479 N] [Trinity] ... loaded: 1 Magic Keep rules
[17:19:15.479 N] [Trinity] ... loaded: 37 Rare Keep rules
[17:19:15.481 N] [Trinity] ... loaded: 142 Legendary Keep rules
[17:19:15.481 N] [Trinity] ... loaded: 0 Set Keep rules
[17:19:15.482 N] [Trinity] ... loaded: 26 Macros
[17:19:15.482 N] [Trinity] ItemRules loaded a total of 186 Custom rules!
[17:19:15.484 N] Waiting 7.7 seconds before next game...

[How to attach a logfile?]
 
keep receiving stuff like this for my WD
[16:03:12.993 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[16:03:12.993 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[16:03:13.329 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[16:03:13.329 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[16:03:13.697 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[16:03:13.697 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[16:03:14.033 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[16:03:14.033 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque

log file attached, hope this helps.View attachment 2680 2013-09-20 14.35.txt

DB is fresh installed, also tried with only trinity enabled, problem exists. But this has no effect in my bot activities, bot still runs well despite these random messages.
 
Status
Not open for further replies.
Back
Top