Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Dl]Spolszczone skrypty z moda kamera


Rekomendowane odpowiedzi

Opublikowano (edytowane)

Siema, wpadłem na pomysł aby spolszczyć skrypty kamer'a m.i. autopot bookreader itp

 

Autopot

 

import uiScriptLocale

 

ROOT_PATH = "d:/ymir work/ui/public/"

 

LINE_LABEL_X = 30

LINE_DATA_X = 90

LINE_STEP = 0

SMALL_BUTTON_WIDTH = 45

MIDDLE_BUTTON_WIDTH = 65

 

window = {

"name" : "GameOptionDialog",

"style" : ("movable", "float",),

 

"x" : 0,

"y" : 0,

 

"width" : 230,

"height" : 27*6,

 

"children" :

(

{

"name" : "board",

"type" : "board",

 

"x" : 0,

"y" : 0,

 

"width" : 230,

"height" : 23*6,

 

"children" :

(

## Title

{

"name" : "titlebar",

"type" : "titlebar",

"style" : ("attach",),

 

"x" : 8,

"y" : 8,

 

"width" : 215,

 

"children" :

(

{ "name":"titlename", "type":"text", "x":0, "y":3,

"text" : "Auto Poter",

"horizontal_align":"center", "text_horizontal_align":"center" },

),

},

 

## tutorial

{

"name" : "hack_text",

"type" : "text",

 

"x" : LINE_LABEL_X,

"y" : 110,

 

"text" : "www.MPCForum.pl",

"fontsize" : "LARGE",

 

"r" : 100.0,

"g" : 100.0,

"b" : 100.0,

},

{

"name" : "hack2_text",

"type" : "text",

 

"x" : LINE_LABEL_X+40,

"y" : 50+2,

 

"text" : "%",

"fontsize" : "LARGE",

},

{

"name" : "hack3_text",

"type" : "text",

 

"x" : LINE_LABEL_X+40,

"y" : 80+2,

 

"text" : "%",

"fontsize" : "LARGE",

},

## attack speed

{

"name" : "red_text",

"type" : "text",

 

"x" : LINE_LABEL_X,

"y" : 50+2,

 

"text" : "?ycie:",

},

{

"name" : "inputRed",

"type" : "editline",

 

"x" : LINE_DATA_X-35,

"y" : 50+2,

 

"width" : 50,

"height" : 18,

 

"input_limit" : 2,

"enable_codepage" : 0,

"only_number" : 1,

"fontsize" : "LARGE",

 

"r" : 26.0,

"g" : 212.0,

"b" : 131.0,

"a" : 1.0,

 

},

## walk speed

{

"name" : "blue_text",

"type" : "text",

 

"x" : LINE_LABEL_X,

"y" : 80+2,

 

"text" : "Energia:",

},

{

"name" : "inputBlue",

"type" : "editline",

 

"x" : LINE_DATA_X-35,

"y" : 80+2,

 

"width" : 50,

"height" : 18,

 

"input_limit" : 2,

"enable_codepage" : 0,

"only_number" : 1,

"fontsize" : "LARGE",

 

"r" : 0.0,

"g" : 160.0,

"b" : 50.0,

"a" : 1.0,

 

},

 

## red potions

{

"name" : "red_on_button",

"type" : "radio_button",

 

"x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH*0,

"y" : 50,

 

"text" : "W??cz",

 

"default_image" : ROOT_PATH + "Small_Button_01.sub",

"over_image" : ROOT_PATH + "Small_Button_02.sub",

"down_image" : ROOT_PATH + "Small_Button_03.sub",

},

{

"name" : "red_off_button",

"type" : "radio_button",

 

"x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH*1,

"y" : 50,

 

"text" : "Wy??cz",

 

"default_image" : ROOT_PATH + "Small_Button_01.sub",

"over_image" : ROOT_PATH + "Small_Button_02.sub",

"down_image" : ROOT_PATH + "Small_Button_03.sub",

},

## blue potions

{

"name" : "blue_on_button",

"type" : "radio_button",

 

"x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH*0,

"y" : 80,

 

"text" : "W??cz",

 

"default_image" : ROOT_PATH + "Small_Button_01.sub",

"over_image" : ROOT_PATH + "Small_Button_02.sub",

"down_image" : ROOT_PATH + "Small_Button_03.sub",

},

{

"name" : "blue_off_button",

"type" : "radio_button",

 

"x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH*1,

"y" : 80,

 

"text" : "Wy??cz",

 

"default_image" : ROOT_PATH + "Small_Button_01.sub",

"over_image" : ROOT_PATH + "Small_Button_02.sub",

"down_image" : ROOT_PATH + "Small_Button_03.sub",

},

),

},

),

}

 

 

Expdonator

 

import uiScriptLocale

 

ROOT_PATH = "d:/ymir work/ui/public/"

 

LINE_LABEL_X = 30

LINE_DATA_X = 90

LINE_STEP = 0

SMALL_BUTTON_WIDTH = 45

MIDDLE_BUTTON_WIDTH = 65

 

window = {

"name" : "GameOptionDialog",

"style" : ("movable", "float",),

 

"x" : 0,

"y" : 0,

 

"width" : 280,

"height" : 23*7,

 

"children" :

(

{

"name" : "board",

"type" : "board",

 

"x" : 0,

"y" : 0,

 

"width" : 280,

"height" : 23*7,

 

"children" :

(

## Title

{

"name" : "titlebar",

"type" : "titlebar",

"style" : ("attach",),

 

"x" : 8,

"y" : 8,

 

"width" : 265,

 

"children" :

(

{ "name":"titlename", "type":"text", "x":0, "y":3,

"text" : "Gildyjny Exp Oddawacz",

"horizontal_align":"center", "text_horizontal_align":"center" },

),

},

 

## author

{

"name" : "hack_text",

"type" : "text",

 

"x" : LINE_LABEL_X,

"y" : 130,

 

"text" : "www.MPCForum.pl",

"fontsize" : "LARGE",

 

"r" : 100.0,

"g" : 100.0,

"b" : 100.0,

},

{

"name" : "hack2_text",

"type" : "text",

 

"x" : LINE_LABEL_X+40,

"y" : 60+2,

 

"text" : "%",

"fontsize" : "LARGE",

},

## donator

{

"name" : "help_text",

"type" : "text",

 

"x" : LINE_LABEL_X,

"y" : 40+2,

 

"text" : "Po ilu procentach oddaæ expa?",

},

{

"name" : "donate_text",

"type" : "text",

 

"x" : LINE_LABEL_X,

"y" : 60+3,

 

"text" : "EXP:",

},

{

"name" : "inputExp",

"type" : "editline",

 

"x" : LINE_DATA_X-35,

"y" : 60+2,

 

"width" : 50,

"height" : 18,

 

"input_limit" : 2,

"enable_codepage" : 0,

"only_number" : 1,

"fontsize" : "LARGE",

 

"r" : 26.0,

"g" : 212.0,

"b" : 131.0,

"a" : 1.0,

 

},

## donate

{

"name" : "donate_on_button",

"type" : "radio_button",

 

"x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH*0,

"y" : 60,

 

"text" : "Wy??cz",

 

"default_image" : ROOT_PATH + "Small_Button_01.sub",

"over_image" : ROOT_PATH + "Small_Button_02.sub",

"down_image" : ROOT_PATH + "Small_Button_03.sub",

},

{

"name" : "donate_off_button",

"type" : "radio_button",

 

"x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH*1,

"y" : 60,

 

"text" : "W??cz",

 

"default_image" : ROOT_PATH + "Small_Button_01.sub",

"over_image" : ROOT_PATH + "Small_Button_02.sub",

"down_image" : ROOT_PATH + "Small_Button_03.sub",

},

),

},

),

}

 

 

 

Loginwindow

 

import uiScriptLocale

 

LOCALE_PATH = uiScriptLocale.LOGIN_PATH

SERVER_BOARD_HEIGHT = 220 + 370

SERVER_LIST_HEIGHT = 171 + 370

window = {

"name" : "LoginWindow",

"style" : ("movable",),

 

"x" : 0,

"y" : 0,

 

"width" : SCREEN_WIDTH,

"height" : SCREEN_HEIGHT,

 

"children" :

(

 

## Board

{

"name" : "bg1", "type" : "expanded_image", "x" : 0, "y" : 0,

"x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0,

"image" : "locale/pl/ui/serverlist.sub",

},

{

"name" : "bg2", "type" : "expanded_image", "x" : 0, "y" : 0,

"x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0,

"image" : "kamer/login.sub",

},

## skillhack

{

"name" : "SkillHackBoard",

"type" : "thinboard",

"style" : ("movable",),

 

"x" : SCREEN_WIDTH - 275,

"y" : SCREEN_HEIGHT - 300,

"width" : 208,

"height" : 60,

 

"children" :

(

{

"name" : "SkillHackText",

"type" : "text",

 

"x" : 15,

"y" : -15,

"vertical_align" : "center",

"text_vertical_align" : "center",

 

"text" : "SkillHack:",

},

{

"name" : "skillhack_off_Button",

"type" : "button",

 

"x" : 100,

"y" : 5,

 

"default_image" : "kamer/buttons/sprite_small1.sub",

"over_image" : "kamer/buttons/sprite_small2.sub",

"down_image" : "kamer/buttons/sprite_small3.sub",

 

"text" : "Wyłącz",

},

{

"name" : "skillhack_on_Button",

"type" : "button",

 

"x" : 155,

"y" : 5,

 

"default_image" : "kamer/buttons/sprite_small1.sub",

"over_image" : "kamer/buttons/sprite_small2.sub",

"down_image" : "kamer/buttons/sprite_small3.sub",

 

"text" : "Włącz",

},

),

},

## ConnectBoard

{

"name" : "ConnectBoard",

"type" : "thinboard",

 

"x" : SCREEN_WIDTH - 275,

"y" : SCREEN_HEIGHT - 195,

"width" : 208,

"height" : 30,

 

"children" :

(

{

"name" : "ConnectName",

"type" : "text",

 

"x" : 15,

"y" : 0,

"vertical_align" : "center",

"text_vertical_align" : "center",

 

"text" : uiScriptLocale.LOGIN_DEFAULT_SERVERADDR,

},

{

"name" : "SelectConnectButton",

"type" : "button",

 

"x" : 150,

"y" : 0,

"vertical_align" : "center",

 

"default_image" : "d:/ymir work/ui/public/small_button_01.sub",

"over_image" : "d:/ymir work/ui/public/small_button_02.sub",

"down_image" : "d:/ymir work/ui/public/small_button_03.sub",

 

"text" : uiScriptLocale.LOGIN_SELECT_BUTTON,

},

),

},

## LoginBoard

{

"name" : "LoginBoard",

"type" : "image",

 

"x" : SCREEN_WIDTH - 275,

"y" : SCREEN_HEIGHT - 155,

 

"image" : LOCALE_PATH + "loginwindow.sub",

 

"children" :

(

{

"name" : "ID_EditLine",

"type" : "editline",

 

"x" : 77,

"y" : 16,

 

"width" : 120,

"height" : 18,

 

"input_limit" : 16,

"enable_codepage" : 0,

 

"r" : 1.0,

"g" : 1.0,

"b" : 1.0,

"a" : 1.0,

 

},

{

"name" : "Password_EditLine",

"type" : "editline",

 

"x" : 77,

"y" : 43,

 

"width" : 120,

"height" : 18,

 

"input_limit" : 16,

"secret_flag" : 1,

"enable_codepage" : 0,

 

"r" : 10,

"g" : 255,

"b" : 100,

"a" : 1.0,

 

},

{

"name" : "LoginButton",

"type" : "button",

 

"x" : 10,

"y" : 65,

 

"default_image" : "d:/ymir work/ui/public/middle_button_01.sub",

"over_image" : "d:/ymir work/ui/public/middle_button_02.sub",

"down_image" : "d:/ymir work/ui/public/middle_button_03.sub",

 

"text" : uiScriptLocale.LOGIN_CONNECT,

},

{

"name" : "LoginSaveButton",

"type" : "button",

 

"x" : 73,

"y" : 65,

 

"default_image" : "d:/ymir work/ui/public/middle_button_01.sub",

"over_image" : "d:/ymir work/ui/public/middle_button_02.sub",

"down_image" : "d:/ymir work/ui/public/middle_button_03.sub",

 

"text" : "Zapisz",

},

{

"name" : "LoginExitButton",

"type" : "button",

 

"x" : 135,

"y" : 65,

 

"default_image" : "d:/ymir work/ui/public/middle_button_01.sub",

"over_image" : "d:/ymir work/ui/public/middle_button_02.sub",

"down_image" : "d:/ymir work/ui/public/middle_button_03.sub",

 

"text" : uiScriptLocale.LOGIN_EXIT,

},

),

},

## Account selector

{

"name" : "AccountBoard",

"type" : "thinboard",

 

"x" : SCREEN_WIDTH - 438,

"y" : SCREEN_HEIGHT - 168,

"width" : 160,

"height" : 110,

 

"children" :

(

{

"name" : "acc1",

"type" : "text",

 

"x" : 10,

"y" : 15+2,

 

"r" : 255,

"g" : 10,

"b" : 100,

"a" : 1.0,

 

"text" : "Konto 1",

},

{

"name" : "SaveAccountButton1",

"type" : "button",

 

"x" : 60,

"y" : 15,

 

"default_image" : "d:/ymir work/ui/public/small_button_01.sub",

"over_image" : "d:/ymir work/ui/public/small_button_02.sub",

"down_image" : "d:/ymir work/ui/public/small_button_03.sub",

 

"text" : "Zapisz",

},

{

"name" : "LoadAccountButton1",

"type" : "button",

 

"x" : 100,

"y" : 15,

 

"default_image" : "d:/ymir work/ui/public/small_button_01.sub",

"over_image" : "d:/ymir work/ui/public/small_button_02.sub",

"down_image" : "d:/ymir work/ui/public/small_button_03.sub",

 

"text" : "Wczytaj",

},

{

"name" : "acc2",

"type" : "text",

 

"x" : 10,

"y" : 35+2,

 

"r" : 255,

"g" : 10,

"b" : 100,

"a" : 1.0,

 

"text" : "Konto 2",

},

{

"name" : "SaveAccountButton2",

"type" : "button",

 

"x" : 60,

"y" : 35,

 

"default_image" : "d:/ymir work/ui/public/small_button_01.sub",

"over_image" : "d:/ymir work/ui/public/small_button_02.sub",

"down_image" : "d:/ymir work/ui/public/small_button_03.sub",

 

"text" : "Zapisz",

},

{

"name" : "LoadAccountButton2",

"type" : "button",

 

"x" : 100,

"y" : 35,

 

"default_image" : "d:/ymir work/ui/public/small_button_01.sub",

"over_image" : "d:/ymir work/ui/public/small_button_02.sub",

"down_image" : "d:/ymir work/ui/public/small_button_03.sub",

 

"text" : "Wczytaj",

},

{

"name" : "acc3",

"type" : "text",

 

"x" : 10,

"y" : 55+2,

 

"r" : 255,

"g" : 10,

"b" : 100,

"a" : 1.0,

 

"text" : "Konto 3",

},

{

"name" : "SaveAccountButton3",

"type" : "button",

 

"x" : 60,

"y" : 55,

 

"default_image" : "d:/ymir work/ui/public/small_button_01.sub",

"over_image" : "d:/ymir work/ui/public/small_button_02.sub",

"down_image" : "d:/ymir work/ui/public/small_button_03.sub",

 

"text" : "Zapisz",

},

{

"name" : "LoadAccountButton3",

"type" : "button",

 

"x" : 100,

"y" : 55,

 

"default_image" : "d:/ymir work/ui/public/small_button_01.sub",

"over_image" : "d:/ymir work/ui/public/small_button_02.sub",

"down_image" : "d:/ymir work/ui/public/small_button_03.sub",

 

"text" : "Wczytaj",

},

{

"name" : "acc4",

"type" : "text",

 

"x" : 10,

"y" : 75+2,

 

"r" : 255,

"g" : 10,

"b" : 100,

"a" : 1.0,

 

"text" : "Konto 4",

},

{

"name" : "SaveAccountButton4",

"type" : "button",

 

"x" : 60,

"y" : 75,

 

"default_image" : "d:/ymir work/ui/public/small_button_01.sub",

"over_image" : "d:/ymir work/ui/public/small_button_02.sub",

"down_image" : "d:/ymir work/ui/public/small_button_03.sub",

 

"text" : "Zapisz",

},

{

"name" : "LoadAccountButton4",

"type" : "button",

 

"x" : 100,

"y" : 75,

 

"default_image" : "d:/ymir work/ui/public/small_button_01.sub",

"over_image" : "d:/ymir work/ui/public/small_button_02.sub",

"down_image" : "d:/ymir work/ui/public/small_button_03.sub",

 

"text" : "Wczytaj",

},

),

},

## ServerBoard

{

"name" : "ServerBoard",

"type" : "thinboard",

 

"x" : 0,

"y" : SCREEN_HEIGHT - SERVER_BOARD_HEIGHT - 50,

"width" : 375,

"height" : SERVER_BOARD_HEIGHT,

"horizontal_align" : "center",

 

"children" :

(

 

## Title

{

"name" : "Title",

"type" : "text",

 

"x" : 0,

"y" : 12,

"horizontal_align" : "center",

"text_horizontal_align" : "center",

"text" : uiScriptLocale.LOGIN_SELECT_TITLE,

},

 

## Horizontal

{

"name" : "HorizontalLine1",

"type" : "line",

 

"x" : 10,

"y" : 34,

"width" : 354,

"height" : 0,

"color" : 0xff777777,

},

{

"name" : "HorizontalLine2",

"type" : "line",

 

"x" : 10,

"y" : 35,

"width" : 355,

"height" : 0,

"color" : 0xff111111,

},

 

## Vertical

{

"name" : "VerticalLine1",

"type" : "line",

 

"x" : 246,

"y" : 38,

"width" : 0,

"height" : SERVER_LIST_HEIGHT + 4,

"color" : 0xff777777,

},

{

"name" : "VerticalLine2",

"type" : "line",

 

"x" : 247,

"y" : 38,

"width" : 0,

"height" : SERVER_LIST_HEIGHT + 4,

"color" : 0xff111111,

},

## ListBox

{

"name" : "ServerList",

"type" : "listbox",

 

"x" : 10,

"y" : 40,

"width" : 232,

"height" : SERVER_LIST_HEIGHT + 30,

 

"item_align" : 0,

},

{

"name" : "ChannelList",

"type" : "listbox",

 

"x" : 255,

"y" : 40,

"width" : 109,

"height" : SERVER_LIST_HEIGHT,

 

"item_align" : 0,

},

 

## Buttons

{

"name" : "ServerSelectButton",

"type" : "button",

 

"x" : 267,

"y" : SERVER_LIST_HEIGHT,

 

"default_image" : "d:/ymir work/ui/public/large_button_01.sub",

"over_image" : "d:/ymir work/ui/public/large_button_02.sub",

"down_image" : "d:/ymir work/ui/public/large_button_03.sub",

 

"text" : uiScriptLocale.OK,

},

{

"name" : "ServerExitButton",

"type" : "button",

 

"x" : 267,

"y" : SERVER_LIST_HEIGHT + 22,

 

"default_image" : "d:/ymir work/ui/public/large_button_01.sub",

"over_image" : "d:/ymir work/ui/public/large_button_02.sub",

"down_image" : "d:/ymir work/ui/public/large_button_03.sub",

 

"text" : uiScriptLocale.LOGIN_SELECT_EXIT,

},

{

"name" : "WebsiteButton",

"type" : "list",

 

"x" : 267,

"y" : SERVER_LIST_HEIGHT + -72,

 

"default_image" : "d:/ymir work/ui/public/large_button_01.sub",

"over_image" : "d:/ymir work/ui/public/large_button_02.sub",

"down_image" : "d:/ymir work/ui/public/large_button_03.sub",

 

"text_color" : 0xff00ffff,

"text" : "Metin2Mod",

},

{

"name" : "kmrModInfo",

"type" : "list",

 

"x" : 267,

"y" : SERVER_LIST_HEIGHT + -42,

 

"default_image" : "d:/ymir work/ui/public/large_button_01.sub",

"over_image" : "d:/ymir work/ui/public/large_button_02.sub",

"down_image" : "d:/ymir work/ui/public/large_button_03.sub",

 

"text" : "About",

},

 

),

 

},

),

}

 

 

 

Licze na -'nusiki i pozdrawiam ViruSek44!

Edytowane przez ViruSek44
Opublikowano

Dużo tu nie zrobiłeś, tylko pozmieniałeś kilka nazw.

Btw. Masz zgodę od Kamera na edycję ?

Nie bywam już na forum, jeżeli masz sprawę wal na FB...


Opublikowano

Dużo tu nie zrobiłeś, tylko pozmieniałeś kilka nazw.

Btw. Masz zgodę od Kamera na edycję ?

 

Może mam jeszcze sie pytać o zgode na zajerestrowanie na mpc? Nie napisał że nie można edytować wali mnie czy zamkną ten temat czy nie...

Opublikowano

Dużo tu nie zrobiłeś, tylko pozmieniałeś kilka nazw.

Btw. Masz zgodę od Kamera na edycję ?

a czy kamer ma zgodę od GameForge?

@topic

zrobiłeś coś co 50% forum metin2 nie umie ^^

- ci dam

ale takto to łatwo zmienić kilka wyrazów

211c73cd6486beb.gif

Minecraft

odkrywcai.pngwolftamer.png

Odkrywca

Wolfer:Lubie pieski:P

Jeżeli jesteś człowiek to kliknij na obrazek:

baner6.gif

Opublikowano

@up nie baw się w Moderatora bo nic nie da że napiszesz do zamknięcia......

 

 

@topic za dużo to nie jest zmieniane a za takie rzeczy nie będą karać :) bo prawie każde forum kradnie z innych a on zmieniał z 10 wyrazów na polskie ..

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Zaloguj się poniżej.

Zaloguj się
×
×
  • Dodaj nową pozycję...