Jump to content

Recommended Posts

  • Replies 10
  • Created
  • Last Reply

Top Posters In This Topic

Go to:

 

UserInterface > locale_inc.h

 

and add :

 
#define ENABLE_NEW_EQUIPMENT_SYSTEM

Then in inventorywindow.py on client add:

 

{"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32},
{"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32},
 
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",

The type is 31

Link to comment
Share on other sites

For example:

VNUM RingName ITEM_RING 0 1 NONE NONE NONE NONE 800000 800000 0 0 10 LEVEL 50 LIMIT_NONE 0 APPLY_MAX_HP 5000 APPLY_NONE 0 APPLY_NONE 0 4 0 0 0 0 0 0 0 0

You must edit:

VNUM and RingName

 

For example:

VNUM RingName ITEM_RING 0 1 NONE NONE NONE NONE 800000 800000 0 0 10 LEVEL 50 LIMIT_NONE 0 APPLY_MAX_HP 5000 APPLY_NONE 0 APPLY_NONE 0 4 0 0 0 0 0 0 0 0

You must edit:

VNUM and RingName

connection refused >.<

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.