Jump to content

Recommended Posts

hi metin2dev, i want to change item "type"  in db but idk how to change xD have a error connection refused anyone help me please.

 

 

                     ##

                             62and3.png

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/7056-type/
Share on other sites

  • Replies 10
  • Created
  • Last Reply

Top Posters In This Topic

Hello, do it in item_proto.txt -> ITEM_RING1 (I think) ^^

71135 Ãʽ´ŞÀÇ ¹İÁö ITEM_UNIQUE UNIQUE_NONE 1 NONE NONE WEAR_SHIELD NONE 0 0 0 0 0 REAL_TIME 0 LIMIT_NONE 0 APPLY_NONE 0 APPLY_NONE 0 APPLY_NONE 0 0 0 0 0 0 0 0 0 0

 

Hello where is change, thanks for reply

Link to comment
https://metin2.dev/topic/7056-type/#findComment-44688
Share on other sites

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
https://metin2.dev/topic/7056-type/#findComment-44744
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
https://metin2.dev/topic/7056-type/#findComment-44745
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Current Donation Goals

    • Raised 23.00 EUR of 65.00 EUR target
×
×
  • 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.