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

help with pickup.dis please

koken1

New Member
Joined
May 8, 2013
Messages
11
Reaction score
0
Hi I don't want my bot pick up handcrossbow under level 63. But it still pick up I don't know what is wrong with my code. Can someone point out,

Thanks

I did change the item rules type to File based script rules in trinity configuration

This is my code

[QUALITY] == "Legendary" && [LEVEL] >= 63 && [TYPE] == "HandCrossbow"
[QUALITY] == "Legendary" && [LEVEL] <= 62 && [TYPE] == "HandCrossbow" -> [IGNORE]
 
Code:
[QUALITY] == "Rare"  && [LEVEL] > 62 && [BASETYPE] == "Weapon" && [TYPE] == "HandCrossbow"
[QUALITY] == "Rare"  && [LEVEL] < 63 && [BASETYPE] == "HandCrossbow" -> [IGNORE]

edit.
sorry my bad try this code.
 
Back
Top