public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

Galvs Fishing mini game error Line 753

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: Galvs Fishing mini game error Line 753
  • Original author: Long Lost Hero
  • Original date: February 6, 2015
  • Source thread: https://forums.rpgmakerweb.com/threads/galvs-fishing-mini-game-error-line-753.36678/
  • Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSSx Script Support

Summary

Ok, so this is a great fun script. I added a chest to the demo with add_fish(3) after I moved it in the script to x position 100. Had it call a common event that gave the player some coins. Seemed to work with my tests. Then I added a mermaid as fish[5] and set her up in the script and she works by appearing around the chest and guarding it kinda. She only goes after keys, bait[6]. I set her up like so: FISH[5] = [    # A mermaid!                  ...

Archived First Post

Ok, so this is a great fun script. I added a chest to the demo with add_fish(3) after I moved it in the script to x position 100. Had it call a common event that gave the player some coins. Seemed to work with my tests.

Then I added a mermaid as fish[5] and set her up in the script and she works by appearing around the chest and guarding it kinda. She only goes after keys, bait[6]. I set her up like so:

FISH[5] = [    # A mermaid!                   "fish5",     # graphic                   3,           # speed                   5,           # pull                   2,           # move type                  [0,3],        # level                   100,         # x pos                   27,           # item                  [6],    # bait type                  "",           # custom se                  [100,50],      # range                  0,            # common event                  [78,95],    # length                  [70,99],    # weight                  true,        # stats                  "Mermaid",           # custom txt              ]You have to kinda use the bait to lure her awy from the chest then cast for the chest. Everything seems to work most of the time but sometimes when I catch the chest just as I reel it in and catch it, the game crashes and this error pops up. This happens even if I catch the mermaid first.

I'm not sure what's going on or what it means by undefined method. Line 753 is

SceneManager.scene.refresh_menusAny ideas?

Protected download

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

Referenced Images / Attachments

galv error.jpg
galv error.jpg
Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#rpg-maker-archive#rgss-support

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar