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

How to pick 1h weapos only ?

Botcu

New Member
Joined
Mar 7, 2013
Messages
46
Reaction score
0
i have been using TrinityScoring for item rules, i have realized that Trinityscoring is stashing 1k+ one handed weapons almost, but there are 2b+ gold one handed daggers withh 720dps.
how can i solve this problem, what should i use, i just want to pick up ONLY amulets,rings and one handed weapons(AS,CHD,socket).. bot picking upp all weapons including 2h, never seen it stashed any rare weapon for months, maybe i am missing something...
 
I got the problem my bot just picking upp all 61+ Weapons. How do i change so he just pick up 1hands?
 
use 'file based script rules' and configure pickup yourself
 
1 way or another you have to edit pickup code to do this. either by editing trinity's pickup or itemrules.
 
Well we kinda know that, what he/she was implying was that maybe someone should create that rule set for us as almost no one likes to pickup 2 handed weapons because they are pretty much useless unless they are skorns/maximus which are legendaries. Who would be willing to do that make a profile so it only picks up say 61+ jewelery and only 61+ one handed weapons?
 
[QUALITY] == "Rare" && [LEVEL] >= 61 && [BASETYPE] == "Weapon" && [TWOHAND] == false
[QUALITY] == "Rare" && [LEVEL] >= 61 && [BASETYPE] == "Jewelry"
[QUALITY] == "Rare" -> [IGNORE]

it's really easy, idk what problems you're facing with creating rules
 
I am having trouble with this as well, I am new at this, which file do I edit?
 
Back
Top