RMVX, ZEALOUS.
Posts
Pages:
1
Im using rmvx and battle engine zealous.
I get this error, im pretty sure its the fault of zealous cause it wasnt happning before in put it in.
---------------------------
Project30
---------------------------
Script 'Cache' line 75: TypeError occurred.
cannot convert Fixnum into String
---------------------------
OK
---------------------------
Anyhelp would be great!
I get this error, im pretty sure its the fault of zealous cause it wasnt happning before in put it in.
---------------------------
Project30
---------------------------
Script 'Cache' line 75: TypeError occurred.
cannot convert Fixnum into String
---------------------------
OK
---------------------------
Anyhelp would be great!
Coming from someone who knows nothing about the script or ruby really, it sounds like the script is trying to reference a variable as a string. Trying to make a number be a letter, basically. I don't know if that helps, or if it's even accurate. But dammit I'm trying.
It's hard to troubleshoot problems like these without all of the source.
Upload your project and I can try to take a look today.
Upload your project and I can try to take a look today.
Double check how you configured the script. There's no fault tolerance (anywhere, it's really terrible and even worse than 2k(3)) and some default values break with the standard database. I had one annoying bug with Zealous that came because I didn't define element->icons for the fourth time or so and I wouldn't be surprised if that's your issue here.
I was secretly hoping that someone with more VX scripting experience like GRS or Craze would pick this up and post a reply, but I see that that hasn't happened.
I have downloaded the project and will try to troubleshoot.
I have downloaded the project and will try to troubleshoot.
My keyboard was dead yesterday so I couldn't do anything besides empty quote gifs. I can look at it tonight if you haven't fixed the issue by then.
The script wasn't configured right: Go to the Battle System Zeal, line 215, and change it from
to
MSG_WINDOW_SKIN = 7
to
MSG_WINDOW_SKIN = "Window"
Pages:
1




















