Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 error with MrMo Ultimate ABS
#1
So, I just finished creating a test map for my project and I get this error when I try to run the game.

Script 'Game_Map' line 305L NoMethodError occured
Undefined Method `>' for nil:nillclass

As I understand the game tried to call a script and failed. I ported my map over to the ABS demo and moved the player start position and still get that error. but if I put the start point back at it's default it will work again.
}
#2
I took a look after unpacking mah download of the system, I figure you mean line 305 of Game_Map (there is no 305L) Winking with a tongue sticking out

Line 305 is a part of the terrain_tag method within the Game_Map class, and I did a search in the demo for the statements that used $game_map.terrain_tag(x, y).

Of MrMo's ABS, the ABS Engine script called that method only within the player_perform_ranged, player_perform_skill, and player_perform_explode methods only called when you fire a missile of some sort. Likewise, the Ballistics Script only called the $game_map.terrain_tag(x, y) in the update methods of the Range_Base, Game_Ranged_Explode, and Game_Ranged_Kaboom class. Likewise, none of those become active unless you fire a missile.

However, the MiniMap DVV script calls forth the $game_map.terrain_tag(x, y) call in Spriteset_Minimap's draw_map method. Perhaps it involves something misconfigured in the Minimap script. And if you're not using that particular minimap, you need to go into the MrMo ABS config script to turn 'off' the minimap switch.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

}
#3
Ahh that is what it was, thank you.
}


Possibly Related Threads…
Thread Author Replies Views Last Post
   (RMVXace) Battle error with Tankentai's battle system, help. x( Starmage 0 3,442 02-14-2018, 04:25 PM
Last Post: Starmage
  Expiration States with Atoa acbs: error Noctis 5 8,032 02-18-2017, 01:10 AM
Last Post: DerVVulfman
   Weird error when using a custom save script. Steel Beast 6Beets 8 9,930 06-27-2015, 05:54 PM
Last Post: Steel Beast 6Beets
   Script Hanging Error BeJeremiah 8 11,025 06-17-2015, 01:02 PM
Last Post: BeJeremiah
   MGCaladtogel's Mode7 Script causes an error in Spriteset_Map: Ahzoh 6 8,731 08-14-2013, 11:12 PM
Last Post: Ahzoh
   [HELP] Error with my script Narzew 4 6,223 05-14-2012, 07:22 AM
Last Post: Narzew
   MrMo's ABS Ultimate and Other Scripts Erechel 6 8,340 05-07-2012, 03:37 AM
Last Post: Erechel
   an error in the demo for Mr Mo's ultimate ABS Argol228 1 4,158 02-17-2012, 05:25 AM
Last Post: DerVVulfman
   G777 Multislot Error with CF Equipment Upgrade XP Kobold 5 7,861 08-07-2011, 05:03 PM
Last Post: XP Kobold
   YEM Equipment Error Message Samven 3 6,264 06-12-2011, 06:30 AM
Last Post: Samven



Users browsing this thread: