02-08-2011, 12:09 AM
How ever i ran into a new problem I am trying to get my bot to loot stave's so she can sell them i placed this code but it doesn't seem to be working i can not find a answer to this across the net so I am hoping you may be able to assist me
I basicly thinking this would make the bot loot any staves and sell them if they do not have a item skill of 4 or greater
also I can not for the life of me figure out how to get her to the do the same thing for orbs
if this is not the correct code could you show me where im going wrong.
thnx this site is extremely helpful hoping to learn as much as i can about this great program and macros.
Code:
// ##### Staves ########################
[Type] == Stave && [Quality] >= exceptional # [ItemAllSkills] >= 4
[Name] == ElderStaff && [Quality] == elite # [ItemAllSkills] >= 4
[Name] == CedarStaff && [Quality] == exceptional # [ItemAllSkills] >= 4
[Name] == GothicStaff && [Quality] == exceptional # [ItemAllSkills] >= 4
[Name] == RuneStaff && [Quality] == exceptional # [ItemAllSkills] >= 4
[Name] == QuarterStaff && [Quality] == exceptional # [ItemAllSkills] >= 4
[Name] == JoStaff && [Quality] == exceptional # [ItemAllSkills] >= 4
[Name] == ArchonStaff && [Quality] == Elite # [ItemAllSkills] >= 4
[Name] == GarnledStaff && [Quality] == normal # [ItemAllSkills] >= 4
I basicly thinking this would make the bot loot any staves and sell them if they do not have a item skill of 4 or greater
also I can not for the life of me figure out how to get her to the do the same thing for orbs
if this is not the correct code could you show me where im going wrong.
thnx this site is extremely helpful hoping to learn as much as i can about this great program and macros.