Ir para conteúdo
  • Cadastre-se
  • 0

LOGO NPC EFFECT NOS NPC


New Games

Pergunta

Ola a todos , eu criei minha logo para npc effect , e gostaria de saber como faço para colocar em todos os npc 

estou tentando colocar em todos os npc custom , porem quando coloco , o anão fica tbm junto no lugar do npc 

poderiam me ajudar nessa questão ?

Shot00000.png

 

Ola prazer , estou aqui para formar amizades e aprender tudo sobre lineage 2

Link para o comentário
Compartilhar em outros sites

12 respostass a esta questão

Posts recomendados


  • 0

sim , gostaria de colocar em todos os npc 

só que não sei qual codigo é pro effeito ficar os outros npc sem o anão

Ola prazer , estou aqui para formar amizades e aprender tudo sobre lineage 2

Link para o comentário
Compartilhar em outros sites

  • 0
11 часов назад, New Games сказал:

Ola a todos , eu criei minha logo para npc effect , e gostaria de saber como faço para colocar em todos os npc 

estou tentando colocar em todos os npc custom , porem quando coloco , o anão fica tbm junto no lugar do npc 

poderiam me ajudar nessa questão ?

O conteúdo está oculto, favor efetuar login ou se cadastrar!

 

If in the script from the dwarf have a bone what is registered to which the effect is attached and this bone is absent from another NPC the effect will not work correctly. If a dwarf has animations names in the script, and another NPC has them written differently names, the NPC will be without animations.

If the effect consists from two parts ( logo and effect ) and you want to specify it in the *.dat as a simple effect, then both the effects  will not work for you. If the effect is completely solid ( logo + effect in one script file ) then maybe it will work.

NevesOmaSignature.png

💗 Choose the best client modifications now!

See my YouTube channel: See YouTube channel
Add me to skype: Add to Skype

My topic on L2jBrasil: Check

 

Link para o comentário
Compartilhar em outros sites

  • 0
22 minutos atrás, NevesOma disse:

If in the script from the dwarf have a bone what is registered to which the effect is attached and this bone is absent from another NPC the effect will not work correctly. If a dwarf has animations names in the script, and another NPC has them written differently names, the NPC will be without animations.

If the effect consists from two parts ( logo and effect ) and you want to specify it in the *.dat as a simple effect, then both the effects  will not work for you. If the effect is completely solid ( logo + effect in one script file ) then maybe it will work.

 

I USED THIS NPC, AND CHANGED THE LOGO EFFECT, HOW CAN I PUT ON ALL NPC ONLY THE EFFECT

Ola prazer , estou aqui para formar amizades e aprender tudo sobre lineage 2

Link para o comentário
Compartilhar em outros sites

  • 0
2 минуты назад, New Games сказал:

 

I USED THIS NPC, AND CHANGED THE LOGO EFFECT, HOW CAN I PUT ON ALL NPC ONLY THE EFFECT

I already tell you.

 

NevesOmaSignature.png

💗 Choose the best client modifications now!

See my YouTube channel: See YouTube channel
Add me to skype: Add to Skype

My topic on L2jBrasil: Check

 

Link para o comentário
Compartilhar em outros sites

  • 0

 

And for me to be able to align the effect, putting it lower right, like I do

 

Shot00002.png

 

Ola prazer , estou aqui para formar amizades e aprender tudo sobre lineage 2

Link para o comentário
Compartilhar em outros sites

  • 0

You have to create a new script for each NPC

here guide: https://www.l2jbrasil.com/topic/121146-guide-creating-effects-and-attaching-to-npc-for-interlude/ (is reference of how to create scripts for npc)

this is the script you have to create for each npc:

O conteúdo está oculto, favor efetuar login ou se cadastrar!

In short, you should do:
Create a folder ../Name_of_u/Classes/Scripts_of_npc.uc
Example: ../LineageNPC_ProjectGames/Classes/*.uc
Inside the "Classes" folder you must create files with the name of your npc "Vilax.uc", "Poenia.uc" ... etc ... in those files you paste the code.
You have to rename "class name_of_script extends LineagePawn;" by the name of the file, in "name_of_script".
Then in ../System/UE2Runtime.ini <- open the file and modify the following:
[Editor.EditorEngine]
...
EditPackages = Core
EditPackages = Engine
EditPackages = Fire
EditPackages = Editor
EditPackages = UnrealEd
EditPackages = IpDrv
EditPackages = UWeb
EditPackages = Game
EditPackages = GUI
EditPackages = Runtime
EditPackages = RTInterface
EditPackages = LineageWarrior
EditPackages = lineagemonster

by

[Editor.EditorEngine]
...
EditPackages = Core
EditPackages = Engine
EditPackages = Fire
EditPackages = Editor
EditPackages = UnrealEd
EditPackages = LineageWarrior
EditPackages = SHEV_Effect01
EditPackages = LineageNPC_ProjectGames

Run the "________________. Bat"

To modify how high and low the effect appears, you must modify
L2JBrasil.SetRelativeLocation (vect (0.00,0.00,0.00));

Link para o comentário
Compartilhar em outros sites

  • 0
Em 12/10/2020 at 11:46, New Games disse:

 

And for me to be able to align the effect, putting it lower right, like I do

 

O conteúdo está oculto, favor efetuar login ou se cadastrar!

 

como conseguiu mano?

CRMjmY4.jpg

Link para o comentário
Compartilhar em outros sites

  • 0

só nao consegui alinhar o efeito no corpo inteiro

Ola prazer , estou aqui para formar amizades e aprender tudo sobre lineage 2

Link para o comentário
Compartilhar em outros sites

  • 0
56 минут назад, New Games сказал:

só nao consegui alinhar o efeito no corpo inteiro

You have already been given the answer how to do it. I gave the same answer, but without explanation (why? Because it takes a lot of time to study). @SGERfjs made for you mini-guide, try to read it. Read about ucc and how it works, about unreal script some tips for example. Or try to use effect in npcgrp.dat, later I will show you an example how to use it.

Editado por NevesOma

NevesOmaSignature.png

💗 Choose the best client modifications now!

See my YouTube channel: See YouTube channel
Add me to skype: Add to Skype

My topic on L2jBrasil: Check

 

Link para o comentário
Compartilhar em outros sites

  • 0
5 часов назад, helpsv сказал:

Esse NPC seria adaptável para o H5?

 

These should work. You need to make some edits to the npcgrp and you can see them.

NevesOmaSignature.png

💗 Choose the best client modifications now!

See my YouTube channel: See YouTube channel
Add me to skype: Add to Skype

My topic on L2jBrasil: Check

 

Link para o comentário
Compartilhar em outros sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Processando...




×
×
  • Criar Novo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.