Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Help With Taryn's Weapon Ammunition System
#1
First off, let it be known that I am not all that keen with scripting.. I'm more of an event-minded individual, and I never could wrap my head around scripting.
the Ammunition system that I'm trying to use is here:
http://rmvxp.com/showthread.php?tid=518

The segment of code in question is below.
Code:
#--------------------------------------------------------------------------
  # * Applying Normal Attack Effects
  #     attacker : battler
  #--------------------------------------------------------------------------
  alias ammo_attack attack_effect
  def attack_effect(attacker)
    if attacker.ammo_used_bool != true
      ammo_attack(attacker)
    else
      full_attack(attacker)
    end  
  end

I keep getting
"Script Ammo System" Line 402: Name Error Occured
undefined method 'attack_effect' for class 'Game_Battler'

In the above Code tags are code lines 398-409, which is the entire "section" in regards to Line 402.

Any idea as to why this isn't working?
Cheers!
Reply }


Messages In This Thread
Help With Taryn's Weapon Ammunition System - by TheOnlyArman - 05-09-2010, 09:09 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   ACBS - Atoa Custom Battle System and TP System zlsl 2 3,780 10-20-2021, 05:09 AM
Last Post: zlsl
   I want to add an Atoa Custom Battle System command cut-in. zlsl 11 12,013 11-11-2019, 08:55 PM
Last Post: DerVVulfman
   Question about ACBS (Atoa Custom Battle System) aeliath 10 11,025 08-08-2019, 02:50 PM
Last Post: aeliath
   (RMVXace) Battle error with Tankentai's battle system, help. x( Starmage 0 3,509 02-14-2018, 04:25 PM
Last Post: Starmage
   Problems with counteraatack addon of Atoa Custom Battle System Djigit 22 31,695 01-05-2017, 08:05 PM
Last Post: Noctis
   Atoa Custom Battle System: Popup when status change Noctis 6 9,261 02-01-2016, 12:52 AM
Last Post: Noctis
   Atoa Custom Battle System CTB animation while cast Noctis 6 9,624 01-04-2016, 03:05 PM
Last Post: Noctis
Question  Lycan ABS - Weapon display Jetboy 4 6,400 07-14-2015, 06:02 AM
Last Post: DerVVulfman
   How do I ask wheiter he finished the script call? in a herbalism system Eagleeye1990 3 5,700 10-06-2014, 10:19 PM
Last Post: greenraven
   little Edit of the cursor world map system Djigit 3 5,859 08-24-2014, 02:31 AM
Last Post: Djigit



Users browsing this thread: