Jump to content

[Change Equipment ingame] help


Recommended Posts

i need help 
I dont know how to implement the slots for the belt in this switch gear
(the belt system is working 100% for the REAL inventory...)

JU4Aegm.png


how can i implement it ?
 


Please someone can be so nice to reply this Thread and help me with that?
please

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 11
  • Created
  • Last Reply

Top Posters In This Topic

locale:

"slot" : (
{"index":1, "x":39, "y":37, "width":32, "height":64},
{"index":2, "x":39, "y":2, "width":32, "height":32},
{"index":3, "x":39, "y":145, "width":32, "height":32},
{"index":4, "x":75, "y":67, "width":32, "height":32},
{"index":5, "x":3, "y":3, "width":32, "height":96},
{"index":6, "x":116, "y":84, "width":32, "height":32},
{"index":7, "x":116, "y":52, "width":32, "height":32},
{"index":8, "x":75, "y":35, "width":32, "height":32},
),
 
here u add  slot for belt  for example:
 
{"index":9, "x":75, "y":45, "width":32, "height":32},   # its only for example i dont know  position u must  change it by yourself
 
it should look like this:
 
"slot" : (
{"index":1, "x":39, "y":37, "width":32, "height":64},
{"index":2, "x":39, "y":2, "width":32, "height":32},
{"index":3, "x":39, "y":145, "width":32, "height":32},
{"index":4, "x":75, "y":67, "width":32, "height":32},
{"index":5, "x":3, "y":3, "width":32, "height":96},
{"index":6, "x":116, "y":84, "width":32, "height":32},
{"index":7, "x":116, "y":52, "width":32, "height":32},
{"index":8, "x":75, "y":35, "width":32, "height":32},
{"index":9, "x":75, "y":45, "width":32, "height":32},
),
For the rest i need version with tab's

 

Link to comment
Share on other sites

i did it before post the problem here

the result is that:
Sya9LN2.png




the problem is that i m unable to add the belt... as u can see there is an invisible SLOT but i can t put the belt inside

can u please add me on skype
i will show u the rest

the tab's etc

please

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

ok thanks
but the problems isn t the image with the slot
the problem i think is make the slot able to wear a belt

i really do not think a design can fix the problem
----------
Maybe in my first post u misunderstanding my problem:

I can NOT put a belt into this system what should i have to write to let it work?
i can switch everyitems except a belt with this system, why?

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.