Re: add new weapon problem
Have you got the Action index correct, sounds to me as if you may have set it to the same as a g1 sword
Re: add new weapon problem
here are added weapons from inititem
Code:
;GM Weapon
(item (name 4000) (Index 4000) (Image "Wea161GM") (Action 44 4) (class weapon sword2h) (code 1 2 1 1) (country 0 1 2) (level 65) (wear 1) (limit Knight 1) (range 32) (sell 2100000) (endurance 99) (maxprotect 325) (specialty (aspeed 1400) (Str 255) (Int 255) (Dex 255) (Wis 255) (Hth 255) (Attack 5450 8700) (hp 3750) (hit 150) ) )
;ShadowTitanium Giant Sword
(item (name 4001) (Index 4001) (Image "Wea160GM") (Action 44 4) (class weapon sword2h) (code 1 2 1 1) (country 0 1 2) (level 65) (wear 1) (limit Knight 1) (range 32) (sell 210000000) (endurance 255) (maxprotect 325) (specialty (aspeed 1400) (Str 255) (Int 255) (Dex 255) (Wis 255) (Hth 255) (Attack 5450 8700) (hp 3750) (hit 150) ) )
i think all is good but idk why it shows g1 not a weapon from file
ps. name file of 1st weapon PS_Do_10.gb and 2nd one PS_D2_50.gb maybe it'll helps
Re: add new weapon problem
Action calls the GB file so at the moment it is calling 44_4 so you need it at 2_50, or whatever weapon you wish a make sure there is no duplicates as well
Re: add new weapon problem
"PS_Do_10.gb and 2nd one PS_D2_50.gb"
>.>
Re: add new weapon problem
i changed Action 44_4 for 2_50 but looks nothing change
Re: add new weapon problem
Re: add new weapon problem
Have you tried opening the gb file and seeing if its correct...