RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Xas Abs Help

Started by Red Blood, October 06, 2007, 03:30:33 AM

0 Members and 1 Guest are viewing this topic.

Red Blood

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?


One of the best rpg maker xp games ever!Try it out!
http://www.quintessence-tbv.com

Falcon

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.

Red Blood

It Dosnt Give Me A Error It Just Plays

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

...


One of the best rpg maker xp games ever!Try it out!
http://www.quintessence-tbv.com