and i can put this anywhere in the code? say at the bottom? and that will store the item?
Ive been doing it as and it has not been working sadly
{
"Enabled": true,
"Type": 0,
"Rule": "item.IsNormal and item.FullName == "Sorcerer Boots"",
"ShouldLog": false
},
{
"Enabled": true,
"Type": 2,
"Rule": "item.IsNormal and item.FullName == "Sorcerer Boots"",
"ShouldLog": false
},
{
"Enabled": true,
"Type": 2,
"Rule": "item.FullName == \"Sorcerer Boots\"",
"ShouldLog": false
}
What does the E and LO stand for?
Mmm k UnknownBuddys post is incorrect, his rules give errors.
Creating rules of:
item.Name == "Agate Amulet"
works though, in both pickup & keep.
ya u need to edit the rules in text editor, not so hard really
I think they might have been related to selling that unique that gives you those gems back.... I don't have any gems besides the three (Empower, Enhance, Enlighten) to pick up.
I actually had the rules I use throw the attached log.View attachment 203715
Any idea how to fix this. Had the issue before with a decent axe drop. The rules look fine, I didn't muck with them from the file from UmitB
sorry Unknown Buddy you were not wrong, I must have fucked up somewhere, it is now working again, I'm pretty sure the mistake was item.IsNormal and FullName == "Agate Amulet", it has to be as you said, item.FullName == "Agate Amulet", thanks for your help, if only there was a fresh thread with these instructions etc!
{
"Enabled": true,
"Type": 0,
"Rule": "item.IsNormal and item.FullName == "Sorcerer Boots"",
"ShouldLog": false
},
{
"Enabled": true,
"Type": 2,
"Rule": "item.IsNormal and item.FullName == "Sorcerer Boots"",
"ShouldLog": false
},
I've tried several spelling methods:
![]()
not a single of them works. Also tried to manually insert the code
Bot stashes the item (if i manually insert in in char's inventory), but won't pick it up.
I wonder what am I doing wrong...
ive explained on last page with pictures.
add 2 rules, 1 for pickup and 1 for keeping. add them both through gui. profit
item.IsNormal and item.FullName == "Srocerer Boots"
Add this from the Plugin's GUI. Do not edit in text editor if you don't know how to do it properly.