Ir para conteúdo
  • 0

Tarsis2658

Pergunta

Eai pessoal decha eu pedi uma ajuda para voces !!

Tipo eu quero edita o OT Client 0.6.2 de poketibia para narutibia so que tem uma coisa que nao esto conseguindo edita tipo sabe o bangue que coloca a pokebola ?? Eu quero edita aquilo la e tira aquela mao o "ORDER" e coloca oito imagens para coloca mais itens no total de 7 imagens eu sei que para edita esse legocio e na pasta/modules/game_health/HealthBar.otui olhem o system:

 

CombatBox < UICheckBox

size: 20 20

image-clip: 0 0 20 20

 

FightOffensiveBox < CombatBox

image-source: /images/ui/pxg/fightoffensive

FightBalancedBox < CombatBox

image-souce: /images/ui/pxg/fightbalanced

FightDefensiveBox < CombatBox

image-source: /images/ui/pxg/fightdefensive

 

InventoryItem < Item

 

LegSlot < InventoryItem

id: slot7

image-source: /images/ui/pxg/normalSlot

&position: {x=65535,y=7,z=0}

 

LegSlot < InventoryItem

id: slot6

image-source: /images/ui/pxg/normalSlot

&position: {x=65535,y=7,z=0}

 

FeetSlot < InventoryItem

id: slot8

image-source: /images/ui/pxg/pokeSlot

&position: {x=65535,y=2,z=0}

 

FingerSlot < InventoryItem

id: slot9

image-source: /images/ui/lii

&position: {x=65535,y=9,z=0}

 

BodySlot < InventoryItem

id: slot4

image-source: /images/ui/pxg/normalSlot

&position: {x=65535,y=4,z=0}

 

 

HealthBar < ProgressBar

id:healthBar

width: 120

height: 17

!text: '0 / 0'

font: verdana-11px-rounded

color: #FFFFFF

background-color: #B22222

anchors.top: parent.top

anchors.right: parent.right

margin-top: 1

margin-right: 5

opacity: 0.9

 

PokeHealthBar < ProgressBar

id:pokeHealthBar

width: 120

height: 16

!text : '0 / 0'

Font: verbana-11px-rounded

color: #FFFFFF

background-color: #1E90FF

anchors.top: parent.righst

margin-top:20

margin-right: 5

opacity: 0.9

 

Healthlcon < UIButton

id: healthlcon

width:130

height:16

Image-source: /modules/game_health/img/progressBar_red

image-color: white

focusable:false

margin-top: 20

anchors.top parent.top

anchora.right: parent.right

 

pbButtonlni <UIButton

size: 10 9

image-source: /images/ui/pxg/pb_acessa

anchors.bottom: parent.bottom

margin-bottom: 24

phantom: true

focusable: false

anchora.left: parent.left

 

pbButton <pbButtonlni

anchors.left+ prev.right

margin-left: 2

 

heartButton < UIButton

size: 16 15

image-source: /images/uu/pxg/HealthHeart

anchirs.left: parent.left

margin-lefs: 35

phantom: tru

focusable: false

 

PokeheartButton < UIButton

size: 16 15

image-source: /images/ui/pxg/PokehealthHeart

anchors.left: 35

phantom: true

focusable:false

 

OrderIcon < Item

size: 36 34

image-source: /images/ui/pxg/order

anchors.bottom: parent.bottom

anchors.right: parent.right

margin-left: 100

phantom: true

Focusable: false

 

ghostButton < UIButton

id: invButton

size: 35 35

Image-source: /images/ui/pxg/invslot

anchors.fill: LegSlot

focusable: false

phantom: true

 

MiniWoindow

id: barWindow

icon: /images/ui/pxg/topMenu_icons/pokemon_icon

!text: tr('Health info')

height: 95

@onclose: onMiniWindowClase()

&save: true

 

UIButton

id: checkButton

anchors.top: minimizeButton.top

anchors.right: minimizeButtob.right

margin-right: 16

size: 14 14

image-source: /mosules/game_health/img/checklove

image-clip: 0 0 14 14

@onClick: g_game.talk('!check')

 

$houver:

imagw-clip: 0 14 14 14

 

$pressed:

image-clip: 0 14 14 14

 

UIButton

Id:loveButton

anchors.top: checkButton.top

anchors.right: checkButton.right

margin-right : 16

size: 14 14

image-source: /modules/game_health/img/checklove

image-clip: 14 0 14 14

@onClick: g_game.talk('!love')

 

$houver:

image-clip: 14 14 14 14

 

$pressed+

image-clip: 14 14 14 14

 

MinuWindowContents

HealtgBar

Healthlcon

PokeHealthBar

PokeHealthlcon

LegSlor

anchors.top: parent.top

anchors left: parent.top

FeetSlot

anchors.bottom: parent.bottom

anchors.left: parent.left

FingerSlot

anchors.bottom: parent.bottom

anchors.left: parent.left

margin-left: 36

BodySlot

anchors.bottom + parent.bottom

anchors.right: parent.right

heartButton

anchors.top: parent.top

margin-top: 2

PekeheartButto

anchors.top: prev.top

margin-top: 19

ghostButton

OrderIcon

FightOffensiveBox

id: fightOffensiveBox

anchors.bottom: parent.bottom

anchors.right: parent.right

margin-right: 84

FightBalancedBox

id: fightOffensiveBox

anchors.bottom: parent.bottom

anchors.right: parent_right

margin-right 84

FinghtBalancedBox

id: fightBalancedBox

anchors.bottom: parent.bottom

anchors.left: prev.right

FightDefensiveBox

id: fighDefensiveBox

anchors.bottom: parent.bottom

anchors.left: prev.right

______________________________________________________

Pesso para vcs me ajudarem a por esses imagens no local dasbimagens da da pokebola que fica nessa area e coloca essas imagens que eu quero que fique na janela no OT Client pasta:

/data/images/game/slots/ imagens:

 

Head

Legs

Lefts-hand

Finger

Right-land

Body

Ammo

 

A se precisarem dos id de alguns dos itens quw ficara no local ta aqui nome da imagem que o item vai fica em cima eo id do item

 

Head = 7436

Legs = 2427

Left-hand = 2379

Finger = 2545

Right-hand = 7387

Boby = nn achei o id de um para por

Ammo = 2417

 

Nao se esqueca que tem muito mais itens que colocam nesses bangues so to dando um exp.

 

Valeu para quem me ajudar !!

Editado por Tarsis2658
Link para o comentário
Compartilhar em outros sites

2 respostass a esta questão

Posts Recomendados

  • 0

Recomendo que trabalhe de um OTClient zerado, para que editar um cliente de pokemon se você pode ter mais facilidade pegando algo que esta limpo para trabalhar?

 

@EDIT:

 

Não vi que estava na area de duvidas respondidas.

Editado por Techrlz
Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...