Jump to content

[Duvida] Como adiciono os slots dos anéis?


Luffy

Recommended Posts

Boas,

Parte do Cliente é:

Ir a:

Pack\locale_x\locale\de\ui

depois ir a:

inventorywindow.py

Por baixo de:

{"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}

Adicionar:

                                        #{"index":item.EQUIPMENT_RING2, "x":2, "y":106, "width":32, "height":32},
                                        #{"index":item.EQUIPMENT_RING1, "x":72, "y":102, "width":32, "height":32},

Depois o tipo que deves usar para eles irem para lá é o 33 (type 33) isto é que o metes no item proto.

Pelo menos no meu está a funcionar assim.

Alguma dúvida pergunta.

 

Cumpz

Link to comment
Share on other sites

Em 27/12/2017 em 00:05, Nukayool disse:

Boas,

Parte do Cliente é:

Ir a:


Pack\locale_x\locale\de\ui

depois ir a:


inventorywindow.py

Por baixo de:


{"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}

Adicionar:


                                        #{"index":item.EQUIPMENT_RING2, "x":2, "y":106, "width":32, "height":32},
                                        #{"index":item.EQUIPMENT_RING1, "x":72, "y":102, "width":32, "height":32},

Depois o tipo que deves usar para eles irem para lá é o 33 (type 33) isto é que o metes no item proto.

Pelo menos no meu está a funcionar assim.

Alguma dúvida pergunta.

 

Cumpz

Obrigado pela ajuda.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...