Pickit Help!!

NoobKing

Member!
Joined
Nov 24, 2003
Messages
24
Reaction score
0
Location
The Chaos Sanctuary
Website
Visit site
ok I have pickit working it tells me the item that is dropped but it wont pickit them up :usad here is my code

[Quality Small Charm]
Code="cm1"
Teleport=1
Pickup=1
Quality=Quality

[Gold]
Teleport=False
Notify=FALSE
Code="gld"
Pickup=TRUE

[RejuvNormal]
Pickup=False

[RejuvFull]
Code="rvl"
Pickup=1

[Perfect Topaz]
Teleport=1
Pickup=1
Code="gpy"

[Unique Items]
Quality=Unique
Pickup=TRUE

[Set Items]
Quality=Set
Pickup=TRUE

[Crafted Items]
Quality=Crafted
Pickup=TRUE

[Rare Items]
Quality=Rare
Pickup=TRUE
 

_CM

Respected Member
Joined
May 19, 2003
Messages
3,874
Reaction score
3
Location
Luxembourg
[Quality Small Charm]
Code="cm1"
Teleport=1
Pickup=1
Quality=Quality

check this first :D
 

_CM

Respected Member
Joined
May 19, 2003
Messages
3,874
Reaction score
3
Location
Luxembourg
the quality has to be unique, rare, set, normal or whatever , you have to hoose from the dropdownlist.... if you want to pickup all small charms, you have to add them manually by selecting every single quality and clicking on add item
 
Top