public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

Help With Modern Algebra Journal

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: Help With Modern Algebra Journal
  • Original author: TartanTerror
  • Original date: May 19, 2016
  • Source thread: https://forums.rpgmakerweb.com/threads/help-with-modern-algebra-journal.62097/
  • Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSSx Script Support

Summary

I am having a problem with the Modern Algebra Journal Script. I have the quest system set up and everything works fine. I have my reward set to give XP and I have set an icon for the give XP reward as shown in the instructions. However when I go into my game to test it. The quest reward in the menu shows as a bag as the icon and the text Hand Axe next to it. I have not set these in any of the settings so I cant...

Archived First Post

I am having a problem with the Modern Algebra Journal Script. I have the quest system set up and everything works fine. I have my reward set to give XP and I have set an icon for the give XP reward as shown in the instructions. However when I go into my game to test it. The quest reward in the menu shows as a bag as the icon and the text Hand Axe next to it. I have not set these in any of the settings so I cant figure out why they are showing as rewards?


This is my Quest Line


    when 0
      q[:name]              = "Old Sailor's Beer."
      q[:icon_index]        = 725
      q[:level]             = 1
      q[:description]       = "An Old Sailor has asked you to buy him a drink."
      q[bjectives][0]     = "Buy a Beer."
      q[bjectives][1]     = "Give the Old Sailor his Beer."
      q[rime_objectives]  = [1,]
      q[:custom_categories] = []
      q[:banner]            = ""
      q[:banner_hue]        = 0
      q[:client]            = "Sea Captain"
      q[:location]          = "Westray Pub"
      q[:rewards]           = [:exp, 15,]
      q[:common_event_id]   = 0


I have included a screenshot of the reward the quest shows,

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

journal bug screenshot.jpg
journal bug screenshot.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