Me ajudem com a fala do NPC
3 participantes
Página 1 de 1
Me ajudem com a fala do NPC
Eae pessoal tudo bom , eu qeria saber como faço pra arrumar a fala do npc , quando clico nele abre a fala dele normal , porém o corpo dele fica irregular ou de outro npc , da pra me ajudar com isso gente ? pff to precisando mesmo disso, me ajudem ai
obs: uso EEB , e fiz o tutorial pra aumentar o tamanho das sprites .tem q por alguma coisa no frm talk pra ficar normal ? G_G
Screen'
obs: uso EEB , e fiz o tutorial pra aumentar o tamanho das sprites .tem q por alguma coisa no frm talk pra ficar normal ? G_G
Screen'
CAIO- Membro Sênior
- Mensagens : 337
Re: Me ajudem com a fala do NPC
hum, creio que sim neh... pq o tamanho nao vai ser almentado sosinho, ou tambem proucure por os tamanho das sprites dentro dessa caixinha e tente modificar!
Re: Me ajudem com a fala do NPC
- Código:
' Copyright (c) 2009 - Elysium Source. Alguns direitos reservados.
' Tradução e revisão por MMODEV Brasil @ http://www.mmodev.com.br
' Este código está licensiado sob a licença EGL.
Option Explicit
Public animi As Long
Private Sub Form_Load()
Dim I As Long
Dim Ending As String
For I = 1 To 3
If I = 1 Then Ending = ".gif"
If I = 2 Then Ending = ".jpg"
If I = 3 Then Ending = ".png"
If FileExist("GUI\content" & Ending) Then frmNewChar.Picture = LoadPicture(App.Path & "\GUI\content" & Ending)
Next I
Picsprites.Picture = LoadPicture(App.Path & "\GFX\sprites.bmp")
End Sub
Private Sub lblQuit_Click()
Me.Hide
End Sub
Private Sub lblChoice_Click(Index As Integer)
If Speech(SpeechConvo1).Num(SpeechConvo2).Respond < Index + 1 Then Exit Sub
If Speech(SpeechConvo1).Num(SpeechConvo2).Responces(Index + 1).Exit = 1 Then
Me.Hide
Exit Sub
End If
SpeechConvo2 = Speech(SpeechConvo1).Num(SpeechConvo2).Responces(Index + 1).GoTo
If Speech(SpeechConvo1).Num(SpeechConvo2).Script <> 0 Then
Call SendData("SPEECHSCRIPT" & SEP_CHAR & Speech(SpeechConvo1).Num(SpeechConvo2).Script & END_CHAR)
End If
If Speech(SpeechConvo1).Num(SpeechConvo2).Exit = 1 Then
Me.Hide
Exit Sub
End If
frmTalk.txtActual.Caption = Speech(SpeechConvo1).Num(SpeechConvo2).Text
frmTalk.txtActual.Left = frmTalk.Picture4.Left + frmTalk.Picture4.Width + 16
If Speech(SpeechConvo1).Num(SpeechConvo2).Respond > 0 Then
frmTalk.lblChoice(0).Caption = Speech(SpeechConvo1).Num(SpeechConvo2).Responces(1).Text
Else
frmTalk.lblChoice(0).Caption = vbNullString
End If
If Speech(SpeechConvo1).Num(SpeechConvo2).Respond > 1 Then
frmTalk.lblChoice(1).Caption = Speech(SpeechConvo1).Num(SpeechConvo2).Responces(2).Text
Else
frmTalk.lblChoice(1).Caption = vbNullString
End If
If Speech(SpeechConvo1).Num(SpeechConvo2).Respond > 2 Then
frmTalk.lblChoice(2).Caption = Speech(SpeechConvo1).Num(SpeechConvo2).Responces(3).Text
Else
frmTalk.lblChoice(2).Caption = vbNullString
End If
End Sub
Private Sub Picpic_Click()
End Sub
Private Sub Timer1_Timer()
If frmTalk.Visible Then
If Speech(SpeechConvo1).Num(SpeechConvo2).SaidBy = 0 Then
Picpic.Width = SIZE_X
Picpic.Height = SIZE_Y
Picture4.Width = SIZE_X + 4
Picture4.Height = SIZE_Y + 4
Call BitBlt(Picpic.hDC, 0, 0, SIZE_X, SIZE_Y, Picsprites.hDC, animi * SIZE_X, Int(Npc(SpeechConvo3).Sprite) * SIZE_Y - (SIZE_Y - PIC_Y), SRCCOPY)
Else
Picpic.Width = SIZE_X
Picpic.Height = SIZE_Y
Picture4.Width = SIZE_X + 4
Picture4.Height = SIZE_Y + 4
Call BitBlt(Picpic.hDC, 0, 0, SIZE_X, SIZE_Y, Picsprites.hDC, animi * SIZE_X, Int(Player(MyIndex).Sprite) * SIZE_Y - (SIZE_Y - PIC_Y), SRCCOPY)
End If
End If
End Sub
Private Sub Timer2_Timer()
If frmTalk.Visible Then
animi = animi + 1
If animi > 4 Then
animi = 3
End If
End If
End Sub
ai meu frm talk , pode me ajudar?n sei identificar mto bem
CAIO- Membro Sênior
- Mensagens : 337
Re: Me ajudem com a fala do NPC
- Código:
If frmTalk.Visible Then
If Speech(SpeechConvo1).Num(SpeechConvo2).SaidBy = 0 Then
Picpic.Width = SIZE_X
Picpic.Height = SIZE_Y
Picture4.Width = SIZE_X + 4
Picture4.Height = SIZE_Y + 4
Call BitBlt(Picpic.hDC, 0, 0, SIZE_X, SIZE_Y, Picsprites.hDC, animi * SIZE_X, Int(Npc(SpeechConvo3).Sprite) * SIZE_Y - (SIZE_Y - PIC_Y), SRCCOPY)
Else
Picpic.Width = SIZE_X
Picpic.Height = SIZE_Y
Picture4.Width = SIZE_X + 4
Picture4.Height = SIZE_Y + 4
Call BitBlt(Picpic.hDC, 0, 0, SIZE_X, SIZE_Y, Picsprites.hDC, animi * SIZE_X, Int(Player(MyIndex).Sprite) * SIZE_Y - (SIZE_Y - PIC_Y), SRCCOPY)
End If
End If
End Sub
Acho que é algo aqui , não tenho certeza , porque seu problema é o encaixe da img no caso tamanho , modifica isso ai e testa , vai fuçando ai .
SkyZero- Membro Veterano
- Mensagens : 890
Re: Me ajudem com a fala do NPC
Bom eu nao sei exatamente onde mexer cara , eu nao são experiente com vb , da pra me ajudar ae '-'
CAIO- Membro Sênior
- Mensagens : 337
Tópicos semelhantes
» Caixa de Fala de NPC .
» Ajuda com fala do npc
» Janela de fala do NPC
» Fala do npc não aparece!
» Fala ai galera do mal!
» Ajuda com fala do npc
» Janela de fala do NPC
» Fala do npc não aparece!
» Fala ai galera do mal!
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos
Dom 08 Abr 2018, 18:40 por JorgeZinhoo002
» Ojkjeeeee
Seg 10 Out 2016, 23:19 por Frozen
» Naruto Great Ninja Batle
Dom 09 Out 2016, 14:29 por GuiinhoLP
» Recrutamento de um Designer para jogo de CDZ.
Sex 23 Set 2016, 18:37 por newbie123
» Serviços de suporte maker( Programação , Design , PixelArt ) E Vendas de Jogos
Qui 22 Set 2016, 20:11 por Eduardo
» Serviços de suporte maker( Programação , Design , PixelArt ) E Vendas de Jogos
Qui 22 Set 2016, 20:11 por Eduardo
» Serviços de suporte maker( Programação , Design , PixelArt ) E Vendas de Jogos
Qui 22 Set 2016, 20:09 por Eduardo
» Projeto Dbz
Qua 31 Ago 2016, 23:46 por 157
» Avaliação - Sprites Naruto
Qua 31 Ago 2016, 17:09 por 157
» [Sprites] DBZ (Plix)
Qua 31 Ago 2016, 14:13 por 157
» Super Pack - Bleach V.2
Qua 31 Ago 2016, 13:02 por 157
» [PEDIDO][PROJETO][RECRUTAMENTO] DYNISTYGAMES
Ter 30 Ago 2016, 10:04 por 157
» [PEDIDO][PROJETO][RECRUTAMENTO] DYNISTYGAMES
Ter 30 Ago 2016, 10:03 por 157
» [PEDIDO][PROJETO][RECRUTAMENTO] DYNISTYGAMES
Ter 30 Ago 2016, 10:02 por 157
» [Pedido] Contador de resets na FrmMain
Sáb 13 Ago 2016, 17:45 por killers97
» [Recrutamento]
Qua 10 Ago 2016, 23:09 por Monsters
» Ajuda erro no Cliente e Servidor do EEB 2.6!
Qua 20 Jul 2016, 19:53 por Binholx
» Como criar tilesets para Eclipse Origins 3.0 (POKÉMON)
Qua 29 Jun 2016, 19:46 por Sir Aaron
» Recursos Pokemons
Qua 29 Jun 2016, 19:34 por Sir Aaron
» erro frm flash
Qua 25 maio 2016, 13:51 por vava123
» Pedido - Pack de star wars
Qui 19 maio 2016, 05:06 por edsonpet
» [Ajuda] Sobre como por o servidor on por ip fixo
Ter 17 maio 2016, 16:14 por vava123
» Illusion Dimension - O Misterio do ID: BETA TESTE ONLINE
Sex 06 maio 2016, 20:02 por LksFlorencio
» [NSME] Naruto Shinobi Maker Engine
Qua 23 Mar 2016, 15:11 por luana1457
» Script /base,/casa Igual DBZ Forces
Dom 21 Fev 2016, 07:34 por JorgeZinhoo002
» [Pedido]Colar Tsunade item sprite eclipse origin
Qui 21 Jan 2016, 07:38 por lawllietbr
» [Pedido] Elysium
Sáb 19 Dez 2015, 11:31 por luana1457
» Naruto - Recruta
Ter 15 Dez 2015, 18:40 por Uchiha ~
» [Avaliação] - Kirito from Sword Art Online; Red and Pikachu from Pokemon.
Qua 25 Nov 2015, 13:43 por Thanakii
» [Avaliação] - Kenpachi Zaraki from Bleach; Libra Shiryu From Saint Seiya.
Qua 25 Nov 2015, 12:55 por Thanakii
» Demonstração de Sprites (Á VENDA!)
Qua 25 Nov 2015, 12:40 por Thanakii
» [Sistema de Reset]Para Eclipse .
Ter 24 Nov 2015, 16:51 por VithorUchi
» Cada Guild Nascer em Certo Mapa
Qui 12 Nov 2015, 06:13 por fabiofeijó_HIT
» Dragon Ball z Fusion A Grande Volta
Qui 29 Out 2015, 15:17 por fabiofeijó_HIT
» Ajuda com Ip fixo
Seg 26 Out 2015, 16:07 por GalaxyHells15
» Como Fazer um GUI no Eclipse Origins
Dom 18 Out 2015, 22:10 por Jeanleee
» Shisui Susanoo
Dom 18 Out 2015, 20:23 por Jeanleee
» Fantasy Art Online
Dom 18 Out 2015, 16:41 por daviih123
» Ajuda !!
Seg 05 Out 2015, 12:13 por andersonzika
» como passar o usuário e senha para o MainMenu?
Seg 28 Set 2015, 22:03 por Bëzerk
» Ru time ero 13 Type mismatch
Seg 28 Set 2015, 09:08 por andredarle
» Jarvis 1.3 Download
Qua 23 Set 2015, 18:42 por soares125
» [Avaliação/Disponibilização]Árvore 64x64
Qua 23 Set 2015, 15:15 por Over~
» Mlk's Zikas Signatures
Ter 22 Set 2015, 21:15 por Aikawa Reborn'
» Pedido de Sistemas
Dom 20 Set 2015, 18:05 por cleyton_05
» [AjudaEEB]Gerador de EXP
Qua 16 Set 2015, 14:04 por Over~
» [Avaliar] Base, Humano e Goblin.
Seg 14 Set 2015, 22:51 por .iBlaz3.
» Fabrica do Tio Cronos!
Dom 13 Set 2015, 21:31 por [ADM]Cronos
» [PixelArt] Minion - Meu malvado favorito
Dom 13 Set 2015, 12:51 por [ADM]Cronos
» [Avaliar] Goku Dragon Ball Z
Qua 05 Ago 2015, 21:36 por Setrux