Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: Bernkastel on May 06, 2010, 07:02:16 pm

Title: Blizz Abs Error - NoMethodError (RESOLVED)
Post by: Bernkastel on May 06, 2010, 07:02:16 pm
Alright, so I'm getting an annoying error, and I'm stumped.
I'm running RMXP, using Blizz Abs obviously. I've searched for a similar problem, and I was unable to find any.

Anyway, here it is:

Script 'Blizz-Abs Script' line 4601: NoMethodError occurred.

undefined method 'intersection' for #<Projectile;0x8dbeee0>

o.o Help? :x
Title: Re: Blizz Abs Error - NoMethodError
Post by: winkio on May 06, 2010, 07:10:40 pm
Could you give details on when it happens?
Title: Re: Blizz Abs Error - NoMethodError
Post by: Bernkastel on May 06, 2010, 07:13:31 pm
It gives me that error whenever I hit an enemy with a shooting skill.
Title: Re: Blizz Abs Error - NoMethodError
Post by: Bernkastel on May 06, 2010, 09:19:57 pm
I've been trying to figure it out. I still can't. Is there anyone who can help? o.o
Title: Re: Blizz Abs Error - NoMethodError
Post by: winkio on May 06, 2010, 09:23:09 pm
1.  Are you using the most current version?
2.  Are your scripts in the right order?
3.  Post the conflicting line, because in both parts 2 and 3, line 4601 is a comment.
Title: Re: Blizz Abs Error - NoMethodError
Post by: Bernkastel on May 06, 2010, 09:41:43 pm
                      self.intersection(r, rect) && !@hit.include?(ch)



That's the line.

Also, I'm using version: Date 1.0.9.3: 11.09.2007
Title: Re: Blizz Abs Error - NoMethodError
Post by: winkio on May 06, 2010, 09:58:06 pm
woah, that's a 4 digit version! (the new system is 3 digits)  There have been so many improvements made since then.

First thing you want to do is go over here  (http://forum.chaos-project.com/index.php/topic,106.msg528.html#msg528)and get the latest version.  It might take a while to setup all the new options (although there is an included config app to help with that), but it's tons more stable than the version you have, and much more current.  And that error that you are getting does not happen ;)

Now I understand that you may download it and realize that you will have to redo a sizable portion of your eventing to make things work again.  Just know that we don't support the outdated versions anymore, so it will be hard to get fixes for your problems if you don't update.
Title: Re: Blizz Abs Error - NoMethodError (RESOLVED)
Post by: Blizzard on May 07, 2010, 02:49:55 am
That's the version from CoSLAL. :/