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

RoS Common Itemrules

manre

New Member
Joined
Mar 27, 2014
Messages
69
Reaction score
1
The new recipes need some "white" items, i have done this lines for those who want to save it:
Code:
[QUALITY] == "Normal" && [NAME] == "Ascended Pauldrons"
[QUALITY] == "Normal" && [NAME] == "Ascended Armor"
[QUALITY] == "Normal" && [NAME] == "Ascended Bracers"
[QUALITY] == "Normal" && [NAME] == "Ascended Crown"
[QUALITY] == "Normal" && [NAME] == "Ascended Pauldrons"
[QUALITY] == "Normal" && [NAME] == "Archon Sash"
[QUALITY] == "Normal" && [NAME] == "Ascended Faulds"
[QUALITY] == "Normal" && [NAME] == "Ascended Greaves"
[QUALITY] == "Normal" && [NAME] == "Ascended Gauntlets"

[QUALITY] == "Normal" && [NAME] == "Limb Cleaver"
[QUALITY] == "Normal" && [NAME] == "Doubleshot"
[QUALITY] == "Normal" && [NAME] == "Whirlwind Staff"
[QUALITY] == "Normal" && [NAME] == "Flesh Render"
[QUALITY] == "Normal" && [NAME] == "Penetrator"
[QUALITY] == "Normal" && [NAME] == "Ascended Shield"
[QUALITY] == "Normal" && [NAME] == "Punyal"
[QUALITY] == "Normal" && [NAME] == "Dire Axe"
[QUALITY] == "Normal" && [NAME] == "Tsunami Blade"
[QUALITY] == "Normal" && [NAME] == "Kerykeion"
[QUALITY] == "Normal" && [NAME] == "Steppes Smasher"
[QUALITY] == "Normal" && [NAME] == "Grandfather Flail"
[QUALITY] == "Normal" && [NAME] == "Oxybeles"
[QUALITY] == "Normal" && [NAME] == "Persuader"
[QUALITY] == "Normal" && [NAME] == "Skullsplitter"
[QUALITY] == "Normal" && [NAME] == "Suwaiya"
[QUALITY] == "Normal" && [NAME] == "Tecpatl"
[QUALITY] == "Normal" && [NAME] == "Diabolic Wand"

Put it in ...Plugins\Trinity\ItemRules\Rules\(hard/soft/custom)\common.dis

YOU MUST HAVE ENABLED AND RECONFIGURED ITEMRULES

Here is a "working" itemrules, anyway i prefer to do my own itemrules... Do it as you wish:
http://www.thebuddyforum.com/demonb...ngoblin-ros-item-rules-v1-0-28-03-2014-a.html

Sorry if my english is wrong somewhere, i only want this helps someone ;).

Now whites are controlled by trinity and works with file based item rules:

View attachment 122717
 
Last edited:
Does this work on RU and Asian character clients? Or english only?
 
With enUS (or the similar language pack) only, translation.dis didnt ready for RoS now.
 
Back
Top