RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Limited shop numbers

Started by DeadHands, May 06, 2009, 06:51:57 AM

0 Members and 1 Guest are viewing this topic.

DeadHands

Well I will put it like this. My RPG is pretty much finished, I had a few broken(hidden) things in it which you could get infinite attack def mystic MP, HP, Agility ups as you could buy, also included a way to get infinite money.

Is there any way for me to put a simple script that would limit the number you could buy or would I have to create a complex varible for each item to check for the max # bought, vs the # held type thing.

DeadHands

Well i made one just like I said. I used show choices and then had the condition read >=20 then item +1 -200 gp +1Hp/Mp/atk/def/ up
custom handler of messagebox "there is no more"

it's tedious to buy but it works at limiting these powerful items.
I just wish to have it as the shop window only with limits.