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.

<Resolved> Another need for help...

Started by feildmaster, December 29, 2006, 04:02:46 PM

0 Members and 1 Guest are viewing this topic.

feildmaster

I know this is simple... I have done it before... just don't remember how, but i need a refresher on how to make a limit to how many items you can hold... This would qualify as a tut but seeing as it has to do with changing/adding script I decided to post this here...

Thx for the help^^
Feildmaster
----Current Games working on----
--Rage O' Delusion - Overall Percentage Finished : 4% -- Expected release... Unknown
--The Other Dimension - Overall Percentage done : 1 - Expected Release : No time soon...
v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^
Feildmaster Productions
Made By One Man Run by the Same...
Making Games for Everyone...
Oh yeah, and everything else web based
For a charge... Of course...

feildmaster

heh... ima bump this jus tto prevent it from moving to the next page..
does no1 know how to do this..? -_-
----Current Games working on----
--Rage O' Delusion - Overall Percentage Finished : 4% -- Expected release... Unknown
--The Other Dimension - Overall Percentage done : 1 - Expected Release : No time soon...
v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^
Feildmaster Productions
Made By One Man Run by the Same...
Making Games for Everyone...
Oh yeah, and everything else web based
For a charge... Of course...

italianstal1ion

Find these lines in Game_Party:

@items[item_id] = [[item_number(item_id) + n, 0].max, 99].min

@weapons[weapon_id] = [[weapon_number(weapon_id) + n, 0].max, 99].min

@armors[armor_id] = [[armor_number(armor_id) + n, 0].max, 99].min

(180, 191, 202 if im not mistaken)

And change the number 99 to any limit you want.

feildmaster

alright thx... i was thinking it was that but i couldn't be sure using the PK cuz i am not at my regular computer...
----Current Games working on----
--Rage O' Delusion - Overall Percentage Finished : 4% -- Expected release... Unknown
--The Other Dimension - Overall Percentage done : 1 - Expected Release : No time soon...
v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^
Feildmaster Productions
Made By One Man Run by the Same...
Making Games for Everyone...
Oh yeah, and everything else web based
For a charge... Of course...