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?