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

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

just donated it. the logviewer is just too nice to miss :D

how do i get access now :>?!
 
Last edited:
When did you change from pickup -> pickuprad?
Also, will you implement items with LVLREQ?
 
Item rules 2 work on RUSSIAN legenadary names(Public or Donate version)?
I am use item rules 1 for legendary and its work good(just rename english on RUSSIAN name items) now its doesnt work.
Replace in scanner.cs regex dosnt help.
 
Last edited:
i donated today 3 pm CET and did not get access yet :(

whats up there?
 
Item rules 2 work on RUSSIAN legenadary names(Public or Donate version)?
I am use item rules 1 for legendary and its work good(just rename english on RUSSIAN name items) now its doesnt work.
Replace in scanner.cs regex dosnt help.
Yeap, replace regex don't help me too.

Upd! Hohoho, fixed that biatch! Finally, thx, Dark!
To all russians here - try to use your fucking brain!
 
Last edited:
still no access after donation -_-... oh man. whats the problem?
 
Hey dark i noticed the bot trash the following item today. The [NAME] tag in the log shows as 'Source' when it should read 'Chantodo's Force' which is why i think it trashed it. Is there anyway to fix this or should i just id the item another way?

LOG:
Code:
LOG;TRASH;[KEY]:2019819680;[BASETYPE]:Armor;[TYPE]:Orb;[QUALITY]:Legendary;[NAME]:Source;[LEVEL]:63;[ONEHAND]:False;[TWOHAND]:False;[UNIDENT]:False;[STR]:77;[INT]:305;[AS%]:8;[CRIT%]:9.50;[MINDMG]:113;[MAXDMG]:307;[MAXARCPOWER]:15;[MAXSTAT]:305;[MAXSTATVIT]:305;[STRVIT]:77;[INTVIT]:305;[DMGFACTOR]:48;[AVGDMG]:210;[OFFSTATS]:3;[DEFSTATS]:1;[@EHP]:35000;[@OFFSTAT]:4;[@WIZSTAT]:2;[@WITSTAT]:1;[@BARSTAT]:1;[QUALITY]=="Legendary"&&[BASETYPE]=="Armor"->[TRASH]

legendary.dis:
Code:
[QUALITY] == "Legendary" && [NAME] == "Chantodo's Force"
 
Hey dark i noticed the bot trash the following item today. The [NAME] tag in the log shows as 'Source' when it should read 'Chantodo's Force' which is why i think it trashed it. Is there anyway to fix this or should i just id the item another way?

LOG:
Code:
LOG;TRASH;[KEY]:2019819680;[BASETYPE]:Armor;[TYPE]:Orb;[QUALITY]:Legendary;[NAME]:Source;[LEVEL]:63;[ONEHAND]:False;[TWOHAND]:False;[UNIDENT]:False;[STR]:77;[INT]:305;[AS%]:8;[CRIT%]:9.50;[MINDMG]:113;[MAXDMG]:307;[MAXARCPOWER]:15;[MAXSTAT]:305;[MAXSTATVIT]:305;[STRVIT]:77;[INTVIT]:305;[DMGFACTOR]:48;[AVGDMG]:210;[OFFSTATS]:3;[DEFSTATS]:1;[@EHP]:35000;[@OFFSTAT]:4;[@WIZSTAT]:2;[@WITSTAT]:1;[@BARSTAT]:1;[QUALITY]=="Legendary"&&[BASETYPE]=="Armor"->[TRASH]

legendary.dis:
Code:
[QUALITY] == "Legendary" && [NAME] == "Chantodo's Force"


which version are u using of trinity?
 
Item rules 2 work on RUSSIAN legenadary names(Public or Donate version)?
I am use item rules 1 for legendary and its work good(just rename english on RUSSIAN name items) now its doesnt work.
Replace in scanner.cs regex dosnt help.
darkfriend77 can you help? Or donator item rules work with RUSSIAN client?
 
For pickup.dis:
Do Ignore rules take precedence over Pickup rules?
 
Last edited:
the logviewer does not work for me. the window just disappears after clicking on add log. process is still running and i am not able to kill that one . any idea?
 
So I install the giles plugin and set the giles trinity plugin to "file based script rules" and thats it?
Or am I doing it wrong than.
 
the logviewer does not work for me. the window just disappears after clicking on add log. process is still running and i am not able to kill that one . any idea?


the log viewer is an ugly build at the moment ... if i got enough time i will implmenet it as a super smart plugin ... who can be used beside of trinity...
 
Ok, so trying to understand some of the loot rules. I am using the hard loot rules. Under immortal king gloves it reads
[QUALITY] == "Legendary" && [NAME] == "Immortal King's Irons" # [DMGFACTOR] > 10 || [MAXSTATVIT] > 169 || [ALLRES] > 0

However, these gloves were just kept, and they fit none of those rules?


[17:35:58.181 N] [Trinity]+=+=+=+=+=+=+=+=+ LEGENDARY FOUND +=+=+=+=+=+=+=+=+
[17:35:58.181 N] [Trinity]+ Name: Immortal King's Irons (Gloves)
[17:35:58.181 N] [Trinity]+ Score: 14020
[17:35:58.181 N] [Trinity]+ Attributes: Strength=97. Life Regen=300. Crit Chance %=9. Thorns=1095. Armor=212
 
Back
Top