Jump to content

How to enable 2 ring slots?


Recommended Posts

  • Bronze
                                        {"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32},
                                        {"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32},

Add these. ( locale -> inventorywindow.py and uiscript -> inventorywindow.py ) 

 

And edit your Equipment Slot.

                ## Equipment Slot
                {
                    "name" : "Equipment_Base",
                    "type" : "image",


                    "x" : 10,
                    "y" : 33,


                    "image" : "d:/ymir work/ui/equipment_bg_with_ring.tga",
Link to comment
Share on other sites

 

Make your own rings with type 31...

There is no 'activation'

 

are you sure ?

 

go to wherever you have your bin.

UserInterface > locale_inc.h

 

and add :

#define ENABLE_NEW_EQUIPMENT_SYSTEM

and if you don't have you can also enable dss, if you want.

#define ENABLE_DRAGON_SOUL_SYSTEM

Yes clientside but he ment serverside.

Link to comment
Share on other sites

 

 

Make your own rings with type 31...

There is no 'activation'

 

are you sure ?

 

go to wherever you have your bin.

UserInterface > locale_inc.h

 

and add :

#define ENABLE_NEW_EQUIPMENT_SYSTEM

and if you don't have you can also enable dss, if you want.

#define ENABLE_DRAGON_SOUL_SYSTEM

Yes clientside but he ment serverside.

 

Ahh yes, you're right I've misread it. My bad :)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.