Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Map Problem
#1
Even in a new game, my map gives me an error on line 274 on the default game_character script. Undefined method for '*'. I just finished this map and it's irritating me that every other map of mine works. At first I though it was conflicting with custom scripts, but when I pasted it into a new project, it still gave me that error. So yeah, I've been troubleshooting.
Line 274 of game_character is
return z + $game_map.priorities[@tile_id] * 32
Can anyone help me fix this?
I really don't know what is wrong. Here is the map in a new project.
http://www.sendspace.com/file/2m1w90
Thanks to anyone who can help.
Reply }
#2
The following events are using a tile as a Graphic that does not excist anymore in the tileset (because you changed the tileset to a smaller tileset?):
Code:
(id,  x,  y)
76, 11, 66
77, 11, 65
78, 11, 64
79, 11, 63
80,  5, 12
81,  5, 13
82,  5, 14
83,  5, 15
99, 19, 67
100, 19, 66
101, 18, 66
102, 18, 67
103, 18, 68
104, 46, 59
105, 46, 58
106, 45, 58
107, 45, 59
108, 45, 60

Either delete them, or select a correct graphic for them.
Reply }
#3
Events? Hmm.... Let me try to change them, but it was working fine earlier. And I don't think I changed anything. Thanks. I was using the default desert exterior tileset.
EDIT:
I think I see the problem! I copied and pasted a tile event from another map so I can have a passability of x on an invisible event. But I would never have noticed that if you didn't point that out. Thanks EJlol. I'm changing them now then I'll post the results. But woah, how'd you figure that out?

It worked! Thanks again!
Reply }
#4
I just added some debug info in the script. :P
And your welcome.
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   The z-space problem of displaying sprites icogil 28 7,055 03-05-2023, 03:31 AM
Last Post: DerVVulfman
   Problem with drain script form the ATOA ACBS Djigit 2 4,865 07-12-2015, 09:17 PM
Last Post: Djigit
   Event collision problem with FPLE script ThePrinceofMars 2 5,180 11-11-2014, 06:30 PM
Last Post: ThePrinceofMars
  Custom meter problem daylights 13 13,860 08-12-2013, 03:34 AM
Last Post: daylights
   [RUBY] Depack Thread Problem Narzew 1 3,884 07-20-2012, 01:16 PM
Last Post: Narzew
   Advantages & Charlie Fleed CTB problem Yin 7 10,610 12-12-2011, 03:45 PM
Last Post: Yin
   Charlie Fleed's CTB - Problem with dual wielding characters MegaPowerNinja 2 5,226 04-25-2011, 09:51 AM
Last Post: Charlie Fleed
   Slight problem with Omega Quest script. Boot 4 7,606 03-08-2011, 02:53 AM
Last Post: BlackDragon 31
   Help on an old problem. Yin 5 8,288 12-07-2010, 02:55 AM
Last Post: Yin
   AMS script problem Thehero 2 5,853 05-18-2010, 07:30 AM
Last Post: Jaberwocky



Users browsing this thread: