Aller au contenu
Top-Metin2.org - Vous êtes à la recherche d'un serveur Metin 2 ? ×
×
×
  • Créer...
  • 0

Bug " bonus 99 " sur les stats du perso


0megazelle

Question

Bonsoir, 

je me suis lancé aujourd'hui dans l'émulation de Metin2 et je rencontre un problème assez bizarre

 

Version des files : 2012

Domaine (Base de données, Core, etc.) :

Votre niveau (débutant, intermédiaire, avancé) : Débutant

 

Description du problème : Dans les statistiques de mon personnage, il est écrit " bonus 99 " partout

Comment reproduire le problème :

Recherches et tests effectué : Un peu partout dans l'A/Q/S pour voir si quelqu'un avait le même soucis

Résultat des recherches et tests : Je ne sais pas du tout ou chercher vu que je débute, alors aucun test

 

Message d'erreur, capture d'écran :

174817Sans-titre.png

 

Merci à ceux qui m'aiderons :)

 

En postant ma demande d'aide, j'affirme avoir lu et accepté le règlement des demandes d'aides.

Lien vers le commentaire
Partager sur d’autres sites

  • Réponses 7
  • Créé
  • Dernière réponse

Meilleurs contributeurs dans cette question

Meilleurs contributeurs dans cette question

7 réponses à cette question

Messages recommandés

  • 0

Merci GIN.

 

Donc pour le correctif à appliquer: tous ce passe dans UIscipt>uicharacterwindows.

 

Il faut supprimer tous ca:

 

Parie 1

{
				"name" : "Bonus_TitleBar",
				"type" : "titlebar",
				"style" : ("attach",),

				"x" : 8,
				"y" : 7,

				"width" : 238,
				"color" : "red",

				"children" :
				(
					{ "name":"TitleName", "type":"text", "x":0, "y":-1, "text":"Bonus", "all_align":"center" },
				),
			},

 

Partie 2:

										{
						"name" : "Tab_05",
						"type" : "image",

						"x" : 0,
						"y" : 0,

						"width" : 250,
						"height" : 31,

						"image" : "locale/fr/ui/windows/tab_5.sub",
					},

 

Partie 3

{
						"name" : "Tab_Button_05",
						"type" : "radio_button",

						"x" : 205,
						"y" : 5,

						"width" : 50,
						"height" : 27,
					},	

 

Partie 4

				## Page Area
			{
				"name" : "Bonus_Page",
				"type" : "window",
				"style" : ("attach",),

				"x" : 0,
				"y" : 24,

				"width" : 270,
				"height" : 304,

				"children" :
				(
					{
						"name":"Skill_Bonus_Title_Bar", "type":"horizontalbar", "x":15, "y":17, "width":223,
						"children" :
						(
							{
								"name" : "Bonus_Button_1",
								"type" : "radio_button",

								"x" : 5,
								"y" : 1,

								"text" : "Group3",
								"text_color" : 0xFFFFE3AD,

								"default_image" : "d:/ymir work/ui/game/windows/skill_tab_button_01.sub",
								"over_image" : "d:/ymir work/ui/game/windows/skill_tab_button_02.sub",
								"down_image" : "d:/ymir work/ui/game/windows/skill_tab_button_03.sub",

							},

							{
								"name" : "Bonus_Button_2",
								"type" : "radio_button",

								"x" : 50,
								"y" : 1,

								"text" : "Group4",
								"text_color" : 0xFFFFE3AD,

								"default_image" : "d:/ymir work/ui/game/windows/skill_tab_button_01.sub",
								"over_image" : "d:/ymir work/ui/game/windows/skill_tab_button_02.sub",
								"down_image" : "d:/ymir work/ui/game/windows/skill_tab_button_03.sub",
							},

							{
								"name" : "Bonus_Button_3",
								"type" : "radio_button",

								"x" : 95,
								"y" : 1,

								"text" : "Group5",
								"text_color" : 0xFFFFE3AD,

								"default_image" : "d:/ymir work/ui/game/windows/skill_tab_button_01.sub",
								"over_image" : "d:/ymir work/ui/game/windows/skill_tab_button_02.sub",
								"down_image" : "d:/ymir work/ui/game/windows/skill_tab_button_03.sub",
							},

							{
								"name" : "(C)",
								"type" : "text",
								"x" : 85,
								"y" : -1,
								"all_align" : "center",
								"text" : "?Asgard",
								"r" : 1.0,
								"g" : 0.75,
								"b" : 0.0,
								"a" : 1.0,
							},

							{ "name":"Skill_Bonus_Title_Bar", "type":"horizontalbar", "x":0, "y":18, "width":223 },
							{ "name":"Attri_1", "type":"text", "x":4, "y":19, "text":"type", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },
							{ "name":"Skill_Bonus_Title_Bar", "type":"horizontalbar", "x":0, "y":156, "width":223 },
							{ "name":"Attri_2", "type":"text", "x":4, "y":157, "text":"type", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },

							{ "name":"Bonus_1_Name", "type":"text", "x":30, "y":52, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_1_Value", "type":"text", "x":64, "y":53, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },							
							{ "name":"Bonus_2_Name", "type":"text", "x":30, "y":88, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_2_Value", "type":"text", "x":64, "y":89, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },
							{ "name":"Bonus_3_Name", "type":"text", "x":30, "y":124, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_3_Value", "type":"text", "x":64, "y":125, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },

							{ "name":"Bonus_4_Name", "type":"text", "x":30, "y":46, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_4_Value", "type":"text", "x":64, "y":47, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },							
							{ "name":"Bonus_5_Name", "type":"text", "x":30, "y":74, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_5_Value", "type":"text", "x":64, "y":75, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },							
							{ "name":"Bonus_6_Name", "type":"text", "x":30, "y":102, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_6_Value", "type":"text", "x":64, "y":103, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },						
							{ "name":"Bonus_7_Name", "type":"text", "x":30, "y":130, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_7_Value", "type":"text", "x":64, "y":131, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },


							{ "name":"Bonus_8_Name", "type":"text", "x":150, "y":52, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_8_Value", "type":"text", "x":184, "y":53, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },							
							{ "name":"Bonus_9_Name", "type":"text", "x":150, "y":88, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_9_Value", "type":"text", "x":184, "y":89, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },

							{ "name":"Bonus_10_Name", "type":"text", "x":150, "y":46, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_10_Value", "type":"text", "x":184, "y":47, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },							
							{ "name":"Bonus_11_Name", "type":"text", "x":150, "y":74, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_11_Value", "type":"text", "x":184, "y":75, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },							
							{ "name":"Bonus_12_Name", "type":"text", "x":150, "y":102, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_12_Value", "type":"text", "x":184, "y":103, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },						

							{ "name":"Bonus_13_Name", "type":"text", "x":30, "y":190, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_13_Value", "type":"text", "x":64, "y":191, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },							
							{ "name":"Bonus_14_Name", "type":"text", "x":30, "y":226, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_14_Value", "type":"text", "x":64, "y":227, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },
							{ "name":"Bonus_15_Name", "type":"text", "x":30, "y":262, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_15_Value", "type":"text", "x":64, "y":263, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },

							{ "name":"Bonus_16_Name", "type":"text", "x":30, "y":184, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_16_Value", "type":"text", "x":64, "y":185, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },							
							{ "name":"Bonus_17_Name", "type":"text", "x":30, "y":212, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_17_Value", "type":"text", "x":64, "y":213, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },							
							{ "name":"Bonus_18_Name", "type":"text", "x":30, "y":240, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_18_Value", "type":"text", "x":64, "y":241, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },						
							{ "name":"Bonus_19_Name", "type":"text", "x":30, "y":268, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_19_Value", "type":"text", "x":64, "y":269, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },

							{ "name":"Bonus_20_Name", "type":"text", "x":150, "y":190, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_20_Value", "type":"text", "x":184, "y":191, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },							
							{ "name":"Bonus_21_Name", "type":"text", "x":150, "y":226, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_21_Value", "type":"text", "x":184, "y":227, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },
							{ "name":"Bonus_22_Name", "type":"text", "x":150, "y":262, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_22_Value", "type":"text", "x":184, "y":263, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },

							{ "name":"Bonus_23_Name", "type":"text", "x":150, "y":184, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_23_Value", "type":"text", "x":184, "y":185, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },							
							{ "name":"Bonus_24_Name", "type":"text", "x":148, "y":212, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_24_Value", "type":"text", "x":184, "y":213, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },							
							{ "name":"Bonus_25_Name", "type":"text", "x":150, "y":240, "text":"bonus", "r":0.0, "g":0.83, "b":1.0, "a":1.0, "text_horizontal_align":"center" },
							{ "name":"Bonus_25_Value", "type":"text", "x":184, "y":241, "text":"99", "r":1.0, "g":1.0, "b":1.0, "a":1.0, "text_horizontal_align":"left" },						

						),

					},
				),
			},

 

Il faut modifier 4 petite valeur sinon bug au niveau des onglet de la page personnage ( mission non disponibl ) donc modifier comme ceci

						## RadioButton
					{
						"name" : "Tab_Button_01",
						"type" : "radio_button",

						"x" : 5,
						"y" : 5,

						"width" : 50,
						"height" : 27,
					},
					{
						"name" : "Tab_Button_02",
						"type" : "radio_button",

						"x" : 60,
						"y" : 5,

						"width" : 50,
						"height" : 27,
					},
					{
						"name" : "Tab_Button_03",
						"type" : "radio_button",

						"x" : 120,
						"y" : 5,

						"width" : 50,
						"height" : 27,
					},
					{
						"name" : "Tab_Button_04",
						"type" : "radio_button",

						"x" : 180,
						"y" : 5,

						"width" : 50,
						"height" : 27,
					},

 

Voila Merci pour votre aide

Si un membre du staff pouvait mettre le sujet en résolu et peut etre ajouter le lien dans les tuto ou autre.

Cordialement

Lien vers le commentaire
Partager sur d’autres sites

Invité
Ce sujet ne peut plus recevoir de nouvelles réponses.


  • brilliantdiscord_widget
  • Flux d'Activité

    1. 37
    2. 21

      Metin2 en 2020 peut-on en parler?

    3. 0

      METIN2Project

    4. 3

      Ressources - UnPack - Metin2 Client - Officiel

    5. 0

      Barre des tâches d'argent étendue

    6. 16

      Redémarrage automatique des channels

    7. 16

      Multi Logo GM / SGM / GA

  • En ligne récemment

    • Aucun utilisateur enregistré regarde cette page.

Information importante

Conditions d’utilisation / Politique de confidentialité / Règles / Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.