Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 GTBS - v1.5.2 (A FFT styled tactical battle system) updated 5/30/2012
#34
search for "def gain_item(*args)" in the vx compatiblity module and update it to the following to correct the error:
Code:
#--------------------------------------------------------------------------
    # Gain Item
    #--------------------------------------------------------------------------
    alias gain_item_vx_compatibility gain_item
    def gain_item(*args)
      item = *args[0]
      case item
      when RPG::Item
        return gain_item_vx_compatibility(item.id, *args[1])
      when RPG::Weapon
        return gain_weapon(item.id, *args[1])
      when RPG::Armor
        return gain_armor(item.id, *args[1])
      end
      return gain_item_vx_compatibility(*args)
    end
Reply }


Messages In This Thread
GTBS v1.5.1.4 - A FFT Styled Battle System (5/19/2010) - by GubiD - 04-30-2010, 03:38 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Terra Blocks: Terraria Styled Block Engine DerVVulfman 0 224 04-21-2024, 11:02 PM
Last Post: DerVVulfman
   Battle Item Count kyonides 4 1,060 02-04-2024, 05:49 AM
Last Post: kyonides
   Super Simple Vehicle System - Enhanced DerVVulfman 65 84,240 06-02-2023, 06:16 PM
Last Post: Sujabes467
   Dalissa's Battle Cry DerVVulfman 2 6,739 05-09-2023, 03:07 AM
Last Post: DerVVulfman
   Zenith Tactical Battle System Plus (ZTBS+) DerVVulfman 0 2,099 05-10-2022, 10:42 PM
Last Post: DerVVulfman
   Keyboard Name Input - Updated DerVVulfman 0 1,417 01-05-2022, 04:25 AM
Last Post: DerVVulfman
   Actor Battle Items DerVVulfman 4 5,074 11-08-2020, 12:36 PM
Last Post: Melana
   Battle Report Raziel 1 6,296 05-29-2020, 02:27 AM
Last Post: Whisper
   Commercial System Package DerVVulfman 11 12,301 01-04-2020, 12:37 AM
Last Post: Pelip
   ZLSL's Battle Portraits DerVVulfman 4 6,597 11-12-2019, 04:10 AM
Last Post: DerVVulfman



Users browsing this thread: