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

Need help regarding the Talismans

dripac

New Member
Joined
Dec 22, 2015
Messages
7
Reaction score
0
Hello ,

My bot keeps selling all talismans , how can i set up bot to pickup only rare talismans? ( noob friendly plz )

Thanks in advance
 
im using advanced item filter & highend json filter, but im still not able to find option in settings where can i set it up to pick up rare talismans or all talismans
 
"Enabled": true,
"Type": 2,
"Rule": "item.IsRare and item.IsTalisman",
"ShouldLog": false

add that to your highend.json file. Make sure not to fuck up your curlybrackets. Mine looks like this:

{
"Enabled": true,
"Type": 2,
"Rule": "item.IsRare and item.IsJewel",
"ShouldLog": false
},
{
"Enabled": true,
"Type": 2,
"Rule": "item.IsRare and item.IsTalisman",
"ShouldLog": false
}
]
 
Ok thanks, i did added those lines but it seems same error still occurs.

[SellItemsCoroutine] Waiting for the item to be moved.
[Tick] Exception during execution:Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.MissingMemberException: 'EvaluableItem' object has no attribute 'item'
at Microsoft.Scripting.Runtime.LightExceptions.CheckAndThrow(Object value)
at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at Microsoft.Scripting.Interpreter.DynamicInstruction`4.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.LightLambda.Run1[T0,TRet](T0 arg0)
at IronPython.Compiler.PythonCallTargets.OriginalCallTarget0(PythonFunction function)
at System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T0 arg0)
at _Scripting_(Object[] )
at AdvancedItemFilter.Python.ConditionParserPython.EvaluateCondition(Item i, String cond, RuleType type, Boolean onlyEvaluating) in c:\broz3\Plugins\AdvancedItemFilter\Python\ConditionParserPython.cs:line 74
at AdvancedItemFilter.MyItemEvaluator.Match(Item item, EvaluationType type, IItemFilter& filter) in c:\broz3\Plugins\AdvancedItemFilter\MyItemEvaluator.cs:line 1034
at Loki.Bot.ItemEvaluator.Match(Item item, EvaluationType type, IItemFilter& filter)
at Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.‏*‏*‎*‬*‏‫‫*​‎‬‪‎‎​‬‏​****‏**(Item , Object )
at Loki.Bot.Logic.Bots.OldGrindBot.Coroutines.nhf\[>jH?VL4gYPRZX\]X6\,nL:".MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 
Please get help from inside the AIF thread, as this is plugin specific!
 
Back
Top