Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 06:41

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



kann keinen char selecten

Discussion on kann keinen char selecten within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
Zero.™'s Avatar
 
elite*gold: 0
Join Date: Sep 2012
Posts: 591
Received Thanks: 37
kann keinen char selecten

ich hab einen anderen chatselect eingefügt bei den maus klicks nicht funktionieren!
also auf "start, löschen & erstellen" kann ich nicht klicken!
gestern hab ich einen neuen logininterface eingebaut, bevor ich den eingebaut hatte konnte man mit ENTER char auswählen & jetzt geht enter auch nicht!

kann mir wer bitte helfen? was muss ich machen damit ich chars mit maus auswählen kann?
Zero.™ is offline  
Old 09/06/2013, 13:18   #2
 
[SA]Hylight's Avatar
 
elite*gold: 0
Join Date: Oct 2011
Posts: 164
Received Thanks: 34
setz ma charselect.py rein
[SA]Hylight is offline  
Old 09/06/2013, 13:53   #3
 
Zero.™'s Avatar
 
elite*gold: 0
Join Date: Sep 2012
Posts: 591
Received Thanks: 37
Quote:
Originally Posted by [SA]Hylight View Post
setz ma charselect.py rein
hier charselectwindow.py

Code:
import uiScriptLocale

ROOT_PATH = "d:/ymir work/ui/public/"
LOCALE_PATH = uiScriptLocale.SELECT_PATH

BOARD_X = SCREEN_WIDTH * (65) / 800
BOARD_Y = SCREEN_HEIGHT * (220) / 600

BOARD_ITEM_ADD_POSITION = -40

window = {
	"name" : "SelectCharacterWindow",

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

	"width" : SCREEN_WIDTH,
	"height" : SCREEN_HEIGHT,

	"children" :
	(
		## Board
		{
			"name" : "BackGround", "type" : "expanded_image", "x" : 0, "y" : 0,
			"x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0,
			"image" : "locale/de/ui/select.sub",
		},
		## Name
		{
			"name" : "name_warrior",
			"type" : "image",

			"x" : BOARD_X - 20,
			"y" : BOARD_Y - 110 + 25,

			"image" : LOCALE_PATH+"name_warrior.sub",
		},
		{
			"name" : "name_assassin",
			"type" : "image",

			"x" : BOARD_X - 20,
			"y" : BOARD_Y - 110 + 25,

			"image" : LOCALE_PATH+"name_assassin.sub",
		},
		{
			"name" : "name_sura",
			"type" : "image",

			"x" : BOARD_X - 20,
			"y" : BOARD_Y - 110 + 25,

			"image" : LOCALE_PATH+"name_sura.sub",
		},
		{
			"name" : "name_shaman",
			"type" : "image",

			"x" : BOARD_X - 20,
			"y" : BOARD_Y - 110 + 25,

			"image" : LOCALE_PATH+"name_shaman.sub",
		},


		## Character Board by .Temperies and Troll
		{
			"name" : "character_board",
			"type" : "image",

			"x" : SCREEN_WIDTH * (55) / 1900,
			"y" : SCREEN_HEIGHT * (220) / 280,

			"width" : 500,
			"height" : 100 + BOARD_ITEM_ADD_POSITION,
			"image"	:	"troll/trolljob2.sub",
			"children" :
			(

				## Empire Flag
				{
					"name" : "EmpireFlag_A",
					"type" : "expanded_image",

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

					"image" : "troll/trollempire2.sub"
				},
				{
					"name" : "EmpireFlag_B",
					"type" : "expanded_image",

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

					"image" : "troll/trollempire1.sub"
				},
				
				{
					"name" : "EmpireFlag_C",
					"type" : "expanded_image",

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

					"image" : "troll/trollempire3.sub"
				},

				{
					"name" : "EmpireNameSlot",
					"type" : "image",

					"x" : 220,
					"y" : 58,

					"image" : "",

					"children" :
					(
						{
							"name" : "EmpireName",
							"type" : "text",

							"x" : 0,
							"y" : 0,
							
							"color" : 0xff99FF00,

							"text" : uiScriptLocale.SELECT_EMPIRE_NAME,

							"all_align" : "center",
						},
					),
				},

				{
					"name" : "GuildNameSlot",
					"type" : "image",

					"x" : 438,
					"y" : 58,
					
					"image" : "",

					"children" :
					(
						{
							"name" : "GuildName",
							"type" : "text",

							"x" : 0,
							"y" : 0,
							"color" : 0xff99FF00,
							"text" : uiScriptLocale.SELECT_NO_GUILD,

							"all_align" : "center",
						},
						{
							"name" : "Gremio",
							"type" : "text",

							"x" : - 60,
							"y" : 0,
							"color" : 0xffFFFFFF,
							"text" : "Gilde:",

							"all_align" : "center",
						},
					),
				},

				{
					"name" : "character_name",
					"type" : "text",

					"x" : 125,
					"y" : 75,

					"text" : uiScriptLocale.SELECT_NAME + ":",

					"children" :
					(
						{
							"name" : "character_name_slot",
							"type" : "image",

							"x" : 150,
							"y" : 75,

							"image" : "",
						},
						{
							"name" : "character_name_value",
							"type" : "text",

							"x" : 10 + 130/2,
							"y" : 0,
							"color" : 0xffFFCA00,
							"text" : "",

							"text_horizontal_align" : "center",
						},
					),
				},
				{
							"name" : "character_name_slot",
							"type" : "image",

							"x" : 43,
							"y" : -2,

							"image" : "",
						},
						{
							"name" : "character_name_slot",
							"type" : "text",

							"x" : 550,
							"y" : 54,

							"text" : "Charakterauswahl",

							"text_horizontal_align" : "center",
						},
				{
					"name" : "character_level",
					"type" : "text",

					"x" : 125,
					"y" : 85,

					"text" : uiScriptLocale.SELECT_LEVEL + ":",

					"children" :
					(
						{
							"name" : "character_level_slot",
							"type" : "image",

							"x" : 43,
							"y" : -2,
	
							"image" : "",
						},
						{
							"name" : "character_level_value",
							"type" : "text",

							"x" : 10 + 130/2,
							"y" : 0,
							"color" : 0xff99FF00,	
							"text" : "",

							"text_horizontal_align" : "center",
						},
					),
				},
				{
					"name" : "character_play_time",
					"type" : "text",

					"x" : 125,
					"y" : 95,

					"text" : uiScriptLocale.SELECT_PLAYTIME + ":",

					"children" :
					(
						{
							"name" : "character_play_time_slot",
							"type" : "image",

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

							"image" : "",
						},
						{
							"name" : "character_play_time_value",
							"type" : "text",

							"x" : 95,
							"y" : 0,
							"color" : 0xffD2F700,
							"text" : "",

							"text_horizontal_align" : "center",
						},
					),
				},
				{
					"name" : "character_hth",
					"type" : "text",

					"x" : 245,
					"y" : 74,

					"text" : uiScriptLocale.SELECT_HP,

					"children" :
					(
						{
							"name" : "gauge_hth",
							"type" : "gauge",

							"x" : 20,
							"y" : 4,

							"width" : 100,
							"color" : "red",
						},
						{
							"name" : "character_hth_slot",
							"type" : "image",

							"x" : 134,
							"y" : -2,
							
							"color" : 0xffFF0000,
							"image" : "",
						},
						{
							"name" : "character_hth_value",
							"type" : "text",

							"x" : 131,
							"y" : 0,
							"color" : 0xffFF0000,
							"text" : "",

							"text_horizontal_align" : "center",
						},
					),
				},
				{
					"name" : "character_int",
					"type" : "text",

					"x" : 245,
					"y" : 84,

					"text" : uiScriptLocale.SELECT_SP,

					"children" :
					(
						{
							"name" : "gauge_int",
							"type" : "gauge",

							"x" : 20,
							"y" : 4,

							"width" : 100,
							"color" : "pink",
						},
						{
							"name" : "character_int_slot",
							"type" : "image",

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

							"image" : "",
						},
						{
							"name" : "character_int_value",
							"type" : "text",

							"x" : 132,
							"y" : 0,
							"color" : 0xffE366B4,
							"text" : "",

							"text_horizontal_align" : "center",
						},
					),
				},
				{
					"name" : "character_str",
					"type" : "text",

					"x" : 245,
					"y" : 94,

					"text" : uiScriptLocale.SELECT_ATT_GRADE,

					"children" :
					(
						{
							"name" : "gauge_str",
							"type" : "gauge",

							"x" : 20,
							"y" : 4,

							"width" : 100,
							"color" : "purple",
						},
						{
							"name" : "character_str_slot",
							"type" : "image",

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

							"image" : "",
						},
						{
							"name" : "character_str_value",
							"type" : "text",

							"x" : 132,
							"y" : 0,
							"color" : 0xffCD35D2,
							"text" : "",

							"text_horizontal_align" : "center",
						},
					),
				},
				{
					"name" : "character_dex",
					"type" : "text",

					"x" : 245,
					"y" : 104,

					"text" : uiScriptLocale.SELECT_DEX_GRADE,

					"children" :
					(
						{
							"name" : "gauge_dex",
							"type" : "gauge",

							"x" : 20,
							"y" : 4,

							"width" : 100,
							"color" : "blue",
						},
						{
							"name" : "character_dex_slot",
							"type" : "image",

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

							"image" : "",
						},
						{
							"name" : "character_dex_value",
							"type" : "text",

							"x" : 132,
							"y" : 0,
							"color" : 0xff0A67A3,
							"text" : "",

							"text_horizontal_align" : "center",
						},
					),
				},

				## Buttons
				{
					"name" : "start_button",
					"type" : "button",

					"x" : 495,
					"y" : 75,

					"text" : uiScriptLocale.SELECT_SELECT,
					"text_height" : 6,

					"default_image" : ROOT_PATH + "XLarge_Button_01.sub",
					"over_image" : ROOT_PATH + "XLarge_Button_02.sub",
					"down_image" : ROOT_PATH + "XLarge_Button_03.sub",
				},
				{
					"name" : "create_button",
					"type" : "button",

					"x" : 450,
					"y" : 75,

					"text" : uiScriptLocale.SELECT_CREATE,
					"text_height" : 6,

					"default_image" : ROOT_PATH + "XLarge_Button_01.sub",
					"over_image" : ROOT_PATH + "XLarge_Button_02.sub",
					"down_image" : ROOT_PATH + "XLarge_Button_03.sub",
				},
				{
					"name" : "exit_button",
					"type" : "button",

					"x" : 495,
					"y" : 99,

					"text" : uiScriptLocale.SELECT_EXIT,

					"default_image" : ROOT_PATH + "Large_Button_01.sub",
					"over_image" : ROOT_PATH + "Large_Button_02.sub",
					"down_image" : ROOT_PATH + "Large_Button_03.sub",
				},
				{
					"name" : "delete_button",
					"type" : "button",

					"x" : 587,
					"y" : 99,

					"text" : uiScriptLocale.SELECT_DELETE,

					"default_image" : ROOT_PATH + "Large_Button_01.sub",
					"over_image" : ROOT_PATH + "Large_Button_02.sub",
					"down_image" : ROOT_PATH + "Large_Button_03.sub",
				},
			),
		},

		## Buttons
		{
			"name" : "left_button",
			"type" : "button",

			"x" : SCREEN_WIDTH * (300 - 22*3) / 800,
			"y" : SCREEN_HEIGHT * (3505) / 7900,

			"default_image" : "d:/ymir work/ui/intro/select/dragon_left_button_01.sub",
			"over_image" : "d:/ymir work/ui/intro/select/dragon_left_button_02.sub",
			"down_image" : "d:/ymir work/ui/intro/select/dragon_left_button_03.sub",
		},
		{
			"name" : "right_button",
			"type" : "button",

			"x" : SCREEN_WIDTH * (680 - 22) / 800,
			"y" : SCREEN_HEIGHT * (3505) / 7800,

			"default_image" : "d:/ymir work/ui/intro/select/dragon_right_button_01.sub",
			"over_image" : "d:/ymir work/ui/intro/select/dragon_right_button_02.sub",
			"down_image" : "d:/ymir work/ui/intro/select/dragon_right_button_03.sub",
		},


	),
}
Zero.™ is offline  
Reply


Similar Threads Similar Threads
Kann keinen Char erstellen
08/13/2013 - Flyff Private Server - 12 Replies
Hey Ich hab das Problem das ich keinen Char erstellen kann. Server und Client sind abgeglichen. Ich benutze v15 client + Resource Error.txt in Client: Error.txt im Server:
Kann bei 777 keinen Char anklicken
02/26/2011 - Last Chaos Private Server - 1 Replies
Ist das ein BUG? kann niemanden anklicken egal wo
Ich kann mir keinen Char erstellen.
01/31/2011 - Flyff Private Server - 8 Replies
Ich komme bei meinem Pserver bis zur Charerstellung aber wenn ich auch "neu" klicke dann bleibt flyff eine weile stehen und schliesst sich nach ca. 10 sekunden. Was kann ich tun? Habe Windows 7 dFlyff (habe eFlyff aber schon ausprobiert, daran liegts nicht) benutze mysql 5.1 und die tools dafür sind von 5.0 hat das damit was zutun? Vielen dank im voraus.
kann keinen Char erstellen
06/17/2010 - Flyff Private Server - 4 Replies
hi ich habe folgendes problem. ich kann keinen char erstellen wenn ich eingeloggt bin ich klicke auf neu und flyff beendet sich was kann ich tuen? bitte um hilfe..... danke natürlich versuche ich einen eigenen server zu machen
Kann keinen char erstellen
08/15/2009 - Flyff Private Server - 3 Replies
ich hab seit neuestem ein Problem das ich noch nie hatte in meinen Pserver ich kann keine charackter erstellen... es ging bis vor 2-3 wochen noch und nun habe ich wie in manchen threads gelesen das man bei navicat und dann bei charackter usw. bei allow null bei allen ein häckchen zu machen... das habe ich gemacht.. dann ging des mit dem charackter erstellen wieder aber.. als ich dann auf ok drückte um in flyff zu können stürzte der worldserver immer ab.. ich habe auch schon versucht die...



All times are GMT +1. The time now is 06:43.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.