sudiptodas999
Member
- Joined
- May 12, 2016
- Messages
- 40
- Reaction score
- 0
thanks radziu, can u pls add "orb of annulment" to the filter
shards wont drop anymore sadly :/
thanks
shards wont drop anymore sadly :/
thanks
thanks radziu, can u pls add "orb of annulment" to the filter
shards wont drop anymore sadly :/
thanks
Update V3.3.1:
Added 48 New Unique items, all added to Keep rules.
Added simple shaper and elder items pickup.
Link:
https://files.fm/u/hmfn4zzq
IMPORTANT:
Enable Shaper/Elder Items in your AIF custom rules - edit your AIF\Classes\EvaluableItem.cs file and add the below somewhere towards the bottom with the other bits (Thanks to WiN):
[Description("Elder Item")]
public bool IsElderItem => _myItem.IsElderItem;
[Description("Shaper Item")]
public bool IsShaperItem => _myItem.IsShaperItem;
Update V3.3.3:
Added 3.1.1C new Unique sword and its Card
Changed life values
Orb of Annulment added
Link:
https://files.fm/u/vndn6vnh
IMPORTANT:
Enable Shaper/Elder Items in your AIF custom rules - edit your AIF\Classes\EvaluableItem.cs file and add the below somewhere towards the bottom with the other bits (Thanks to WiN):
[Description("Elder Item")]
public bool IsElderItem => _myItem.IsElderItem;
[Description("Shaper Item")]
public bool IsShaperItem => _myItem.IsShaperItem;
Update V3.3.3:
Added 3.1.1C new Unique sword and its Card
Changed life values
Orb of Annulment added
Link:
https://files.fm/u/vndn6vnh
IMPORTANT:
Enable Shaper/Elder Items in your AIF custom rules - edit your AIF\Classes\EvaluableItem.cs file and add the below somewhere towards the bottom with the other bits (Thanks to WiN):
[Description("Elder Item")]
public bool IsElderItem => _myItem.IsElderItem;
[Description("Shaper Item")]
public bool IsShaperItem => _myItem.IsShaperItem;
You didn't copy it right then.HelloRadziu
[CustomItemRules] The rule "item.IsElderItem " has returned an error.
[CustomItemRules] The call you tried to make may be incorrect, it should be "item.YOUR_DATA"
[CustomItemRules] If the call seems correct, the data must not be available (yet?) or have a different naming, consider disabling this rule
[CustomItemRules] The available properties can be found in the "EvaluableItem.cs" in the "Classes" folder.
[CustomItemRules] To avoid any further issues, bot will stop now, please verify your file.
[Stop] Now requesting the BotThread to stop.
Any hint whats wrong ?
I got a problem when i added the elder item
And copy your code listed
Could you tell me which code i copy wrong?You didn't copy it right then.