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

Rimaldinis?

replace line 53 with [QUALITY] == "Legendary" && [NAME] == "Ramaladni's Gift"? or so I make a second line?
 
thx alot for your time to write that and share it with us! and also thanks to Aazaroth too!
 
https://www.thebuddyforum.com/demonbuddy-forum/plugins/162675-jobs-legendary-rule-set.html

I would suggest you guys to take his Item Rule. It's pretty good and filters the really trashy Legendaries and you can easily find the "pickup.cs"

Now after my advertisement speech i start to give you guys a instruction:

[1] Go in your Trinity-Folder and search for "ItemRules" once your there open on "Rules"-Folder and the "Soft"
[2] Now you will see some Files. Search for "pickup.dis" or something like that and open it (I suggest you to download "notepad++" its a advanced notepad and you can edit the File easier)
[3] Copy this code in it
Code:
[QUALITY] == "Legendary" && [NAME] == "Ramaladni's Gift"
(Credits to Aazaroth) and save!
[4] Go to the Plugin-Tab and choose Trinity and then click "Config"
[5] Go to the Item-Tab and Change the "Choos Item Rules Type" to "File Based Script Rules"
[6] A new Tab will appear called "ItemRules" click on that and then set the "Use Rule Set" to "Soft"
[7] Click once on the "Reload" Script Rules" button
[8] Save Settings!

Without Notepad++:


EDIT: I never used the Trinty Rules i dont know what they keep and what not seems like it will keep everything but iam not sure.

If I use these instructions, my character is not picking up any MISC items and saves every rare items to chest even if I have these settings. I guess when using file based script rules everything is handled by the content in the file?

Uten%20navn_91.jpg
 
Last edited:
If I use this, then my character is not picking up any MISC items and saves every rare items and picks up even if I have these settings. I guess when using file based script rules everything is handled by the content in the file?

Uten%20navn_91.jpg

Yes it is like i said i would suggest you to take Job's ItemRule i never used Trinity Rules.
 
I will try that, but where do I insert the Ramadin code in Job's code?
 
https://www.thebuddyforum.com/demonbuddy-forum/plugins/162675-jobs-legendary-rule-set.html

UPDATED

[1] Go in your "Job's ItemRule"-Folder
[2] Now you will see some Files. Search for "pickup.cs" or something like that and open it (I suggest you to download "notepad++" its a advanced notepad and you can edit the File easier)
[3] Copy this code in it
Code:
[BASETYPE] == "Misc" -> [PICKUP]
(Credits to shagar) and save!
[4] Go to the Plugin-Tab and choose Trinity and then click "Config"
[5] Go to the Item-Tab and Change the "Choose Item Rules Type" to "File Based Script Rules"
[6] A new Tab will appear called "ItemRules" click on that and then set the "Use Rule Set" to "Custom* RTFM!"
[7] A new option will apear called "Optinal Custom Item Rule Set Path" click on "Browse" and select the "Job's ItemRule"-Folder
[8] Click once on the "Reload" Script Rules" button
[9] Save Settings!
 
Last edited:
Like this? (also tried to add the greater rift keystone)

Uten%20navn_93.jpg

The "//" has the be delted otherwise it wont will pick it up. (You have to delete it for every single item you want to pick up [i mean the crafting-items])
 
yeah, I saw that now... thanks again.

But, I didnt see Blood Shards here?
 
Last edited:
To Aazaroth and Faven !!

hey if i use ItemRules2, can i pick up all items which are changed, or created 2.1 patch??
 
To Aazaroth and Faven !!

hey if i use ItemRules2, can i pick up all items which are changed, or created 2.1 patch??

I think it wouldnt pickup the new Gems about the Trailkeystone i'm not sure and the new Legendaries for season iam not sure about that too.

If it doesnt pick up the Trailkeystone also put that in your "pickup.dis"

Code:
[QUALITY] == "Legendary" && [NAME] == "Keystone of Trials"
 
Last edited:
I think it wouldnt pickup the new Gems about the Trailkeystone i'm not sure and the new Legendaries for season iam not sure about that too.

If it doesnt pick up the Trailkeystone also put that in your "pickup.dis"

Code:
[QUALITY] == "Legendary" && [NAME] == "Keystone of Trials"

Thanks a lot!!
and... it stashed all rare items, i want my bot to don`t pick up any rare items
then should I add this??

//[QUALITY] == "Rare"
 
Back
Top