So I'm having a little difficulty (maybe noob). I'm don't know adding new equipment slots, I saw here in the forum an answer for this, but it does not seem to be consistent with version B5.1.Â
"Equipment": {
  "WeaponSlot": 2,
  "ShieldSlot": 3,
  "Slots": [
   "Helmet",
   "Armor",
   "Weapon",
   "Shield"
],
Â
If I add more slots, like this:
Spoiler
"Equipment": {
  "WeaponSlot": 2,
  "ShieldSlot": 3,
  "Slots": [
   "Helmet",
   "Armor",
   "Weapon",
   "Shield",
    "Boots",
    "Hair",
    "Ring",
    "Amulet",
    "Acessory"
  ],
Â
An error occurs when opening the server
So, what am I doing wrong? What do I need to do to add more equipment slots and also paperdolls?
Question
Lukas Uchiha
Hey guys.
So I'm having a little difficulty (maybe noob). I'm don't know adding new equipment slots, I saw here in the forum an answer for this, but it does not seem to be consistent with version B5.1.Â
In response he said to do so:
Â
Â
But currently, in version B5.1, it is only thus:
Â
"Equipment": {
  "WeaponSlot": 2,
  "ShieldSlot": 3,
  "Slots": [
   "Helmet",
   "Armor",
   "Weapon",
   "Shield"
],
Â
If I add more slots, like this:
"Equipment": {
  "WeaponSlot": 2,
  "ShieldSlot": 3,
  "Slots": [
   "Helmet",
   "Armor",
   "Weapon",
   "Shield",
    "Boots",
    "Hair",
    "Ring",
    "Amulet",
    "Acessory"
  ],
Â
An error occurs when opening the server
So, what am I doing wrong? What do I need to do to add more equipment slots and also paperdolls?
Â
Already grateful!
Link to comment
Share on other sites
7 answers to this question
Recommended Posts