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.

[XP] unique items with bouns parmeter

Started by corbin-nunn, April 16, 2012, 04:09:04 PM

0 Members and 1 Guest are viewing this topic.

corbin-nunn

i would like a script that makes all items unique so like
base potion id=1
unique value=111
base potion id=1
unique value=112
i would like them to be able to store data
like pet card unused card.data=0
pet card stroeing a dragon card.data=[charid,lv]
so i can have two dragon cards
one being dragon.data=[1,20]
the other dragon.data=[1,30]