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.
(vx) Equip Ext+Item Cap error

0 Members and 1 Guest are viewing this topic.

****
Rep:
Level 69
This is the error I get when both scripts are used..

http://dl.dropbox.com/u/33252047/Project3.zip

*****
Rep:
Level 84
This text is way too personal.
Bronze - GIAW 11 (Hard)Silver - GIAW Halloween
Replace line 125 with:

Code: [Select]
unless $scene.is_a?(Scene_Equip) or item.nil?

for a temporary fix, though I have no idea why Equip Extension would be calling a nil item. It's probably a logic error in either Pacman's or KGC's script.

****
Rep:
Level 69
That patch worked, but now I found out KGC_ExtendedEquipScene is being interfered with by the Adv. Description Script and the Oecs Slot System script specifically.
All the adv. description did bad was move part of the menu around and the slots system is freezing the menu.

This is what it looks like


This is how it's supposed to look(disregarding everything but the spots :P)

http://dl.dropbox.com/u/33252047/Project3.zip

*****
my name is Timothy what's yours
Rep:
Level 79
Hello
2014 Most Missed Member2014 Zero to Hero2014 Best IRC Quote2012 Zero To HeroSecret Santa 2012 ParticipantContestant - GIAW 9For frequently finding and reporting spam and spam bots2011 Zero to Hero
Replace line 125 with:

Code: [Select]
unless $scene.is_a?(Scene_Equip) or item.nil?

for a temporary fix, though I have no idea why Equip Extension would be calling a nil item. It's probably a logic error in either Pacman's or KGC's script.
I'm quite sure it was my script. I got an error in the gain_item method when the scene was Scene_Equip; for some reason the item wasn't retaining it's RPG class when it swapped, so I cunningly made sure it didn't happen in the equip scene. It didn't occur to me to put a .nil? there, that would've worked much better.
I still don't know why that would return nil, but that's my problem.
it's like a metaphor or something i don't know

****
Rep:
Level 69
Well I'm glad that patch atleast works but with the slot system that might take a ginormous modification xD