public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

How to make quest and junk items sellable.

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: How to make quest and junk items sellable.
  • Original author: 100LittleDreams
  • Original date: February 11, 2014
  • Source thread: https://forums.rpgmakerweb.com/threads/how-to-make-quest-and-junk-items-sellable.23606/
  • Source forum path: Game Development Engines > RPG Maker Tutorials > RMVXAce Tutorials

Summary

Oki, I'm guessing people who are new to using Modern Algebra's Quest Journal Script are wondering how to make quest items dropped from mobs sellable. (Basically so you don't have unneeded items clogging your bag and maybe make a bit of extra cash too.) Well here is how to do it:

Archived First Post

Oki, I'm guessing people who are new to using Modern Algebra's Quest Journal Script are wondering

how to make quest items dropped from mobs sellable.

(Basically so you don't have unneeded items clogging your bag and maybe make a bit of extra cash too.)

Well here is how to do it:

  • Create the item and it's description. Set the scope and occasion to none/never
Put the price of how much gold you want the item to be sold for. (Or whatever currency is used)

Then set it to be consumable. (The note tab was just a reminder for me in case I forgot what it was for. lol I'm derpy.)

Protected download

  • Now to test it in your game. Open your game file in RPG Maker VX Ace and create
a parallel process event to give you the item you are testing. (Just in case you're to lazy to quest for it) and put

a erase event under it. (I recommend you put as parallel process if you set it to autorun it may not follow the erase event

and basically freeze your game; since autorun disables movement)

Protected download

  • Start your game and check to see if the item is in your inventory. (You can also use a treasure chest to gain the item
but since this is for excess items I recommend testing with a parallel event) If you noticed it is grayed out since its

a worthless item you want to sell it to the NPC.

Protected download

  • Open the shop process by talking to the NPC. As you can see the item is sellable. Select the amount of the item
you want to dump onto the NPC and make your profit.

Protected download

Well there is how to do it. Also this can be good for random junk items that mobs keep spamming you with such as

bat wings, eyeballs, etc. Or if you have a alchemy system and want to make good junk to sell for more cash. Also

your junk items can be normal items also. Just change the Item Type to normal.

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

Referenced Images / Attachments

1.PNG
1.PNG
2.PNG
2.PNG
4.PNG
4.PNG
5.PNG
5.PNG
Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#039#rpg-maker-archive#vxace-tutorials

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar