Jump to content

Recommended Posts

  • Premium

Heya guys.

Based on this image :

fu6he.jpgI tried to do it by myself. The result :

FW1Fe.pngBut i have a problem. When i got m1 the skill wont appear. I mean is under the 1st skill grade.

See here :

heWtb.jpg

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/3588-need-a-py-expert/
Share on other sites

Every skill has 3 class. I think you are only added 1 class. What i mean with 3 class. 

 

						## Active Slot
						{
							"name" : "Skill_Active_Slot",
							"type" : "slot",

							"x" : 0 + 16,
							"y" : 0 + 15 + 23,

							"width" : 223,
							"height" : 223,
							"image" : ICON_SLOT_FILE,

							"slot" :	(
											{"index": 1, "x": 1, "y":  4, "width":32, "height":32},
											{"index":21, "x":38, "y":  4, "width":32, "height":32},
											{"index":41, "x":75, "y":  4, "width":32, "height":32},

											{"index": 3, "x": 1, "y": 40, "width":32, "height":32},
											{"index":23, "x":38, "y": 40, "width":32, "height":32},
											{"index":43, "x":75, "y": 40, "width":32, "height":32},

											{"index": 5, "x": 1, "y": 76, "width":32, "height":32},
											{"index":25, "x":38, "y": 76, "width":32, "height":32},
											{"index":45, "x":75, "y": 76, "width":32, "height":32},

											{"index": 7, "x": 1, "y":112, "width":32, "height":32},
											{"index":27, "x":38, "y":112, "width":32, "height":32},
											{"index":47, "x":75, "y":112, "width":32, "height":32},

											####

											{"index": 2, "x":113, "y":  4, "width":32, "height":32},
											{"index":22, "x":150, "y":  4, "width":32, "height":32},
											{"index":42, "x":187, "y":  4, "width":32, "height":32},

											{"index": 4, "x":113, "y": 40, "width":32, "height":32},
											{"index":24, "x":150, "y": 40, "width":32, "height":32},
											{"index":44, "x":187, "y": 40, "width":32, "height":32},

											{"index": 6, "x":113, "y": 76, "width":32, "height":32},
											{"index":26, "x":150, "y": 76, "width":32, "height":32},
											{"index":46, "x":187, "y": 76, "width":32, "height":32},

											{"index": 8, "x":113, "y":112, "width":32, "height":32},
											{"index":28, "x":150, "y":112, "width":32, "height":32},
											{"index":48, "x":187, "y":112, "width":32, "height":32},
										),

 

Best Regards

Ellie

Do not be sorry, be better.

Link to comment
https://metin2.dev/topic/3588-need-a-py-expert/#findComment-23487
Share on other sites

  • Premium

Hey!

Thanks for your reply.

I have all skills but is one above the other and you cant click a skill if you train it to master.

 

P.S Any idea where i can edit secundary skills? (combo, minning, etc)

Link to comment
https://metin2.dev/topic/3588-need-a-py-expert/#findComment-23489
Share on other sites

						## ETC Slot
						{
							"name" : "Skill_ETC_Slot",
							"type" : "grid_table",
							"x" : 18,
							"y" : 221,
							"start_index" : 101,
							"x_count" : 6,
							"y_count" : 2,
							"x_step" : 32,
							"y_step" : 32,
							"x_blank" : 5,
							"y_blank" : 4,
							"image" : ICON_SLOT_FILE,
						},

in UIScript/characterwindow.py

 

Best Regards

Ellie

Do not be sorry, be better.

Link to comment
https://metin2.dev/topic/3588-need-a-py-expert/#findComment-23490
Share on other sites

  • Premium

So next i need a function wich transform the skill from normal to m1 and then to g1, Perfect skill.

I think the horse level function (when horse is level 1, level 2 and level 3-21 image and attr is changing) is working but i am not an expert.

Link to comment
https://metin2.dev/topic/3588-need-a-py-expert/#findComment-23520
Share on other sites

Heya !

Dont know what that means but if you can give me a hand with this would be great !

Here is a video with my problem.

https://www.youtube.com/watch?v=cPjszbpww9k

Omg it looks like the 2004 beta skill window.

Can you tell me how you did that?

I dot have any idea with your problem though.

Link to comment
https://metin2.dev/topic/3588-need-a-py-expert/#findComment-23530
Share on other sites

  • Premium

Heya !

I will release the all script after is complete.

The problem is, all 3 skill stages are in the same place (normal skill, master skill, grand and perfect skill). That means is one above the other. You can improve the skill when is to normal but you cannot take it in the taskbar because is the Grand Master skill above it.

A second video demo maybe you understand :D

https://www.youtube.com/watch?v=ztLwoqO9IYY

 

 

Link to comment
https://metin2.dev/topic/3588-need-a-py-expert/#findComment-23531
Share on other sites

Heya !

I will release the all script after is complete.

The problem is, all 3 skill stages are in the same place (normal skill, master skill, grand and perfect skill). That means is one above the other. You can improve the skill when is to normal but you cannot take it in the taskbar because is the Grand Master skill above it.

A second video demo maybe you understand :D

https://www.youtube.com/watch?v=ztLwoqO9IYY

Thanks. I understood your problem. I wish I could help but I have no clear idea. I can check ETC, root... of the official (old/new) client but I'm not sure i can find a thing because I'm not a py expert, like you said on older posts.

I wish we could find the beta client with the skill window like this.

I have another question, where did other passive skills go?

Link to comment
https://metin2.dev/topic/3588-need-a-py-expert/#findComment-23534
Share on other sites

  • Premium

I wish too.

I want to create that old style of metin2. Love it.

Maybe Denis will give us a hand. Would be a great release dont you think?

 

Snap :D

OElEf.png

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/3588-need-a-py-expert/#findComment-23536
Share on other sites

I wish too.

I want to create that old style of metin2. Love it.

Maybe Denis will give us a hand. Would be a great release dont you think?

Snap :D

OElEf.png

Yes I like it. I think it looks like the second beta in 2004.

Wish we could find the other 2003 client with a lot different skills animations, effects, icons. I found screenshots from the first beta in 2003 and saw some wolfman videos on YouTube it's skill icons look like recycled 2003 beta ones.

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/3588-need-a-py-expert/#findComment-23537
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
×
×
  • 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.