- Joined
- Apr 9, 2017
- Messages
- 14
- Reaction score
- 0
- First Language
- Portuguese
- Primarily Uses
- RMMV
Hi, i have a small problem developing my game.
there are 4 types of items
Relugar items
Key Items
Hidden A and B items
But, i need add more types.
there are plugins that add others categories, but only in the visual of the menu.
I need use this script:
$gameMessage.setItemChoice(6, 5);
How know this script perceives i'm using (on variable [6]) the ittypeid 5, that isn't defined (only the four above mentioned are defined).
To solve this problem i'm doing a strange thing:
i'm enter on item.json and i'm changing the ittypeid manually to 5.
in the database the "item type" is been blank
but on game "item menu" these items dont appears
in order to show these items, i'm using plugins "only to visual show".
It is possible develop a Plugin for this porpouse?
to permit i use similar comands (i know that the same comand isnt possible) and shows in the "item menu" at game?
Thank you a lot!
there are 4 types of items
Relugar items
Key Items
Hidden A and B items
But, i need add more types.
there are plugins that add others categories, but only in the visual of the menu.
I need use this script:
$gameMessage.setItemChoice(6, 5);
How know this script perceives i'm using (on variable [6]) the ittypeid 5, that isn't defined (only the four above mentioned are defined).
To solve this problem i'm doing a strange thing:
i'm enter on item.json and i'm changing the ittypeid manually to 5.
in the database the "item type" is been blank
but on game "item menu" these items dont appears
in order to show these items, i'm using plugins "only to visual show".
It is possible develop a Plugin for this porpouse?
to permit i use similar comands (i know that the same comand isnt possible) and shows in the "item menu" at game?
Thank you a lot!





