deadmeat1
Member
- Joined
- Dec 7, 2012
- Messages
- 86
- Reaction score
- 0
ShutteR's Item Rules for RoS
Author: ShutteR, this community
What is this?
I recently updated to RoS like most of you should have. With the new expansion came a higher level cap, and of course, better items! What does this mean? We needed new rules... and no one was really setting anything up for this. All the new rules people have been making are scattered.
What rules are updated?
Legendaries:
All legendaries are stashed.
Rares:
All rare rules have been updated to keep the best rares that your bot finds. This won't keep low/medium quality rares! This is meant to save you time sorting through junk to find the hidden treasures in your stash.
Magics:
Magics are set by default to be picked up and either salvaged or sold, depending on your Trinity settings.
Commons:
No white items are set to be picked up besides the obvious crafting & other misc items. I'm going to add the latest crafting materials commented in for those who want to pick up & keep certain whites.
How do I use these item rules?
Instructions and the download is listed on the GitHub page for these rules. It's highly recommend that you use Git to clone the repository, and submit pull requests (basically edits that you suggest). Git is an extremely popular project management platform (it's a standard for developers).
If you don't want to use Git, that's fine, you can still download the latest .zip here.
I update the ReadMe frequently, so I think it's best to check there for the latest installation instructions. If you still don't understand how to use this, you should check around the forum BEFORE asking for help. You must try searching for more than 2 minutes before posting, please!
The GitHub Page: click here
If you want to collect whites for crafting purposes:
1. Open common.dis
2. Search for:
// keep armor whites for crafting purposes
3. Read the list and find what you want to stash and uncomment, for example if you want to stash white dagger,
change line to
Simple enough, right?
Can I contribute/make suggestions?
Yes! This is the whole point of this community, and posting this on GitHub. The best way to make suggestions is to submit a pull request using Git, but you can also post suggestions here as well.
tl;dr
GitHub Page: https://github.com/ShutteR9/ShutteR9-DemonBuddy-RoS-Item-Rules
Direct Download: https://github.com/ShutteR9/ShutteR9-DemonBuddy-RoS-Item-Rules/archive/master.zip
Author: ShutteR, this community
What is this?
I recently updated to RoS like most of you should have. With the new expansion came a higher level cap, and of course, better items! What does this mean? We needed new rules... and no one was really setting anything up for this. All the new rules people have been making are scattered.
What rules are updated?
Legendaries:
All legendaries are stashed.
Rares:
All rare rules have been updated to keep the best rares that your bot finds. This won't keep low/medium quality rares! This is meant to save you time sorting through junk to find the hidden treasures in your stash.
Magics:
Magics are set by default to be picked up and either salvaged or sold, depending on your Trinity settings.
Commons:
No white items are set to be picked up besides the obvious crafting & other misc items. I'm going to add the latest crafting materials commented in for those who want to pick up & keep certain whites.
How do I use these item rules?
Instructions and the download is listed on the GitHub page for these rules. It's highly recommend that you use Git to clone the repository, and submit pull requests (basically edits that you suggest). Git is an extremely popular project management platform (it's a standard for developers).
If you don't want to use Git, that's fine, you can still download the latest .zip here.
I update the ReadMe frequently, so I think it's best to check there for the latest installation instructions. If you still don't understand how to use this, you should check around the forum BEFORE asking for help. You must try searching for more than 2 minutes before posting, please!
The GitHub Page: click here
If you want to collect whites for crafting purposes:
1. Open common.dis
2. Search for:
// keep armor whites for crafting purposes
3. Read the list and find what you want to stash and uncomment, for example if you want to stash white dagger,
Code:
// [TYPE] == "Dagger" && [NAME] == "Punyal"
Code:
[TYPE] == "Dagger" && [NAME] == "Punyal"
Can I contribute/make suggestions?
Yes! This is the whole point of this community, and posting this on GitHub. The best way to make suggestions is to submit a pull request using Git, but you can also post suggestions here as well.
tl;dr
GitHub Page: https://github.com/ShutteR9/ShutteR9-DemonBuddy-RoS-Item-Rules
Direct Download: https://github.com/ShutteR9/ShutteR9-DemonBuddy-RoS-Item-Rules/archive/master.zip
Last edited: