- Joined
- Jan 27, 2017
- Messages
- 4
- Reaction score
- 0
- First Language
- English
- Primarily Uses
I have been trying to utilise the plugin found here: http://daimonioustails.weebly.com/item-affixes.html
But when testing (Even in the provided demo project) I'm encountering an error. If I change the event script call from:
$gameParty.addNewItem("weapon",Math.floor(Math.random()*4+1))
to
$gameParty.addNewItem("armor",Math.floor(Math.random()*4+1))
everything seems fine at first but if I save the game then reload, as soon as I enter the equip screen and try equipping something I get the error: "Cannot read property 'etypeIds' of undefined". This appears to only happen with Armor, weapons and items seem to work.
I posted a comment on his plugin's page but I'm now noticing that neither his website nor twitter have been active in years so thought maybe somebody could help me.
I'm not familiar with any programming so deconstructing this error is beyond me.
Thank you.
But when testing (Even in the provided demo project) I'm encountering an error. If I change the event script call from:
$gameParty.addNewItem("weapon",Math.floor(Math.random()*4+1))
to
$gameParty.addNewItem("armor",Math.floor(Math.random()*4+1))
everything seems fine at first but if I save the game then reload, as soon as I enter the equip screen and try equipping something I get the error: "Cannot read property 'etypeIds' of undefined". This appears to only happen with Armor, weapons and items seem to work.
I posted a comment on his plugin's page but I'm now noticing that neither his website nor twitter have been active in years so thought maybe somebody could help me.
I'm not familiar with any programming so deconstructing this error is beyond me.
Thank you.
Last edited:


