How to Make Root

02/27/2012 16:49 khadiramd#1
haloo

How to Make Root.epk
Deals with
locale.IsEUROPE
Or
locale.IsCANADA
As default
02/27/2012 17:30 Radio²#2
entschuldige, aber falls das ne guide sein soll dann bitte [Only registered and activated users can see links. Click Here To Register...] rein, und dann erkläre dich besser, ich kann Files modden bis zum umfallen, zwar bin ich nicht der beste darin aber nichtmal ich raff was du mit den oben aufgeführten Dateien meinst, ich kenne zwar alle aber was bringt es dir sie aufzulisten? Falls das eine frage sein soll erkläre dich bitte ebenfalls besser daher ich die Satz / Fragestellung nicht ganz kapier.

hey, is this a question or a guide, and if its a guide, pls post it [Only registered and activated users can see links. Click Here To Register...] but before u do, can u pls explain what u mean with all of this? i know that all things u list up there are files in the metin2 folder but what should we do with them?

sry for my english^^

greets, grüße

Radio
02/27/2012 17:35 khadiramd#3
exemple
HTML Code:
			if locale.IsARABIC():
				self.textRenderer.SetPosition(width-20, 28)
				self.scrollBar.SetPosition(width-25+self.scrollBar.GetWidth(), 35)
				self.editBar.SetPosition(10 + self.editBar.GetWidth(), height-60)
				self.sendButton.SetPosition(width - 80 + self.sendButton.GetWidth(), 10)
				self.minimizeButton.SetPosition(width-42 + self.minimizeButton.GetWidth(), 12)
				self.closeButton.SetPosition(width-24+self.closeButton.GetWidth(), 12)				
				self.chatLine.SetPosition(5 + self.chatLine.GetWidth(), 5)
				self.board.SetPosition(self.board.GetWidth(), 0)
			else:
				self.textRenderer.SetPosition(20, 28)
				self.scrollBar.SetPosition(width-25, 35)
				self.editBar.SetPosition(10, height-60)
				self.sendButton.SetPosition(width-80, 10)
				self.minimizeButton.SetPosition(width-42, 12)
				self.closeButton.SetPosition(width-24, 12)
I want the default
locale.IsARABIC
02/27/2012 17:37 Radio²#4
sry but u have to ask another user i can't help u, i don't have arabic files O_o'

greets
02/27/2012 23:21 khadiramd#5
plys any one help me
02/28/2012 13:58 .Wollsocke#6
#moved