Help on droping item

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Message
Author
rpichay
Human
Human
Posts: 20
Joined: 02 Sep 2009, 02:49
Noob?: Yes

Help on droping item

#1 Post by rpichay »

my pickupitems.txt is not working because i already set it to

Jellopy -1 0 0

but still it wont drop jellopy so i decided to ask if there is macro regarding this one

if there is something like would make me do

do drop Jellopy
instead of


eval <code for getting item number here,then varStack{i} = item number>
do drop $i

since i really dont know how to code

genskull
Plain Yogurt
Plain Yogurt
Posts: 88
Joined: 10 Jul 2014, 09:16
Noob?: Yes

Re: Help on droping item

#2 Post by genskull »

try the pickupitems.txt

apple -1 ----------> drop/not to pick
all -1 ---------------> drop all

Code: Select all

Value  Description  
-1       Drop the item when it enters your inventory.  
0        Do not pick up the item.  
1        Pick up the item.  
2        Pick up the item as fast as possible (don't use this on normal, seemingly worthless, items).  

rpichay
Human
Human
Posts: 20
Joined: 02 Sep 2009, 02:49
Noob?: Yes

Re: Help on droping item

#3 Post by rpichay »

it isnt working because it is acquired by an NPC so doesnt drop

Cloud
Plain Yogurt
Plain Yogurt
Posts: 86
Joined: 09 Apr 2008, 13:39

Re: Help on droping item

#4 Post by Cloud »

You gain jellopies from an npc? i think pickupitems.txt can't work then, maybe make an macro that triggers when it detects when you gain jellopies in your inventory fronm the npc to drop them

rpichay
Human
Human
Posts: 20
Joined: 02 Sep 2009, 02:49
Noob?: Yes

Re: Help on droping item

#5 Post by rpichay »

thats my problem if it would be that easy to do

do drop Jellopy

but it needs the item number and i dont know code that well


do drop "item number of jellopy"

LailaDurgan
Noob
Noob
Posts: 10
Joined: 23 Nov 2022, 05:09
Noob?: No

Re: Help on droping item

#6 Post by LailaDurgan »

You get jello pies from some random NPC? If pickupitems.txt isn't going to work, your best bet is probably to create a macro that activates any time you acquire a jellopie from a npc. basket random

Post Reply