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

[Plugin] AdvancedItemFilter RELOADED !

Status
Not open for further replies.
Those are valid? I have pDPS already in the file, but really interested into eDPS :p

pDps calculation is wrong. Coz it's calculate elemental damage too with physical. We have to seperate for ele and pure physical.

This is how looks like in Evaluableitem.cs
Code:
        public int MinDPS { get { return _myItem.MinDps; } } <<<< this calculation ele+physical min Dps
        public int MaxDPS { get { return _myItem.MaxDps; } } <<<<<this calculation ele+physical Max Dps
        public int AvgDPS  {  get { return (MinDPS + MaxDPS)/2; }  } <<<<<this calculation ele+physical Avg Dps
        public double PhysDPS { get { return AvgDPS * _myItem.AttacksPerSecond; } }<<< So this calculation ele+Physical dps = PhysDps

if i use AvgDps or PhysDPS i's calculate physical+Ele damage = Pdps = TotalDps. I'll fix my filter later when u can fix for pure Ele and pure Physical. So i can't really use MinDPS,MaxDPS,AvgDPS and PhysDPS for pure physical dps.
 
Last edited:
pDps calculation is wrong. Coz it's calculate elemental damage too with physical. We have to seperate for ele and pure physical.

This is how looks like in Evaluableitem.cs
Code:
        public int MinDPS { get { return _myItem.MinDps; } } <<<< this calculation ele+physical min Dps
        public int MaxDPS { get { return _myItem.MaxDps; } } <<<<<this calculation ele+physical Max Dps
        public int AvgDPS  {  get { return (MinDPS + MaxDPS)/2; }  } <<<<<this calculation ele+physical Avg Dps
        public double PhysDPS { get { return AvgDPS * _myItem.AttacksPerSecond; } }<<< So this calculation ele+Physical dps = PhysDps

if i use AvgDps or PhysDPS i's calculate physical+Ele damage = Pdps = TotalDps
I'll fix my filter later when u can fix for pure Ele and pure Physical.

Lemme know what I should fix/add/remove, I'll do it ;)

I have absolutely no knowloedge about theory stuff in this game.
 
Lemme know what I should fix/add/remove, I'll do it ;)

I have absolutely no knowloedge about theory stuff in this game.

Sorry for Double post. I can't look in api now. Coz i don't have visual basic in this pc. I just give u example.

For PhysicalDPS it's must be;
Code:
public int MinPDPS { get { return _myItem.MinPhysicalDamage; } }
public int MaxPDPS { get { return _myItem.MaxPhysicalDamage; } }
public int AvgPDPS  {  get { return (MinPDPS + MaxPDPS)/2; }  }
public double PhysDPS { get { return AvgPDPS * _myItem.AttacksPerSecond; } }

and For Ele
Code:
public int MinEDPS { get { return _myItem.MinElementalDamage; } }
public int MaxEDPS { get { return _myItem.MaxElementalDamage; } }
public int AvgEDPS  {  get { return (MinEDPS + MaxEDPS)/2; }  }
public double EleDPS { get { return AvgEDPS * _myItem.AttacksPerSecond; } }
wTbv6b0.jpg


Yes works.. Fixed View attachment EvaluableItem.zip
 
Last edited:
Sorry for Double post. I can't look in api now. Coz i don't have visual basic in this pc. I just give u example.

For PhysicalDPS it's must be;
Code:
public int MinPDPS { get { return _myItem.MinPhysicalDamage; } }
public int MaxPDPS { get { return _myItem.MaxPhysicalDamage; } }
public int AvgPDPS  {  get { return (MinPDPS + MaxPDPS)/2; }  }
public double PhysDPS { get { return AvgPDPS * _myItem.AttacksPerSecond; } }

and For Ele
Code:
public int MinEDPS { get { return _myItem.MinElementalDamage; } }
public int MaxEDPS { get { return _myItem.MaxElementalDamage; } }
public int AvgEDPS  {  get { return (MinEDPS + MaxEDPS)/2; }  }
public double EleDPS { get { return AvgEDPS * _myItem.AttacksPerSecond; } }
wTbv6b0.jpg


Yes works.. Fixed View attachment 193523

Not gonna use the file directly, since I added few things myself on my side, but I'll take the values :)
 
Could you release the AIF more often if there are no updates that needs excessive testing? You are collecting updates for one month and release huge ass one. Would be better if you'll do few, but smaller. Maybe some SVN like dbf is doing with QuestPlugin, that would be great.
 
Could you release the AIF more often if there are no updates that needs excessive testing? You are collecting updates for one month and release huge ass one. Would be better if you'll do few, but smaller. Maybe some SVN like dbf is doing with QuestPlugin, that would be great.

Well, I don't wait for you to give me fixes, I have some in line that I'm testing, and needs deeeeeeper testing because they touch to core features, like stashing and such.

I might release the version I have now tomorrow, I have other things to do... :)

// EDIT //

Gathering changelog data, this week I'll work on QB + build up my farm so I won't have lot of time to debug AIF, but things are going well on the testing RIG. so it might be fine...
 
Last edited:
so i've been having some issues with the bot never firing the GCP recipe task...
I've looked through the code, but as i'm a complete novice i couldnt figure it out xD
anyone wanna help me out?

Nevermind: apparently you have to have a specific tab selected for the gem stashing, i went ahead and removed that code (i wanted my entire stash to be checked) and that fixed it.
 
Last edited:
so i've been having some issues with the bot never firing the GCP recipe task...
I've looked through the code, but as i'm a complete novice i couldnt figure it out xD
anyone wanna help me out?

Nevermind: apparently you have to have a specific tab selected for the gem stashing, i went ahead and removed that code (i wanted my entire stash to be checked) and that fixed it.

Yep, I restricted it to specific tab, because I don't run with a lot of tabs on grinders. so I have specific tabs for things and it's a bit more secure.

You can post what you removed so people may be able to mod it as they want to :)
 
1)
- Every person has its own skills (Alcor harvest woods at work, and when he comes home he just annoy us to give him features. Kappa) I won't blame someone for not coding or having terrible logic.

Jez!! i Spotted this while random reading the thread.......

Bro, i'm counting 7 projects (you know the size of them) and 3 released plugin plus 1 routine....

O wait..that tNyx :) Kappa bro, i know you :cool:
 
My bot checks worth tabs. It helps to restart or shutdown chaos bot recipe.

2015-12-01 14:42:00,054 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] Found items corresponding to a recipe, parsing those into the right variables
2015-12-01 14:42:00,056 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Unset Ring (iLevel : 69 / Type : Metadata/Items/Rings/Ring15)
2015-12-01 14:42:00,058 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Antique Gauntlets (iLevel : 73 / Type : Metadata/Items/Armours/Gloves/GlovesStr5)
2015-12-01 14:42:00,059 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Leather Belt (iLevel : 73 / Type : Metadata/Items/Belts/Belt3)
2015-12-01 14:42:00,060 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Jade Amulet (iLevel : 71 / Type : Metadata/Items/Amulets/Amulet4)
2015-12-01 14:42:00,062 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Vaal Greaves (iLevel : 73 / Type : Metadata/Items/Armours/Boots/BootsStr8)
2015-12-01 14:42:00,063 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Battle Lamellar (iLevel : 72 / Type : Metadata/Items/Armours/BodyArmours/BodyStrDex12)
2015-12-01 14:42:00,064 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 73 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:00,076 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring14)
2015-12-01 14:42:00,078 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Diamond Ring (iLevel : 73 / Type : Metadata/Items/Rings/Ring11)
2015-12-01 14:42:00,079 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Chain Belt (iLevel : 70 / Type : Metadata/Items/Belts/Belt2)
2015-12-01 14:42:00,080 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:00,082 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Moonstone Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring9)
2015-12-01 14:42:00,083 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Iron Ring (iLevel : 70 / Type : Metadata/Items/Rings/Ring1)
2015-12-01 14:42:00,084 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:00,085 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Topaz Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring5)
2015-12-01 14:42:00,086 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Iron Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring1)
2015-12-01 14:42:00,088 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Diamond Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring11)
2015-12-01 14:42:00,089 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring14)
2015-12-01 14:42:02,320 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:03,353 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:04,357 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:05,386 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:06,405 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:07,333 [58] INFO CustomLogger (null) - [WaitForStashTabContents] The page control did not change.
2015-12-01 14:42:07,338 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] We're on the last tab, we can't go further. Checking if we still need something afterall
2015-12-01 14:42:07,339 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] Seems like we had a problem withdrawing (Helmet : True) We're gonna count if all items are in inventory already
2015-12-01 14:42:07,341 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] We're missing a piece of gear, error handling behavior started
2015-12-01 14:42:07,623 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] Found items corresponding to a recipe, parsing those into the right variables
2015-12-01 14:42:07,625 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Unset Ring (iLevel : 69 / Type : Metadata/Items/Rings/Ring15)
2015-12-01 14:42:07,626 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Antique Gauntlets (iLevel : 73 / Type : Metadata/Items/Armours/Gloves/GlovesStr5)
2015-12-01 14:42:07,628 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Leather Belt (iLevel : 73 / Type : Metadata/Items/Belts/Belt3)
2015-12-01 14:42:07,629 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Jade Amulet (iLevel : 71 / Type : Metadata/Items/Amulets/Amulet4)
2015-12-01 14:42:07,631 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Vaal Greaves (iLevel : 73 / Type : Metadata/Items/Armours/Boots/BootsStr8)
2015-12-01 14:42:07,633 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Battle Lamellar (iLevel : 72 / Type : Metadata/Items/Armours/BodyArmours/BodyStrDex12)
2015-12-01 14:42:07,634 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 73 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:07,636 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring14)
2015-12-01 14:42:07,637 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Diamond Ring (iLevel : 73 / Type : Metadata/Items/Rings/Ring11)
2015-12-01 14:42:07,639 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Chain Belt (iLevel : 70 / Type : Metadata/Items/Belts/Belt2)
2015-12-01 14:42:07,640 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:07,642 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Moonstone Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring9)
2015-12-01 14:42:07,643 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Iron Ring (iLevel : 70 / Type : Metadata/Items/Rings/Ring1)
2015-12-01 14:42:07,645 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:07,646 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Topaz Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring5)
2015-12-01 14:42:07,648 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Iron Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring1)
2015-12-01 14:42:07,649 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Diamond Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring11)
2015-12-01 14:42:07,651 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring14)
2015-12-01 14:42:09,894 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:10,915 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:11,935 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:12,955 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:13,972 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:14,909 [58] INFO CustomLogger (null) - [WaitForStashTabContents] The page control did not change.
2015-12-01 14:42:14,916 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] We're on the last tab, we can't go further. Checking if we still need something afterall
2015-12-01 14:42:14,917 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] Seems like we had a problem withdrawing (Helmet : True) We're gonna count if all items are in inventory already
2015-12-01 14:42:14,919 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] We're missing a piece of gear, error handling behavior started
2015-12-01 14:42:15,164 [58] INFO CustomLogger (null) - [LatencyTracker] AverageLatency: 216
2015-12-01 14:42:15,191 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] Found items corresponding to a recipe, parsing those into the right variables
2015-12-01 14:42:15,193 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Unset Ring (iLevel : 69 / Type : Metadata/Items/Rings/Ring15)
2015-12-01 14:42:15,194 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Antique Gauntlets (iLevel : 73 / Type : Metadata/Items/Armours/Gloves/GlovesStr5)
2015-12-01 14:42:15,196 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Leather Belt (iLevel : 73 / Type : Metadata/Items/Belts/Belt3)
2015-12-01 14:42:15,197 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Jade Amulet (iLevel : 71 / Type : Metadata/Items/Amulets/Amulet4)
2015-12-01 14:42:15,199 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Vaal Greaves (iLevel : 73 / Type : Metadata/Items/Armours/Boots/BootsStr8)
2015-12-01 14:42:15,200 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Battle Lamellar (iLevel : 72 / Type : Metadata/Items/Armours/BodyArmours/BodyStrDex12)
2015-12-01 14:42:15,202 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 73 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:15,203 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring14)
2015-12-01 14:42:15,205 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Diamond Ring (iLevel : 73 / Type : Metadata/Items/Rings/Ring11)
2015-12-01 14:42:15,206 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Chain Belt (iLevel : 70 / Type : Metadata/Items/Belts/Belt2)
2015-12-01 14:42:15,208 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:15,209 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Moonstone Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring9)
2015-12-01 14:42:15,211 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Iron Ring (iLevel : 70 / Type : Metadata/Items/Rings/Ring1)
2015-12-01 14:42:15,212 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:15,214 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Topaz Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring5)
2015-12-01 14:42:15,215 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Iron Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring1)
2015-12-01 14:42:15,217 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Diamond Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring11)
2015-12-01 14:42:15,218 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring14)
2015-12-01 14:42:15,700 [58] INFO CustomLogger (null) - [LatencyTracker] LowestLatency: 207
2015-12-01 14:42:15,701 [58] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 207
2015-12-01 14:42:15,821 [58] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 217
2015-12-01 14:42:16,902 [58] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 265
2015-12-01 14:42:17,468 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:18,487 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:19,511 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:20,522 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:21,525 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:22,491 [58] INFO CustomLogger (null) - [WaitForStashTabContents] The page control did not change.
2015-12-01 14:42:22,497 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] We're on the last tab, we can't go further. Checking if we still need something afterall
2015-12-01 14:42:22,498 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] Seems like we had a problem withdrawing (Helmet : True) We're gonna count if all items are in inventory already
2015-12-01 14:42:22,501 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] We're missing a piece of gear, error handling behavior started
2015-12-01 14:42:22,762 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] Found items corresponding to a recipe, parsing those into the right variables
2015-12-01 14:42:22,763 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Unset Ring (iLevel : 69 / Type : Metadata/Items/Rings/Ring15)
2015-12-01 14:42:22,769 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Antique Gauntlets (iLevel : 73 / Type : Metadata/Items/Armours/Gloves/GlovesStr5)
2015-12-01 14:42:22,771 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Leather Belt (iLevel : 73 / Type : Metadata/Items/Belts/Belt3)
2015-12-01 14:42:22,773 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Jade Amulet (iLevel : 71 / Type : Metadata/Items/Amulets/Amulet4)
2015-12-01 14:42:22,774 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Vaal Greaves (iLevel : 73 / Type : Metadata/Items/Armours/Boots/BootsStr8)
2015-12-01 14:42:22,776 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Battle Lamellar (iLevel : 72 / Type : Metadata/Items/Armours/BodyArmours/BodyStrDex12)
2015-12-01 14:42:22,777 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 73 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:22,779 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring14)
2015-12-01 14:42:22,780 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Diamond Ring (iLevel : 73 / Type : Metadata/Items/Rings/Ring11)
2015-12-01 14:42:22,782 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Chain Belt (iLevel : 70 / Type : Metadata/Items/Belts/Belt2)
2015-12-01 14:42:22,783 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:22,785 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Moonstone Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring9)
2015-12-01 14:42:22,786 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Iron Ring (iLevel : 70 / Type : Metadata/Items/Rings/Ring1)
2015-12-01 14:42:22,788 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:22,789 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Topaz Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring5)
2015-12-01 14:42:22,791 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Iron Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring1)
2015-12-01 14:42:22,792 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Diamond Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring11)
2015-12-01 14:42:22,794 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring14)
2015-12-01 14:42:25,065 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:26,085 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:27,088 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:28,109 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:29,120 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:30,077 [58] INFO CustomLogger (null) - [WaitForStashTabContents] The page control did not change.
2015-12-01 14:42:30,085 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] We're on the last tab, we can't go further. Checking if we still need something afterall
2015-12-01 14:42:30,086 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] Seems like we had a problem withdrawing (Helmet : True) We're gonna count if all items are in inventory already
2015-12-01 14:42:30,088 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] We're missing a piece of gear, error handling behavior started
2015-12-01 14:42:30,339 [58] INFO CustomLogger (null) - [LatencyTracker] AverageLatency: 220
2015-12-01 14:42:30,368 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] Found items corresponding to a recipe, parsing those into the right variables
2015-12-01 14:42:30,370 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Unset Ring (iLevel : 69 / Type : Metadata/Items/Rings/Ring15)
2015-12-01 14:42:30,372 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Antique Gauntlets (iLevel : 73 / Type : Metadata/Items/Armours/Gloves/GlovesStr5)
2015-12-01 14:42:30,373 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Leather Belt (iLevel : 73 / Type : Metadata/Items/Belts/Belt3)
2015-12-01 14:42:30,375 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Jade Amulet (iLevel : 71 / Type : Metadata/Items/Amulets/Amulet4)
2015-12-01 14:42:30,377 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Vaal Greaves (iLevel : 73 / Type : Metadata/Items/Armours/Boots/BootsStr8)
2015-12-01 14:42:30,379 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Battle Lamellar (iLevel : 72 / Type : Metadata/Items/Armours/BodyArmours/BodyStrDex12)
2015-12-01 14:42:30,380 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 73 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:30,382 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring14)
2015-12-01 14:42:30,388 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Diamond Ring (iLevel : 73 / Type : Metadata/Items/Rings/Ring11)
2015-12-01 14:42:30,389 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Chain Belt (iLevel : 70 / Type : Metadata/Items/Belts/Belt2)
2015-12-01 14:42:30,391 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:30,393 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Moonstone Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring9)
2015-12-01 14:42:30,394 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Iron Ring (iLevel : 70 / Type : Metadata/Items/Rings/Ring1)
2015-12-01 14:42:30,396 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:30,397 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Topaz Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring5)
2015-12-01 14:42:30,399 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Iron Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring1)
2015-12-01 14:42:30,400 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Diamond Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring11)
2015-12-01 14:42:30,402 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring14)
2015-12-01 14:42:32,693 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:34,698 [58] INFO CustomLogger (null) - [LatencyTracker] LowestLatency: 220
2015-12-01 14:42:34,698 [58] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 220
2015-12-01 14:42:35,142 [58] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 221
2015-12-01 14:42:35,657 [58] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 224
2015-12-01 14:42:36,166 [58] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 231
2015-12-01 14:42:37,178 [58] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 233
2015-12-01 14:42:37,922 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:38,948 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:39,953 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:40,961 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:41,109 [1] INFO CustomLogger (null) - [Stop] Now requesting the BotThread to stop.
2015-12-01 14:42:41,117 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:42,119 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:42,755 [1] INFO CustomLogger (null) - [Stop] Now force stopping the BotThread
 
My bot checks worth tabs. It helps to restart or shutdown chaos bot recipe.

2015-12-01 14:42:00,054 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] Found items corresponding to a recipe, parsing those into the right variables
2015-12-01 14:42:00,056 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Unset Ring (iLevel : 69 / Type : Metadata/Items/Rings/Ring15)
2015-12-01 14:42:00,058 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Antique Gauntlets (iLevel : 73 / Type : Metadata/Items/Armours/Gloves/GlovesStr5)
2015-12-01 14:42:00,059 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Leather Belt (iLevel : 73 / Type : Metadata/Items/Belts/Belt3)
2015-12-01 14:42:00,060 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Jade Amulet (iLevel : 71 / Type : Metadata/Items/Amulets/Amulet4)
2015-12-01 14:42:00,062 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Vaal Greaves (iLevel : 73 / Type : Metadata/Items/Armours/Boots/BootsStr8)
2015-12-01 14:42:00,063 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Battle Lamellar (iLevel : 72 / Type : Metadata/Items/Armours/BodyArmours/BodyStrDex12)
2015-12-01 14:42:00,064 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 73 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:00,076 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring14)
2015-12-01 14:42:00,078 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Diamond Ring (iLevel : 73 / Type : Metadata/Items/Rings/Ring11)
2015-12-01 14:42:00,079 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Chain Belt (iLevel : 70 / Type : Metadata/Items/Belts/Belt2)
2015-12-01 14:42:00,080 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:00,082 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Moonstone Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring9)
2015-12-01 14:42:00,083 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Iron Ring (iLevel : 70 / Type : Metadata/Items/Rings/Ring1)
2015-12-01 14:42:00,084 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:00,085 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Topaz Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring5)
2015-12-01 14:42:00,086 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Iron Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring1)
2015-12-01 14:42:00,088 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Diamond Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring11)
2015-12-01 14:42:00,089 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring14)
2015-12-01 14:42:02,320 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:03,353 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:04,357 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:05,386 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:06,405 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:07,333 [58] INFO CustomLogger (null) - [WaitForStashTabContents] The page control did not change.
2015-12-01 14:42:07,338 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] We're on the last tab, we can't go further. Checking if we still need something afterall
2015-12-01 14:42:07,339 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] Seems like we had a problem withdrawing (Helmet : True) We're gonna count if all items are in inventory already
2015-12-01 14:42:07,341 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] We're missing a piece of gear, error handling behavior started
2015-12-01 14:42:07,623 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] Found items corresponding to a recipe, parsing those into the right variables
2015-12-01 14:42:07,625 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Unset Ring (iLevel : 69 / Type : Metadata/Items/Rings/Ring15)
2015-12-01 14:42:07,626 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Antique Gauntlets (iLevel : 73 / Type : Metadata/Items/Armours/Gloves/GlovesStr5)
2015-12-01 14:42:07,628 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Leather Belt (iLevel : 73 / Type : Metadata/Items/Belts/Belt3)
2015-12-01 14:42:07,629 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Jade Amulet (iLevel : 71 / Type : Metadata/Items/Amulets/Amulet4)
2015-12-01 14:42:07,631 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Vaal Greaves (iLevel : 73 / Type : Metadata/Items/Armours/Boots/BootsStr8)
2015-12-01 14:42:07,633 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Battle Lamellar (iLevel : 72 / Type : Metadata/Items/Armours/BodyArmours/BodyStrDex12)
2015-12-01 14:42:07,634 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 73 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:07,636 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring14)
2015-12-01 14:42:07,637 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Diamond Ring (iLevel : 73 / Type : Metadata/Items/Rings/Ring11)
2015-12-01 14:42:07,639 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Chain Belt (iLevel : 70 / Type : Metadata/Items/Belts/Belt2)
2015-12-01 14:42:07,640 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:07,642 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Moonstone Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring9)
2015-12-01 14:42:07,643 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Iron Ring (iLevel : 70 / Type : Metadata/Items/Rings/Ring1)
2015-12-01 14:42:07,645 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:07,646 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Topaz Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring5)
2015-12-01 14:42:07,648 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Iron Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring1)
2015-12-01 14:42:07,649 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Diamond Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring11)
2015-12-01 14:42:07,651 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring14)
2015-12-01 14:42:09,894 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:10,915 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:11,935 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:12,955 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:13,972 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:14,909 [58] INFO CustomLogger (null) - [WaitForStashTabContents] The page control did not change.
2015-12-01 14:42:14,916 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] We're on the last tab, we can't go further. Checking if we still need something afterall
2015-12-01 14:42:14,917 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] Seems like we had a problem withdrawing (Helmet : True) We're gonna count if all items are in inventory already
2015-12-01 14:42:14,919 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] We're missing a piece of gear, error handling behavior started
2015-12-01 14:42:15,164 [58] INFO CustomLogger (null) - [LatencyTracker] AverageLatency: 216
2015-12-01 14:42:15,191 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] Found items corresponding to a recipe, parsing those into the right variables
2015-12-01 14:42:15,193 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Unset Ring (iLevel : 69 / Type : Metadata/Items/Rings/Ring15)
2015-12-01 14:42:15,194 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Antique Gauntlets (iLevel : 73 / Type : Metadata/Items/Armours/Gloves/GlovesStr5)
2015-12-01 14:42:15,196 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Leather Belt (iLevel : 73 / Type : Metadata/Items/Belts/Belt3)
2015-12-01 14:42:15,197 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Jade Amulet (iLevel : 71 / Type : Metadata/Items/Amulets/Amulet4)
2015-12-01 14:42:15,199 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Vaal Greaves (iLevel : 73 / Type : Metadata/Items/Armours/Boots/BootsStr8)
2015-12-01 14:42:15,200 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Battle Lamellar (iLevel : 72 / Type : Metadata/Items/Armours/BodyArmours/BodyStrDex12)
2015-12-01 14:42:15,202 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 73 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:15,203 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring14)
2015-12-01 14:42:15,205 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Diamond Ring (iLevel : 73 / Type : Metadata/Items/Rings/Ring11)
2015-12-01 14:42:15,206 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Chain Belt (iLevel : 70 / Type : Metadata/Items/Belts/Belt2)
2015-12-01 14:42:15,208 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:15,209 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Moonstone Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring9)
2015-12-01 14:42:15,211 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Iron Ring (iLevel : 70 / Type : Metadata/Items/Rings/Ring1)
2015-12-01 14:42:15,212 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:15,214 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Topaz Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring5)
2015-12-01 14:42:15,215 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Iron Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring1)
2015-12-01 14:42:15,217 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Diamond Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring11)
2015-12-01 14:42:15,218 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring14)
2015-12-01 14:42:15,700 [58] INFO CustomLogger (null) - [LatencyTracker] LowestLatency: 207
2015-12-01 14:42:15,701 [58] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 207
2015-12-01 14:42:15,821 [58] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 217
2015-12-01 14:42:16,902 [58] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 265
2015-12-01 14:42:17,468 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:18,487 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:19,511 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:20,522 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:21,525 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:22,491 [58] INFO CustomLogger (null) - [WaitForStashTabContents] The page control did not change.
2015-12-01 14:42:22,497 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] We're on the last tab, we can't go further. Checking if we still need something afterall
2015-12-01 14:42:22,498 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] Seems like we had a problem withdrawing (Helmet : True) We're gonna count if all items are in inventory already
2015-12-01 14:42:22,501 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] We're missing a piece of gear, error handling behavior started
2015-12-01 14:42:22,762 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] Found items corresponding to a recipe, parsing those into the right variables
2015-12-01 14:42:22,763 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Unset Ring (iLevel : 69 / Type : Metadata/Items/Rings/Ring15)
2015-12-01 14:42:22,769 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Antique Gauntlets (iLevel : 73 / Type : Metadata/Items/Armours/Gloves/GlovesStr5)
2015-12-01 14:42:22,771 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Leather Belt (iLevel : 73 / Type : Metadata/Items/Belts/Belt3)
2015-12-01 14:42:22,773 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Jade Amulet (iLevel : 71 / Type : Metadata/Items/Amulets/Amulet4)
2015-12-01 14:42:22,774 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Vaal Greaves (iLevel : 73 / Type : Metadata/Items/Armours/Boots/BootsStr8)
2015-12-01 14:42:22,776 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Battle Lamellar (iLevel : 72 / Type : Metadata/Items/Armours/BodyArmours/BodyStrDex12)
2015-12-01 14:42:22,777 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 73 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:22,779 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring14)
2015-12-01 14:42:22,780 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Diamond Ring (iLevel : 73 / Type : Metadata/Items/Rings/Ring11)
2015-12-01 14:42:22,782 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Chain Belt (iLevel : 70 / Type : Metadata/Items/Belts/Belt2)
2015-12-01 14:42:22,783 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:22,785 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Moonstone Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring9)
2015-12-01 14:42:22,786 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Iron Ring (iLevel : 70 / Type : Metadata/Items/Rings/Ring1)
2015-12-01 14:42:22,788 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:22,789 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Topaz Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring5)
2015-12-01 14:42:22,791 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Iron Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring1)
2015-12-01 14:42:22,792 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Diamond Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring11)
2015-12-01 14:42:22,794 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring14)
2015-12-01 14:42:25,065 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:26,085 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:27,088 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:28,109 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:29,120 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:30,077 [58] INFO CustomLogger (null) - [WaitForStashTabContents] The page control did not change.
2015-12-01 14:42:30,085 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] We're on the last tab, we can't go further. Checking if we still need something afterall
2015-12-01 14:42:30,086 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] Seems like we had a problem withdrawing (Helmet : True) We're gonna count if all items are in inventory already
2015-12-01 14:42:30,088 [58] DEBUG CustomLogger (null) - [RecipeWithdrawTask] We're missing a piece of gear, error handling behavior started
2015-12-01 14:42:30,339 [58] INFO CustomLogger (null) - [LatencyTracker] AverageLatency: 220
2015-12-01 14:42:30,368 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] Found items corresponding to a recipe, parsing those into the right variables
2015-12-01 14:42:30,370 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Unset Ring (iLevel : 69 / Type : Metadata/Items/Rings/Ring15)
2015-12-01 14:42:30,372 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Antique Gauntlets (iLevel : 73 / Type : Metadata/Items/Armours/Gloves/GlovesStr5)
2015-12-01 14:42:30,373 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Leather Belt (iLevel : 73 / Type : Metadata/Items/Belts/Belt3)
2015-12-01 14:42:30,375 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Jade Amulet (iLevel : 71 / Type : Metadata/Items/Amulets/Amulet4)
2015-12-01 14:42:30,377 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Vaal Greaves (iLevel : 73 / Type : Metadata/Items/Armours/Boots/BootsStr8)
2015-12-01 14:42:30,379 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Battle Lamellar (iLevel : 72 / Type : Metadata/Items/Armours/BodyArmours/BodyStrDex12)
2015-12-01 14:42:30,380 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 73 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:30,382 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring14)
2015-12-01 14:42:30,388 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Diamond Ring (iLevel : 73 / Type : Metadata/Items/Rings/Ring11)
2015-12-01 14:42:30,389 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Chain Belt (iLevel : 70 / Type : Metadata/Items/Belts/Belt2)
2015-12-01 14:42:30,391 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:30,393 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Moonstone Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring9)
2015-12-01 14:42:30,394 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Iron Ring (iLevel : 70 / Type : Metadata/Items/Rings/Ring1)
2015-12-01 14:42:30,396 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring13)
2015-12-01 14:42:30,397 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Topaz Ring (iLevel : 72 / Type : Metadata/Items/Rings/Ring5)
2015-12-01 14:42:30,399 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Iron Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring1)
2015-12-01 14:42:30,400 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Diamond Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring11)
2015-12-01 14:42:30,402 [58] DEBUG CustomLogger (null) - [CheckForRecipeItemsTask] - Two-Stone Ring (iLevel : 71 / Type : Metadata/Items/Rings/Ring14)
2015-12-01 14:42:32,693 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:34,698 [58] INFO CustomLogger (null) - [LatencyTracker] LowestLatency: 220
2015-12-01 14:42:34,698 [58] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 220
2015-12-01 14:42:35,142 [58] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 221
2015-12-01 14:42:35,657 [58] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 224
2015-12-01 14:42:36,166 [58] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 231
2015-12-01 14:42:37,178 [58] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 233
2015-12-01 14:42:37,922 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:38,948 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:39,953 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:40,961 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:41,109 [1] INFO CustomLogger (null) - [Stop] Now requesting the BotThread to stop.
2015-12-01 14:42:41,117 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:42,119 [58] INFO CustomLogger (null) - [WaitForStashTabContents] Waiting for the page control to change.
2015-12-01 14:42:42,755 [1] INFO CustomLogger (null) - [Stop] Now force stopping the BotThread
You have to post full logs.
 
Gladly, I don't post as an asshole unless it's warrented.

1. No name calling? i started off with a general discussion asking why something couldn't be implemented. I received an answer and I responded by asking if there is a specific line I can delete to make it work. I asked this because 1) After reviewing some of the files I noticed that .isIdentified is a common handle, thus it can be assumed that removing a few of these lines should make it work. But then again I am not familiar with the entirety of EB, and the way AIF is written there could be multiple areas in which you have to edit the code, so I simply asked if there was some sections in which I could remove the .isidentified. What I received was a half answer, in which I was given a reason it was not supported. I responded with a logical reason as to why that doesn't make sense, and even included "I'm not attacking you" as I was just unsure why it was such a hassle, I wasn't asking him to rewrite the entire thing just for me, I was just asking which lines/files had to be edited and hell I would have done it myself. I was responded then with "i think I hear your mom calling"... seriously. You sit here and defend your friend and I get it but I was keeping up a discussion with a legitimate question/answer.

2. Ask Millz from honorbuddy/Xcesius I helped contribute during the entire MoP content to the DK top script by providing accurate logs from world first encounters and was one of the VERY FEW knowledgable DK's to provide accurate and logical feedback on how to make the script better. Most of my work was done in the forum of feedback, private and extensive testing, insight, and suggestions, examples of this were taking detailed look at how scripts functioned within the HB community and providing extensive and knowledgable feedback in how they should be edited to function to maximum proficiency. Because of the work I put into making sure that it ran smoothly and optimally, PureRotations DK script consistantly parsed top parses. Was I credited? No but then again I didn't ask to be and I was helping to make the script better for myself as well, but regardless I can pull up multiple chat logs that show that my work specifically helped make the script one of the best it was, but this isn't a dick measuring contest. I don't use the buddy bots and comment on scripts for my own ego, I do it because I pay for something, And if I'm paying for it I want it to at least be a 1% improvement from what I could do by hand. I also have plenty of custom edits to scripts like YRB and Necrophilia, as well as a few scripts from FFXIV that I've shared with close friends in order to make our experience better. I'm not claiming to be an expert coder and infact I have on multiple occasions stated that I simply dabble in coding here and there, but when I submit feedback I typically do it over PM, because random BS in forum chat is pointless and often overlooked or misunderstood.

As for the means to do it themselves part let me explain: There are a few of us within the buddy community who have coding experience but not to the level that lets us fully develop our own scripts but allows us to do edits to existing scripts in order to let them fit our needs. When I worked with the HB DK scripts I could easily go through and edit what I needed as it was all in 1 file and didn't have to worry about hooks and all that jazz. With scripts like these they're written across multiple files that all interact with eachother. My personal experience is in Java and HTML, anything C related is done simply from similarities between the coding languages. If I had the time I absolutely could sit down, review the buddy files and learn it myself, but I don't. And there are many users in this demographic. So how do we get around this? We ask the current devs questions. So when I stated that hey what do I need to delete to get what I need to work, work, I was simply asking "what files should I be looking at." Obviously through trial and error I could have figured it out, as I got at least the first part of it to work, but based on my personal communication experience with other buddy devs, usually if I ask, they tend to just say "oh yeah look in X for Y and play around with it". And thats really all I was looking for. I wasn't here for a handout, or a custom file but instead for hints/tips. If it came off wrong, I apologize.

3.Do I apologize? in the sense that I didn't want any of this to happen yeah sure, this absolutely shouldn't have been handled over forums, it should have been within the PM system or not at all. But I literally posted a question, recieved feedback, and responded with another question and the response I got was "Your mom". Are you serious? Again I know you two are buddies and all but seriously don't patronize me for calling out bullshit when there's bullshit. This goes back to the whole laughing stock shit. I have been a member of the buddy community for a few years now and never have I seen devs respond to people with either animosity, disdain, or even blatant elitism as I've seen on the exilebuddy forums. Again I'm not saying they don't have every right to, because this is a community driven project, but at some point you have to see a blatant difference in communication between devs of other buddy products and the EB product community devs. Not saying anything about their work either, tonys done a fantastic job of providing the community with support but the way he talks to them is disrespectful. Just because you can create something doesn't mean you can say whatever you want with no criticism. I didn't even want to start a flame war, I was just curious as to why something wasn't implemented. Unfortunatly this happened and I do honestly regret that it happened over the forums. Was I also in the wrong? Absolutely, I fed into the BS and posted with equal childish behavior. Anyway, water under the bridge, let's move on and get over this BS.

Ok Holy shit, TL;DR I cannot see where you are driving your points, it's like a mess of emotions.

Quick read and to summarize.

If you have experience with Java, C# is trivial. I mean any monkey can install Visual Studio, load up the API by reference, and start coding.
I Did it with zero experience in programming. So don't make a point in "not being familiar", If you could do anything like editing code to make X work, you would have seen that it's not possible with code. X will work, Y will break. It is trivial to ask if you can edit a line to make things work, where you stated that

Is there a way to set chaos recipe to do UNID as well? I have a ton of random junk in my stash already ID that I want it to do. I know earlier you said it only does 2/3 but is there a way I can edit it to do 1? I was looking through the code and found chaos recipe and base recipe and removed the if (i.ProtectFromIdentification()) line still nothing. I found something in extensions true but its for blacklisting tabs but I dont want to remove that I think.. I have a limited understanding of code.

EDIT:
Well I deleted some lines and now it counts ID items for the recipe, but it no longer follows blacklists, and it bugs out most of the time trying to switch tabs/remove items. Also says recipe complete and its missing like 1 ring :( Halp plis had to just reinstall the plugin to fix it but still cant seem to find out how to edit the code to get it to run 1c recipe

Ok so you looked through the code.

And if I'm paying for it I want it to at least be a 1% improvement from what I could do by hand.
You are not paying for AIF, you are paying for EB, and EB stated when you bought the terms, which EB has honoured. Including 30+ features not advertised.

I have a limited understanding of code.
So. Why would you assume then, with your limited understanding that changing one or a few lines would make things work in your favour? Isn't that benign ignorance?

After reviewing some of the files I noticed that .isIdentified is a common handle, thus it can be assumed that removing a few of these lines should make it work. But then again I am not familiar with the entirety of EB, and the way AIF is written there could be multiple areas in which you have to edit the code, so I simply asked if there was some sections in which I could remove the .isidentified.

Why are you assuming?

Regardless.

This goes back to the whole laughing stock shit. I have been a member of the buddy community for a few years now and never have I seen devs respond to people with either animosity, disdain, or even blatant elitism as I've seen on the exilebuddy forums. Again I'm not saying they don't have every right to, because this is a community driven project, but at some point you have to see a blatant difference in communication between devs of other buddy products and the EB product community devs. Not saying anything about their work either, tonys done a fantastic job of providing the community with support but the way he talks to them is disrespectful. Just because you can create something doesn't mean you can say whatever you want with no criticism. I didn't even want to start a flame war, I was just curious as to why something wasn't implemented. Unfortunatly this happened and I do honestly regret that it happened over the forums. Was I also in the wrong? Absolutely, I fed into the BS and posted with equal childish behavior. Anyway, water under the bridge, let's move on and get over this BS.

There's a difference between Community Devs and Devs.
There is no communication difference, the Community Dev calls you out when your input was given without thought.
The "other Devs" have paid plugins, they are getting Paid for putting in their time.
Eb Community Devs get jack shit, except posts about the stupidest things that have been explained/iterated/sticked.
So I'm sorry for the animosity, but it has to be shown that Community Devs make projects to share, not spoon-feed/baby sit people who think they deserve more then others.
Tonyx always talks like that, that's the way he is, no one has the right to change that, he is who he is.
He does criticize and explains (sometimes).
Well, benefit of the doubt, your question deserved an answer, and tony did not give it there. I would concur that he "assumed" you would know as you said you looked through the code. I would also surmise that he assumed, you were being lazy and just wanted a quick code for something complicated to work, without actually putting in the effort.

Let this end the discussion and move us on.
 
Hi, is there anyway to set it up to only pickup the chaos recipe items and stop picking up other rares after that?
I can't seem to find it, even after checking this thread.
Takes quiet a bit of time to do 4-5 town runs every map.
 
Status
Not open for further replies.
Back
Top