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

[Plugin] "Item Rules 2" File based scripting language!

Do i only need to change it in pickup.dis? using the beta virs of trinity
 
Just insert the

// craftingReagents like Demonic Essences
[TYPE] == "CraftingReagent"

Anywhere or somewhere special in the document?
 
[NAME] == "Demonic Essence"
in pickup.dis

work good too

paste anywhere in new line in pickup.dis of rule you load

edited: solution only for english version
 
Last edited:
While we are on the "pickup subject" is there any easy way to make the bot not pickup blues? thanks in advance!
 
Cmon where is the trinity modifer guy ;P ?
should be a simple add for someone who knows what he is doing :p
 
Damn it , won't work no idea what im doing wrong actully.. i pasted and it looks like this

+---------------------------------------------------------------------------+
// | _______ _______ _______ _______ ______
// | | | | _ | __|_ _| |
// | | | | | |_| |_| ---|
// | |__|_|__|___|___|_______|_______|______|
// +---------------------------------------------------------------------------+
//ignore rule
[QUALITY] == "Magic" -> [IGNORE]

[NAME] == "Demonic Essence"


Last lines.
 
my solution with [name] work only with english version, second thing is that, new version force push my rules to soft one insted of custom as i setup
 
my solution with [name] work only with english version, second thing is that, new version force push my rules to soft one insted of custom as i setup

Do you use Trinity scoring thingie loot rule?
and what did you type to keep them?
and where :p
 
Im using the english version aswell , and it didnt work , im totally lost here.
 
using Trinity?

Changed item rule type

to "file based script riles"?
 
Oh good it worked <3 , still picking up blues tho even i set [QUALITY] == "Magic" -> [TRASH] , any ideas?
 
//ignore rule
[QUALITY] == "Magic" -> [IGNORE] no [trash]


thx darky working well on english and others languages

in pickup.dis

// craftingReagents like Demonic Essences
[TYPE] == "CraftingReagent"

in common.dis or special.dis depends on what version ur using ...

// keep demonic essences
[TYPE] == "CraftingReagent"
 
Last edited:
//ignore rule
[QUALITY] == "Magic" -> [IGNORE] no [trash]


thx darky working well on english and others languages

in pickup.dis

// craftingReagents like Demonic Essences
[TYPE] == "CraftingReagent"

in common.dis or special.dis depends on what version ur using ...

// keep demonic essences
[TYPE] == "CraftingReagent"

Work for me. But only after restart db
 
i pushed the fixes on the public and the beta side ... so it should be in the comming trintiy release ...

for the beta ... check out the repo...

Code:
// +---------------------------------------------------------------------------+
// | ______ __                             __              
// ||      |  |--.---.-.-----.-----.-----.|  |.-----.-----.
// ||   ---|     |  _  |     |  _  |  -__||  ||  _  |  _  |
// ||______|__|__|___._|__|__|___  |_____||__||_____|___  |
// |                                                |_____| 
// +---------------------------------------------------------------------------+
// | 2.213(beta) Item Rules 2 (only use with Beta DB .159+)
// | - fixed some for translation.
// | - added translation ofr legendary names, USEITEMIDS in the GUI.
// |   (non-english clients can use org. legendary.dis with that flag checked!)
// | - moved onto latest Trinity 1.7.2.00 thx to rrix

Code:
// +---------------------------------------------------------------------------+
// |  ______         __             ______ __                                  
// | |   __ \.--.--.|  |.-----.    |      |  |--.---.-.-----.-----.-----.-----.
// | |      <|  |  ||  ||  -__|    |   ---|     |  _  |     |  _  |  -__|__ --|
// | |___|__||_____||__||_____|    |______|__|__|___._|__|__|___  |_____|_____|
// |                                                        |_____|           
// +---------------------------------------------------------------------------+
// +-13.02.2013 ---------------------------------------------------------------+
// | - added demonic essence (hard)
// +-04.02.2013 ---------------------------------------------------------------+
// | - added some black weapon rules (hard)
// | - new pickups.dis which is far more accurate and better customizable (hard)
// | - added a safty rule that catches missed legendarys (hard)
// | - changed some rules in legendary and rare (hard)
// | - prepared the rules for the translation patch and for next trinity rel.
// +---------------------------------------------------------------------------+
 
[16:13:01.433 N] [Trinity]Translation: Missing: -1651041946;Пояс Блекторна с насечками
[16:13:01.541 N] [Trinity]Пояс Блекторна с насечками [Legendary] [Belt] = (KEEP)
[16:13:01.560 N] [Trinity]Translation: Missing: 488990459;Накидка Блекторна
[16:13:01.669 N] [Trinity]Накидка Блекторна [Legendary] [Chest] = (KEEP)
[16:13:01.674 N] [Trinity]Translation: Missing: 488990459;Накидка Блекторна
[16:13:01.779 N] [Trinity]Накидка Блекторна [Legendary] [Chest] = (KEEP) - couse i reciew this in log
 
Back
Top