Jump to content

Question

2 answers to this question

Recommended Posts

  • 3
Posted

Yes!
you only need to change the order of paperdoll for every ways (Up,Down,Left and right)
on the \Server\Resources\config.json

Search:

Quote

"Paperdoll": {
      "Up": [
        "Player",
        "Armor",


And order like:
 

Quote

"Paperdoll": {
      "Up": [
        "Cape",
        "Player",

NOTE: Dont forget to make a new Equipment slot called "cape"
on the lane "Equipment": {

×
×
  • Create New...