Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Monster Arena V3.1

Status
Not open for further replies.
I apologize for "bumping" this old thread, but I have an error after implementing the script into my game. The error is something like this:

Script 'Game_' line 401: NoMethodError occurred.

undefined method 'actions' for nil:NilClass


I followed all the instructions in the original thread, however I'm still getting the error. Any help would be very much appreciated. :)
 
Zafrod;235074":74cg4j36 said:
I don't mean to speak for Trickster, Chaos, but it should work with pretty much any battle system because it doesn't use the battle system. It has its own scene, and doesn't rely on scene_battle at all, as far as I can tell.

you are my hero you know that :)

Link952;249724":74cg4j36 said:
I apologize for "bumping" this old thread, but I have an error after implementing the script into my game. The error is something like this:

Script 'Game_' line 401: NoMethodError occurred.

undefined method 'actions' for nil:NilClass


I followed all the instructions in the original thread, however I'm still getting the error. Any help would be very much appreciated. :)

post the line causing the error as you can see I am working on updating the script so my lines are different from yours
 

Aerif

Member

Since this thread has been bumped alive, I have a question to ask.

Is there a way to restrict the number of times a certain enemy appears in an arena fight? eg. A way to limit an enemy to appear in singular

EDIT: I can't even get the script to work with my game now >.< Whenever I chose to 'Watch Battle' I get the following error message:

Code:
Scipt 'Scene_' line 439: NoMethodError occured. 
Undefined method 'setup' for nil:NilClass

The error-causing line and the lines around it:

Code:
436:# Setup instance variables
437:    @winner, @target, @turns, @action = nil, nil, 0, true
438:    @places, @escaped, @dies, @damage = [],[],[],{}
439:    $game_arena.setup($game_system.battlers)
440:    $game_arena.enemies.each {|enemy| @damage[enemy.index] = 0}
441:    @info_window = Window_ArenaInfo.new
442:    @status_window = Window_ArenaStatus.new
443:    @message_window = Window_Message.new
 
I'm getting this line 439 code as well, Any way to fix it yet?

The problem appears to be caused when running the latest SDK as opposed to the one included with the demo.
 

dadude

Member

does anyone have a working link to the demo? I can't get the demo link to work and I really wanna try out this script.
 
very interesting. Kudos to you for coming up with such a great script. one question though, is this compatible with minkoffs animated battler system?
 
That's cuz everyone's been frickin' necroposting. This was made in 2006. We had a forum change so pretty much all the links Trickster had won't work. You'll have to find another site he posted on, or ask for someone who has a demo.
 
Status
Not open for further replies.

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top