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

[ItemFilter] HighEnd Looting Profile For AdvancedItemFilter

How many chaos are possible within let's say 8hours ? / What about your sell / keep filter my friend ? can you post ?
 
Is there anyone out there who has a looting profile that is not only keeping good evasion stuff like this one? I would really appreciate one that also keeps good ES stuff!

Thank you!
 
Do we still need the AIF plugin for this to work or does this include it within the zip ?
 
Hello guys,

nice work on the filter, its awesome!

im having a minor problem, maybe someone can help me:

i have no pickup rule for magic/grey items, but the bot pick up everything. He is selling the magic/grey, but it still bad because takes too much time to finish a map with so many town runs.

if someone can help me i would apreciate.


Thanks.
 
Page 34 download LajtStyle's highend profile, save to 3rd party or anywhere, enable custom rules, load the highend profile, add rule
item.IsCurrency and item.FullName == "Silver Coin"
for new uniques avoid selling any you might want to keep untick rule for sell unique
 
Last edited:
EvaluableItem.cs is missing lines for added cold/fire/lightning damage to spells. it would be great to ad these:
public int AddedSpellLightningDamageAverage => _myItem.GetStatRangeAverage(StatTypeGGG.SpellMinimumAddedLightningDamage, StatTypeGGG.SpellMaximumAddedLightningDamage);
public int AddedSpellFireDamageAverage => _myItem.GetStatRangeAverage(StatTypeGGG.SpellMinimumAddedFireDamage, StatTypeGGG.SpellMaximumAddedFireDamage);
public int AddedSpellColdDamageAverage => _myItem.GetStatRangeAverage(StatTypeGGG.SpellMinimumAddedColdDamage, StatTypeGGG.SpellMaximumAddedColdDamage);

i don't konw why it shows Minim um. should be Minimum of course
and actually i wanted to pot this in [Plugin] AdvancedItemFilter RELOADED !
 
Last edited:
whenever i load this json file i get this error.. any ideas are appreciated.
[HIDE]
Please read the following guide before using this program:
https://www.thebuddyforum.com/exilebuddy-forum/247880-exilebuddy-beta-release-thread-2-3-0-a.html
[Application_DispatcherUnhandledException] Unhandled exceptionNewtonsoft.Json.JsonReaderException: After parsing a value an unexpected character was encountered: {. Path '[313]', line 1886, position 4.
at Newtonsoft.Json.JsonTextReader.ParsePostValue()
at Newtonsoft.Json.JsonTextReader.Read()
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType(JsonReader reader, JsonContract contract, Boolean hasConverter)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList(IList list, JsonReader reader, JsonArrayContract contract, JsonProperty containerProperty, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at AdvancedItemFilter.Classes.RulesManager.Load(String filename) in C:\Users\Darren\Desktop\New folder (6)\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-170096843\Classes\RulesManager.cs:line 78
at AdvancedItemFilter.AdvancedItemFilterSettingsGui.LoadRulesButtonClick(Object sender, RoutedEventArgs e) in C:\Users\Darren\Desktop\New folder (6)\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-170096843\AdvancedItemFilterGUI.xaml.cs:line 360
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
at System.Windows.Controls.Primitives.ButtonBase.OnClick()
at System.Windows.Controls.Button.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
[/HIDE]
 
Can anyone tell me how to load the file?

Whenever I try to load it, nothing happens

Where do I need to put it? (which folder?)

It's working ty
 
Last edited:
How do i update gem's and unique ?
This filter wont pick up empower,enlighten, and enhance.
 
added items to keep:
Silver Coin (need to add image of Silver Coin in the folder 3rdParty\AdvancedItemFilter\Images , or copy and rename any image from this folder )
Cospri's Will
Death's Door
Grand Spectrum
Kiara's Determination
Hinekora's Sight
Kintsugi
Reefbane
The Beast Fur Shawl

The Writhing Jar
Heretic's Veil
Reckless Defence
Essence Worm
 

Attachments

Last edited:
How do i use this filter? what folder do i put it in?

You can save the loot filters anywhere you want on your PC. Then simply load it.

33d769bc05fa4b8082e005105e19d71a.png
 
I was doing this and its still picking up crap yellows in the maps and flooding my stash. its not identifying or selling crap tier. taking me 20+ mins to run a map haha
 
I was doing this and its still picking up crap yellows in the maps and flooding my stash. its not identifying or selling crap tier. taking me 20+ mins to run a map haha

Just want to make sure you checked the box at the top of that image that says "Enable Custom Rules", and them make sure that the plugin "Item Filter Editor" is turned off in the plugins tab (it should auto turn off with this enabled, but maybe not).

And finally make sure you dont have something like "Use Jyam's filters for rare items" enabled under Pickup. Thats a pretty old filter.

EDIT: And also, you cant use this with Quest Bot currently.
 
Thanks mate! still trying to get use to this ive got it running t6 maps but keeping the Chaos recipe off because its not selling things its just flooding my stash and its driving me nuts.. Does not seem to pick up silver Coins though sadly
 
This is the rule I used to use in 2.1 to keep uniques. It'll keep all uniques except the ones you type here. Which means you wont miss any new uniques. This needs to be updated because it's few months old

Code:
  {
    "Enabled": true,
    "Type": 2,
    "Rule": "item.IsUnique and not (item.FullName == "Extractor Mentis") and not (item.FullName == "The Anvil") and not (item.FullName == "Araku Tiki") and not (item.FullName == "The Ignomon") and not (item.FullName == "Karui Ward") and not (item.FullName == "Rashkaldor's Patience") and not (item.FullName == "Tear of Purity") and not (item.FullName == "Carnage Heart") and not (item.FullName == "Atziri's Foible") and not (item.FullName == "Sidhebreath") and not (item.FullName == "Ungil's Harmony") and not (item.FullName == "Wurm's Molt") and not (item.FullName == "The Magnate") and not (item.FullName == "Belt of the Deceiver") and not (item.FullName == "Prismweave") and not (item.FullName == "Sunblast") and not (item.FullName == "Immortal Flesh") and not (item.FullName == "Dyadian Dawn") and not (item.FullName == "Le Heup of All") and not (item.FullName == "Blackheart") and not (item.FullName == "Kaom's Sign") and not (item.FullName == "Malachai's Artifice") and not (item.FullName == "Mokou's Embrace ") and not (item.FullName == "Pyre ") and not (item.FullName == "Heartbound Loop") and not (item.FullName == "Kikazaru") and not (item.FullName == "Timeclasp") and not (item.FullName == "Bloodboil") and not (item.FullName == "Lori's Lantern ") and not (item.FullName == "Sibyl's Lament") and not (item.FullName == "Craghead") and not (item.FullName == "Asphyxia's Wrath") and not (item.FullName == "Hyrri's Bite") and not (item.FullName == "Blackgleam") and not (item.FullName == "Maloney's Nightfall") and not (item.FullName == "Bramblejack") and not (item.FullName == "Death's Oath") and not (item.FullName == "Solaris Lorica") and not (item.FullName == "Ashrend") and not (item.FullName == "Briskwrap") and not (item.FullName == "Bronn's Lithe") and not (item.FullName == "Foxshade") and not (item.FullName == "Cloak of Flame") and not (item.FullName == "Zahndethus' Cassock") and not (item.FullName == "The Covenant") and not (item.FullName == "Soul Mantle") and not (item.FullName == "Vis Mortis") and not (item.FullName == "Infernal Mantle") and not (item.FullName == "Cherrubim's Maleficence") and not (item.FullName == "Icetomb") and not (item.FullName == "Voll's Protector") and not (item.FullName == "Ambu's Charge") and not (item.FullName == "Lightbane Raiment") and not (item.FullName == "Kingsguard") and not (item.FullName == "Cloak of Defiance") and not (item.FullName == "The Restless Ward") and not (item.FullName == "Thousand Ribbons") and not (item.FullName == "Victario's Influence") and not (item.FullName == "Boots") and not (item.FullName == "Deerstalker") and not (item.FullName == "Victario's Flight") and not (item.FullName == "Ondar's Flight") and not (item.FullName == "Bones of Ullr") and not (item.FullName == "Wanderlust") and not (item.FullName == "Wondertrap") and not (item.FullName == "Darkray Vectors") and not (item.FullName == "Dusktoe") and not (item.FullName == "Lioneye's Paws") and not (item.FullName == "Gang's Momentum") and not (item.FullName == "Wake of Destruction") and not (item.FullName == "Nomic's Storm") and not (item.FullName == "Sin Trek") and not (item.FullName == "Sundance") and not (item.FullName == "Lochtonial Caress") and not (item.FullName == "Meginord's Vise") and not (item.FullName == "Hrimsorrow") and not (item.FullName == "Doedre's Tenure") and not (item.FullName == "Slitherpinch") and not (item.FullName == "Surgebinders") and not (item.FullName == "Shackles of the Wretched") and not (item.FullName == "Ondar's Clasp") and not (item.FullName == "Snakebite") and not (item.FullName == "Helmet") and not (item.FullName == "Ezomyte Peak") and not (item.FullName == "Hrimnor's Resolve") and not (item.FullName == "Goldrim") and not (item.FullName == "Fairgraves' Tricorne") and not (item.FullName == "Heatshiver") and not (item.FullName == "Starkonja's Head") and not (item.FullName == "Crown of Thorns") and not (item.FullName == "Asenath's Mark") and not (item.FullName == "Doedre's Scorn") and not (item.FullName == "Chitus' Apex") and not (item.FullName == "Rime Gaze") and not (item.FullName == "Deidbell") and not (item.FullName == "The Peregrine") and not (item.FullName == "Skullhead") and not (item.FullName == "The Broken Crown") and not (item.FullName == "Geofri's Crest") and not (item.FullName == "Honourhome") and not (item.FullName == "Mindspiral") and not (item.FullName == "Veil of the Night") and not (item.FullName == "Malachai's Simula") and not (item.FullName == "Leer Cast") and not (item.FullName == "The Three Dragons") and not (item.FullName == "Atziri's Mirror") and not (item.FullName == "Chalice of Horrors") and not (item.FullName == "Crest of Perandus") and not (item.FullName == "Jaws of Agony") and not (item.FullName == "Kaltenhalt") and not (item.FullName == "Kongming's Stratagem") and not (item.FullName == "Maligaro's Lens") and not (item.FullName == "Matua Tupuna") and not (item.FullName == "Sentari's Answer") and not (item.FullName == "Springleaf") and not (item.FullName == "Thousand Teeth Temu") and not (item.FullName == "The Deep One's Hide") and not (item.FullName == "Daresso's Courage") and not (item.FullName == "Titucius' Span") and not (item.FullName == "Chernobog's Pillar") and not (item.FullName == "Lioneye's Remorse") and not (item.FullName == "Wheel of the Stormsail") and not (item.FullName == "The Screaming Eagle") and not (item.FullName == "Dreadarc") and not (item.FullName == "Relentless Fury") and not (item.FullName == "Moonbender's Wing") and not (item.FullName == "Dyadus") and not (item.FullName == "Limbsplit") and not (item.FullName == "Wideswing") and not (item.FullName == "Reaper's Pursuit") and not (item.FullName == "The Blood Reaper") and not (item.FullName == "Kaom's Primacy") and not (item.FullName == "Wings of Entropy") and not (item.FullName == "Silverbranch") and not (item.FullName == "Storm Cloud") and not (item.FullName == "Roth's Reach") and not (item.FullName == "Doomfletch") and not (item.FullName == "Death's Harp") and not (item.FullName == "Infractem") and not (item.FullName == "Chin Sol") and not (item.FullName == "Darkscorn") and not (item.FullName == "Lioneye's Glare") and not (item.FullName == "Quill Rain") and not (item.FullName == "Last Resort") and not (item.FullName == "Wildslash") and not (item.FullName == "Al Dhih") and not (item.FullName == "Mortem Morsu") and not (item.FullName == "Cybil's Paw") and not (item.FullName == "Ornament of the East") and not (item.FullName == "Izaro's Dilemma") and not (item.FullName == "Goredrill") and not (item.FullName == "Bloodplay") and not (item.FullName == "Ungil's Gauche") and not (item.FullName == "Heartbreaker") and not (item.FullName == "Mark of the Doubting Knight") and not (item.FullName == "Gorebreaker") and not (item.FullName == "Brightbeak") and not (item.FullName == "Lavianga's Wisdom") and not (item.FullName == "Flesh-Eater") and not (item.FullName == "Cameria's Maul") and not (item.FullName == "Spine of the First Claimant") and not (item.FullName == "Nycta's Lantern") and not (item.FullName == "Mon'tregul's Grasp") and not (item.FullName == "Hrimnor's Hymn") and not (item.FullName == "Quecholli") and not (item.FullName == "Geofri's Baptism") and not (item.FullName == "Chober Chaber") and not (item.FullName == "Voidhome") and not (item.FullName == "Marohi Erqi") and not (item.FullName == "The Blood Thorn") and not (item.FullName == "Fencoil") and not (item.FullName == "Pillar of the Caged God") and not (item.FullName == "Realmshaper") and not (item.FullName == "The Stormheart") and not (item.FullName == "Tremor Rod") and not (item.FullName == "Femurs of the Saints") and not (item.FullName == "Redbeak") and not (item.FullName == "The Princess") and not (item.FullName == "Lakishu's Blade") and not (item.FullName == "Ephemeral Edge") and not (item.FullName == "Prismatic Eclipse") and not (item.FullName == "Rebuke of the Vaal") and not (item.FullName == "Dreamfeather") and not (item.FullName == "Aurumvorax") and not (item.FullName == "Chitus' Needle") and not (item.FullName == "Shiversting") and not (item.FullName == "Queen's Decree") and not (item.FullName == "Rigwald's Charge") and not (item.FullName == "Rigvald's Charge") and not (item.FullName == "Terminus Est") and not (item.FullName == "Oro's Sacrifice") and not (item.FullName == "Lifesprig") and not (item.FullName == "Abberath's Horn") and not (item.FullName == "Storm Prison") and not (item.FullName == "Reverberation Rod") and not (item.FullName == "Twyzel") and not (item.FullName == "Moonsorrow") and not (item.FullName == "Piscator's Vigil") and not (item.FullName == "Moonsorrow") and not (item.FullName == "Atziri's Promise") and not (item.FullName == "Forbidden Taste") and not (item.FullName == "Rotgut") and not (item.FullName == "Apparitions") and not (item.FullName == "Army of Bones") and not (item.FullName == "Brawn") and not (item.FullName == "Careful Planning") and not (item.FullName == "Cold Steel") and not (item.FullName == "Dead Reckoning") and not (item.FullName == "Efficient Training") and not (item.FullName == "Eldritch Knowledge") and not (item.FullName == "Energised Armour") and not (item.FullName == "Fertile Mind") and not (item.FullName == "Fluid Motion") and not (item.FullName == "Fortified Legion") and not (item.FullName == "Fragile Bloom") and not (item.FullName == "Growing Agony") and not (item.FullName == "Healthy Mind") and not (item.FullName == "Hotfooted") and not (item.FullName == "Inertia") and not (item.FullName == "Malicious Intent") and not (item.FullName == "Martial Artistry") and not (item.FullName == "Might in All Forms") and not (item.FullName == "Pitch Darkness") and not (item.FullName == "Pugilist") and not (item.FullName == "Rain of Splinters") and not (item.FullName == "Rapid Expansion") and not (item.FullName == "Shattered Chains") and not (item.FullName == "Spire of Stone") and not (item.FullName == "Spirit Guards") and not (item.FullName == "Spirited Response") and not (item.FullName == "Steel Spirit") and not (item.FullName == "The Vigil") and not (item.FullName == "Weight of the Empire") and not (item.FullName == "Winter's Bounty") and not (item.FullName == "Blood Sacrifice") and not (item.FullName == "Fragility") and not (item.FullName == "Mutated Growth") and not (item.FullName == "Pacifism") and not (item.FullName == "Powerlessness")",
    "ShouldLog": true
  },
 
Everybody using this should also rename the Empower, Enlighten and Enhance ones to ...Support as that´s how they are named now.
 
I literally never get any rare items kept, when I do, it is some gloves with life, resist, rarity, surely the filter needs updating? Anyone have one that keeps OK/GG/GGG gear for Armor + Evasion + Energy shield all items? Like 20+ Chaos price stuff.
About 200 hours botted and no good rare item.
 
Back
Top