Minamoto Yoshitsune Posted February 11, 2019 Share Posted February 11, 2019 How do I add new equips slots? Â Â I even managed to put + slot, but does not appear the properties of the weapons, only the status bonus, how to fix this? Link to comment Share on other sites More sharing options...
0 NorthGateNoob Posted February 11, 2019 Share Posted February 11, 2019 If you go to server/resources/config.json you can edit the equipment types there. Here is an example of several types I have added. Â }, Â "Equipment": { Â Â Â "WeaponSlot": 2, Â Â Â "ShieldSlot": 3, Â Â Â "Slots": [ Â Â Â Â Â "Helmet", Â Â Â Â Â "Armor", Â Â Â Â Â "Weapon", Â Â Â Â Â "Shield", Â Â Â Â Â "LHand", Â Â Â Â Â "RHand", Â Â Â Â Â "Boots", Â Â Â Â Â "Gloves", Â Â Â Â Â "Neck", Â Â Â Â Â "Back" Â Â Â ], Link to comment Share on other sites More sharing options...
0 MrValenza Posted February 19, 2019 Share Posted February 19, 2019 After copying and pasting this in the correct fields in the config, my server runs fine but my client has many errors. If you don't mind sharing, how do I fix this? Link to comment Share on other sites More sharing options...
0 Minamoto Yoshitsune Posted March 2, 2019 Author Share Posted March 2, 2019 I was able to add 1 new type, but it does not give me the option to change the properties of the equipment. Â Â I hoped it would stay this way. Â Does anyone know how to do it? Link to comment Share on other sites More sharing options...
0 jcsnider Posted March 2, 2019 Share Posted March 2, 2019 Those properties only apply to whatever slot that’s set as a weapon.  Having multiple attack animations and damage calculations, etc for every attack would be crazyyyy Link to comment Share on other sites More sharing options...
0 Minamoto Yoshitsune Posted March 2, 2019 Author Share Posted March 2, 2019 My intention was not to have several calculations, but just something that complements the damage base comprises? Link to comment Share on other sites More sharing options...
Question
Minamoto Yoshitsune
How do I add new equips slots?
Â
Â
I even managed to put + slot, but does not appear the properties of the weapons, only the status bonus, how to fix this?
Link to comment
Share on other sites
5 answers to this question
Recommended Posts