[EB]Pondo FrmEditorNPC para Text
3 participantes
MMORPG Brasil :: OPEN SOURCE ENGINES :: Outras Engines :: Elysium :: Tutoriais
Página 1 de 1
[EB]Pondo FrmEditorNPC para Text
bom um cara da Prodev estava presisando desse sistema então MlkTop me pedio para fazer entao vou fazer
mais aki na MMORPGBR
Vamos la
Antes de tudo vamos deixa o trabalho mais facil abaixe a frm abaixo
"http://www.4shared.com/file/yS_kpjAn/frmNpcEditor.html"
depois de abaixar abra o client source e procure por:
Mude para
depois procure:
Mude para:
Procure por:
mude para:
Procure por:
mude para:
procure por:
mude para:
Procure por:
mude para:
Procure por:
mude para:
procure por:
mude para
procura por:
mude para:
Bom pessoal e isso os creditos
São meus Lost - Style
@Lukinha~
Se for apostar em outro Forum eu pesso que ponha os creditos
devidos ao
MMORPGBR
LosT - Style - @Lukinha~
mais aki na MMORPGBR
Vamos la
Antes de tudo vamos deixa o trabalho mais facil abaixe a frm abaixo
"http://www.4shared.com/file/yS_kpjAn/frmNpcEditor.html"
depois de abaixar abra o client source e procure por:
- Código:
Public Sub NpcEditorInit()
frmNpcEditor.Picsprites.Picture = LoadPicture(App.Path & "\GFX\sprites.bmp")
frmNpcEditor.txtName.Text = Trim(Npc(EditorIndex).Name)
frmNpcEditor.txtAttackSay.Text = Trim(Npc(EditorIndex).AttackSay)
frmNpcEditor.scrlSprite.Value = Npc(EditorIndex).Sprite
frmNpcEditor.txtSpawnSecs.Text = STR(Npc(EditorIndex).SpawnSecs)
frmNpcEditor.cmbBehavior.ListIndex = Npc(EditorIndex).Behavior
If Npc(EditorIndex).Range = 0 Then Npc(EditorIndex).Range = 1
frmNpcEditor.scrlRange.Value = Npc(EditorIndex).Range
frmNpcEditor.scrlSTR.Value = Npc(EditorIndex).STR
frmNpcEditor.scrlDEF.Value = Npc(EditorIndex).DEF
frmNpcEditor.scrlSPEED.Value = Npc(EditorIndex).Speed
frmNpcEditor.scrlMAGI.Value = Npc(EditorIndex).MAGI
frmNpcEditor.BigNpc.Value = Npc(EditorIndex).Big
If Npc(EditorIndex).MaxHP = 0 Then
frmNpcEditor.StartHP.Value = 1
Else
frmNpcEditor.StartHP.Value = Npc(EditorIndex).MaxHP
End If
frmNpcEditor.ExpGive.Value = Npc(EditorIndex).EXP
frmNpcEditor.txtChance.Text = STR(Npc(EditorIndex).ItemNPC(1).Chance)
frmNpcEditor.scrlNum.Value = Npc(EditorIndex).ItemNPC(1).ItemNum
frmNpcEditor.scrlValue.Value = Npc(EditorIndex).ItemNPC(1).ItemValue
frmNpcEditor.scrlSpeech.Value = Npc(EditorIndex).Speech
If Npc(EditorIndex).Speech > 0 Then
frmNpcEditor.lblSpeechName.Caption = Speech(Npc(EditorIndex).Speech).Name
Else
frmNpcEditor.lblSpeechName.Caption = ""
End If
If Npc(EditorIndex).SpawnTime = 0 Then
frmNpcEditor.chkDay.Value = Checked
frmNpcEditor.chkNight.Value = Checked
ElseIf Npc(EditorIndex).SpawnTime = 1 Then
frmNpcEditor.chkDay.Value = Checked
frmNpcEditor.chkNight.Value = Unchecked
ElseIf Npc(EditorIndex).SpawnTime = 2 Then
frmNpcEditor.chkDay.Value = Unchecked
frmNpcEditor.chkNight.Value = Checked
End If
frmNpcEditor.Show vbModal
End Sub
Mude para
- Código:
Public Sub NpcEditorInit()
frmNpcEditor.Picsprites.Picture = LoadPicture(App.Path & "\GFX\sprites.bmp")
frmNpcEditor.txtName.Text = Trim(Npc(EditorIndex).Name)
frmNpcEditor.txtAttackSay.Text = Trim(Npc(EditorIndex).AttackSay)
frmNpcEditor.scrlSprite.Value = Npc(EditorIndex).Sprite
frmNpcEditor.txtSpawnSecs.Text = STR(Npc(EditorIndex).SpawnSecs)
frmNpcEditor.cmbBehavior.ListIndex = Npc(EditorIndex).Behavior
If Npc(EditorIndex).Range = 0 Then Npc(EditorIndex).Range = 1
frmNpcEditor.scrlRange.Text = Npc(EditorIndex).Range
frmNpcEditor.scrlSTR.Text = Npc(EditorIndex).STR
frmNpcEditor.scrlDEF.Text = Npc(EditorIndex).DEF
frmNpcEditor.scrlSPEED.Text = Npc(EditorIndex).Speed
frmNpcEditor.scrlMAGI.Text = Npc(EditorIndex).MAGI
frmNpcEditor.BigNpc.Value = Npc(EditorIndex).Big
If Npc(EditorIndex).MaxHP = 0 Then
frmNpcEditor.StartHP.Text = 1
Else
frmNpcEditor.StartHP.Text = Npc(EditorIndex).MaxHP
End If
frmNpcEditor.ExpGive.Text = Npc(EditorIndex).EXP
frmNpcEditor.txtChance.Text = STR(Npc(EditorIndex).ItemNPC(1).Chance)
frmNpcEditor.scrlNum.Value = Npc(EditorIndex).ItemNPC(1).ItemNum
frmNpcEditor.scrlValue.Text = Npc(EditorIndex).ItemNPC(1).ItemValue
frmNpcEditor.scrlSpeech.Value = Npc(EditorIndex).Speech
If Npc(EditorIndex).Speech > 0 Then
frmNpcEditor.lblSpeechName.Caption = Speech(Npc(EditorIndex).Speech).Name
Else
frmNpcEditor.lblSpeechName.Caption = ""
End If
If Npc(EditorIndex).SpawnTime = 0 Then
frmNpcEditor.chkDay.Value = Checked
frmNpcEditor.chkNight.Value = Checked
ElseIf Npc(EditorIndex).SpawnTime = 1 Then
frmNpcEditor.chkDay.Value = Checked
frmNpcEditor.chkNight.Value = Unchecked
ElseIf Npc(EditorIndex).SpawnTime = 2 Then
frmNpcEditor.chkDay.Value = Unchecked
frmNpcEditor.chkNight.Value = Checked
End If
frmNpcEditor.Show vbModal
End Sub
depois procure:
- Código:
Private Sub scrlSTR_Change()
lblSTR.Caption = STR(scrlSTR.Value)
End Sub
Mude para:
- Código:
Private Sub scrlSTR_Change()
lblSTR.Caption = STR(scrlSTR.Text)
End Sub
Procure por:
- Código:
Private Sub scrlDEF_Change()
lblDEF.Caption = STR(scrlDEF.Value)
End Sub
mude para:
- Código:
Private Sub scrlDEF_Change()
lblDEF.Caption = STR(scrlDEF.Text)
End Sub
Procure por:
- Código:
Private Sub StartHP_Change()
lblStartHP.Caption = StartHP.Value
End Sub
mude para:
- Código:
Private Sub StartHP_Change()
lblStartHP.Caption = StartHP.Text
End Sub
procure por:
- Código:
Private Sub ExpGive_Change()
lblExpGiven.Caption = ExpGive.Value
End Sub
mude para:
- Código:
Private Sub ExpGive_Change()
lblExpGiven.Caption = ExpGive.Text
End Sub
Procure por:
- Código:
Private Sub scrlRange_Change()
lblRange.Caption = STR(scrlRange.Value)
End Sub
mude para:
- Código:
Private Sub scrlRange_Change()
lblRange.Caption = STR(scrlRange.Text)
End Sub
Procure por:
- Código:
Private Sub scrlSPEED_Change()
lblSPEED.Caption = STR(scrlSPEED.Value)
End Sub
mude para:
- Código:
Private Sub scrlSPEED_Change()
lblSPEED.Caption = STR(scrlSPEED.Text)
End Sub
procure por:
- Código:
Private Sub scrlMAGI_Change()
lblMAGI.Caption = STR(scrlMAGI.Value)
End Sub
mude para
- Código:
Private Sub scrlMAGI_Change()
lblMAGI.Caption = STR(scrlMAGI.Text)
End Sub
procura por:
- Código:
Public Sub NpcEditorOk()
Npc(EditorIndex).Name = frmNpcEditor.txtName.Text
Npc(EditorIndex).AttackSay = frmNpcEditor.txtAttackSay.Text
Npc(EditorIndex).Sprite = frmNpcEditor.scrlSprite.Value
Npc(EditorIndex).SpawnSecs = Val(frmNpcEditor.txtSpawnSecs.Text)
Npc(EditorIndex).Behavior = frmNpcEditor.cmbBehavior.ListIndex
Npc(EditorIndex).Range = frmNpcEditor.scrlRange.Value
Npc(EditorIndex).STR = frmNpcEditor.scrlSTR.Value
Npc(EditorIndex).DEF = frmNpcEditor.scrlDEF.Value
Npc(EditorIndex).Speed = frmNpcEditor.scrlSPEED.Value
Npc(EditorIndex).MAGI = frmNpcEditor.scrlMAGI.Value
Npc(EditorIndex).Big = frmNpcEditor.BigNpc.Value
Npc(EditorIndex).MaxHP = frmNpcEditor.StartHP.Value
Npc(EditorIndex).EXP = frmNpcEditor.ExpGive.Value
Npc(EditorIndex).Speech = frmNpcEditor.scrlSpeech.Value
If frmNpcEditor.chkDay.Value = Checked And frmNpcEditor.chkNight.Value = Checked Then
Npc(EditorIndex).SpawnTime = 0
ElseIf frmNpcEditor.chkDay.Value = Checked And frmNpcEditor.chkNight.Value = Unchecked Then
Npc(EditorIndex).SpawnTime = 1
ElseIf frmNpcEditor.chkDay.Value = Unchecked And frmNpcEditor.chkNight.Value = Checked Then
Npc(EditorIndex).SpawnTime = 2
End If
Call SendSaveNpc(EditorIndex)
InNpcEditor = False
Unload frmNpcEditor
End Sub
mude para:
- Código:
Public Sub NpcEditorOk()
Npc(EditorIndex).Name = frmNpcEditor.txtName.Text
Npc(EditorIndex).AttackSay = frmNpcEditor.txtAttackSay.Text
Npc(EditorIndex).Sprite = frmNpcEditor.scrlSprite.Value
Npc(EditorIndex).SpawnSecs = Val(frmNpcEditor.txtSpawnSecs.Text)
Npc(EditorIndex).Behavior = frmNpcEditor.cmbBehavior.ListIndex
Npc(EditorIndex).Range = frmNpcEditor.scrlRange.Text
Npc(EditorIndex).STR = frmNpcEditor.scrlSTR.Text
Npc(EditorIndex).DEF = frmNpcEditor.scrlDEF.Text
Npc(EditorIndex).Speed = frmNpcEditor.scrlSPEED.Text
Npc(EditorIndex).MAGI = frmNpcEditor.scrlMAGI.Text
Npc(EditorIndex).Big = frmNpcEditor.BigNpc.Value
Npc(EditorIndex).MaxHP = frmNpcEditor.StartHP.Text
Npc(EditorIndex).EXP = frmNpcEditor.ExpGive.Text
Npc(EditorIndex).Speech = frmNpcEditor.scrlSpeech.Value
If frmNpcEditor.chkDay.Value = Checked And frmNpcEditor.chkNight.Value = Checked Then
Npc(EditorIndex).SpawnTime = 0
ElseIf frmNpcEditor.chkDay.Value = Checked And frmNpcEditor.chkNight.Value = Unchecked Then
Npc(EditorIndex).SpawnTime = 1
ElseIf frmNpcEditor.chkDay.Value = Unchecked And frmNpcEditor.chkNight.Value = Checked Then
Npc(EditorIndex).SpawnTime = 2
End If
Call SendSaveNpc(EditorIndex)
InNpcEditor = False
Unload frmNpcEditor
End Sub
Bom pessoal e isso os creditos
São meus Lost - Style
@Lukinha~
Se for apostar em outro Forum eu pesso que ponha os creditos
devidos ao
MMORPGBR
LosT - Style - @Lukinha~
Re: [EB]Pondo FrmEditorNPC para Text
SO FALTAVA ISSO PRO MEU JOGO TA 50% FINALIZADO
mario12- Novato
- Mensagens : 20
Re: [EB]Pondo FrmEditorNPC para Text
boa boa +1 cred e se puder postar o de item por txt tb seria otimo
Re: [EB]Pondo FrmEditorNPC para Text
Opa então ja tem muito amigo eu ja fiço ^^ foi uns dos meus primeiro Topico do Forum
http://www.mmorpgbr.com/t1868-alltutorial-mudando-toda-a-frmitemeditor-para-texto
http://www.mmorpgbr.com/t1868-alltutorial-mudando-toda-a-frmitemeditor-para-texto
Tópicos semelhantes
» FrmItemEditor Em Text
» Text Styles - PSD
» Pondo level nas Magias
» Pondo Niveis em sua magia
» Pondo Mais Intens no Equipamento
» Text Styles - PSD
» Pondo level nas Magias
» Pondo Niveis em sua magia
» Pondo Mais Intens no Equipamento
MMORPG Brasil :: OPEN SOURCE ENGINES :: Outras Engines :: Elysium :: Tutoriais
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