RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
<Resolved> Another need for help...

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 88
Hell... What did I mess up now... I'm Back!
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
« Last Edit: December 31, 2006, 04:26:12 PM by 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...

***
Rep:
Level 88
Hell... What did I mess up now... I'm Back!
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...

***
Rep:
Level 88
Smarter than the average bear
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.

***
Rep:
Level 88
Hell... What did I mess up now... I'm Back!
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...