Page 1 of 1

Looting Quest-Items !?

Posted: Fri Aug 27, 2010 8:37 pm
by bussdee
I there !
Right now i am creating a waypoint script that will farm the new daylies (50 max-stack), send them by mail (thx 2 Rock5), sell my stuff, repair and go back for farming.

some of the items needed for daily quest (flowers and the wired balls on the bottom of the trees) can only be stacked to 5 each. Now i am thinking of collecting them too!

Can you tell me how to loot this ones?
I tried with normal harvesting function, but this wont work anymore since you updated it to the advanced harvesting method.

Re: Looting Quest-Items !?

Posted: Fri Aug 27, 2010 11:49 pm
by rock5
bussdee wrote:I there !
Right now i am creating a waypoint script that will farm the new daylies (50 max-stack), send them by mail (thx 2 Rock5), sell my stuff, repair and go back for farming.

some of the items needed for daily quest (flowers and the wired balls on the bottom of the trees) can only be stacked to 5 each. Now i am thinking of collecting them too!

Can you tell me how to loot this ones?
I tried with normal harvesting function, but this wont work anymore since you updated it to the advanced harvesting method.
I just use the following for Saps.

Code: Select all

if 5 > inventory:itemTotalCount(115605) then
    player:target_Object(115605,7000)
end