-
Apprentice
Adding new items / problem
Hello there I've got a problem, I can't add more then 1 set. The problem is that I downloaded a pack of sets (exactly 15 sets). I added the first set with no problem but... I stumbled on a problem:
Every set has the same .bmd name (all 15 sets) has: HelmMale, ArmorMale, GloveMale, PantMale, BootMale.
What I tryed:
1)change the .bmd name to example: "1HelmMale" no success
2)added the set to the "player" folder in a folder example: Data/Player/02/HelmMale, ArmorMale, GloveMale, PantMale, BootMale. .bmd also added in the server side in "custom items":
3784 160 120 30 01 01 HelmMale // Prime Scale Helm
4296 160 120 30 01 01 ArmorMale // Prime Scale Armor
4808 160 120 30 01 01 PantMale // Prime Scale Pants
5320 160 120 30 01 01 GloveMale // Prime Scale Gloves
5832 160 120 30 01 01 BootMale // Prime Scale Boots
no success
3)used pentiumtools: converted the files from .bmd to .smd and then converted it back to .bmd with new name example: 1HelmMale.bmd no success. Also added in the server side in "custom items":
3784 160 120 30 01 1HelmMale // Prime Scale Helm
4296 160 120 30 01 1ArmorMale // Prime Scale Armor
4808 160 120 30 01 1PantMale // Prime Scale Pants
5320 160 120 30 01 1GloveMale // Prime Scale Gloves
5832 160 120 30 01 1BootMale // Prime Scale Boots
no success.
heres some SS:
https://ibb.co/MNbnFhz
https://ibb.co/D8mhq6M
https://ibb.co/0QpNcnW
please help I dont have any more ideas what to do. 
- - - Updated - - -
solved.
-