The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Scripting => Topic started by: Red Blood on October 06, 2007, 03:30:33 AM

Title: Xas Abs Help
Post by: Red Blood on October 06, 2007, 03:30:33 AM
Hi i have the Xas Abs and im adding a new weapon but..I tried adding a new weapon and i equiped it and when i tried using it it made a sound like i couldnt I added this

  1=>14,            #Bronze Sword

And

    1=>1, # Bronze Sword

And
module Database_Bullet
  action_id = 1
  SUFLAGS[action_id] = 22
  DURATIONS[action_id] = 30
  SELF_MOTIONS[action_id] = "_SWD_01"
  plan = []
  plan[5] = action_id
  ATTACK_ID_PLANS[action_id] = plan 
  ATTACK_RANGE_TYPES[action_id] = SQUARE
  ATTACK_RANGE_PLANS[action_id] = [1]
  BLOW_POWERS[action_id] = 1
  SELF_ANIMATION_PLANS[action_id] =  []
  SELF_DAMAGES[action_id] = false
  PLAYER_DAMAGES[action_id] = false
  IGNORE_INVINCIBLES[action_id] = false
end


I also added it in Weapons section and In items Section And Put  NameOfWeapon(Weapon) Like the other ones were like

Does anyone Know why It dosnt work When i try attacking?
Title: Re: Xas Abs Help
Post by: Falcon on October 06, 2007, 03:50:20 AM
http://rmrk.net/index.php/topic,19774.0.html
Strike 1 (I believe I've given you a couple of these, if you get one more I'll start the consequences).

You didn't post all non default scripts, a link to the system, and the exact error.
Title: Re: Xas Abs Help
Post by: Red Blood on October 06, 2007, 02:30:15 PM
It Dosnt Give Me A Error It Just Plays

My Buzzer SE When I try To use the weapon i added

...