Ir para conteúdo
  • Cadastre-se
  • 0

Npc argumenter


maxijf

Pergunta

eh visto en algunos servers que tienen un npc que tienen un boton que por tanto de items "x" te argumentan un arma con lo que vos eligas por ejemplo quiero "duel might passivo" y busco el boton pasivos y apreto "duel might" y se me pone en un arma.
queria saber si hay algun npc asi o como se hace.

Link para o comentário
Compartilhar em outros sites

14 respostass a esta questão

Posts recomendados


Isso é java mod, tb estou a procura do mesmo, mas creio que seja mod privado pois ja procurei e nao achei nada sobre :(

Aqui, no entanto, nós não olhamos para trás por muito tempo. Nós continuamos seguindo em frente, abrindo novas portas e fazendo coisas novas. E sabe por quê? Porque somos curiosos… e a curiosidade continua nos conduzindo por novos caminhos. Siga em frente…

Walt Disney

Link para o comentário
Compartilhar em outros sites

Ele quer um npc que argumenta a arma com o especifico já, tipo "duel might passivo", tipo enchantar arma, mas argumentando podendo escolher entre todos arguments existentes.

 

Não existe no fórum o mesmo.

Minha meta é ser ...

( )Zaw9wHq.png

"Ficar louco de vez em quando é necessidade básica para permanecer são."

Osho

Link para o comentário
Compartilhar em outros sites

 

 

 

 

 

 

O NPC que ele quer não foi postado aqui no fórum, mas como tenho ele baixado aqui, upei... so baixar aqui o NPC Argument Shop...

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

 

Lembrando que para adicionar os argumentos você tem que colocar o ID do argumento na html....

 

Se alguém quiser criar um tópico postando o NPC, fique a vontade...

"Seja feliz do jeito que você é, não mude sua rotina pelo o que os outros exigem de você, simplesmente viva de acordo com o seu modo de viver."

(Yato - Noragami)

 

 

Link para o comentário
Compartilhar em outros sites

:aplausos: Nice !

Kaiser @author Rizel quem é ele ? de outro fórum ? baixei o npc aqui e devo fazer umas edições nele e postar editado já...achei top...

"Tente ser uma pessoa de valor , não de sucesso" - Albert Einstein

 

 

Link para o comentário
Compartilhar em outros sites

:aplausos: Nice !

 

Kaiser @author Rizel quem é ele ? de outro fórum ? baixei o npc aqui e devo fazer umas edições nele e postar editado já...achei top...

Rizel criou o código, ele foi criado a pedidos do pessoal e postado em outro fórum....

 

Tayran, você consegue colocar os Argumentos de STR +1 e INT +1 ? eles não tem id pelo que sei :s apenas o código na tabela do navicat que são: 1070931035 ----STR +1 e 1071058460 ----- INT +1

"Seja feliz do jeito que você é, não mude sua rotina pelo o que os outros exigem de você, simplesmente viva de acordo com o seu modo de viver."

(Yato - Noragami)

 

 

Link para o comentário
Compartilhar em outros sites

depois vou estudar esses código devo edita-lo e postar...que o Rizel era o criado eu sabia pelo código , mas gostaria de saber quem é ele , da onde ele é , mas já entendi que não é daqui então está tudo bem :)

"Tente ser uma pessoa de valor , não de sucesso" - Albert Einstein

 

 

Link para o comentário
Compartilhar em outros sites

Spawmneo el npc y me sale attention, wrong NPC ID/Name alguna solucion?


 

 

O NPC que ele quer não foi postado aqui no fórum, mas como tenho ele baixado aqui, upei... so baixar aqui o NPC Argument Shop...

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

 

Lembrando que para adicionar os argumentos você tem que colocar o ID do argumento na html....

 

Se alguém quiser criar um tópico postando o NPC, fique a vontade...

Spawmneo el npc y me sale attention, wrong NPC ID/Name alguna solucion?

Link para o comentário
Compartilhar em outros sites

Print Screen ?

1. ERROR in \AugmentShop.java (at line 2)
import sys
^^^
Syntax error on token "sys", ; expected after this token
----------
2. ERROR in \AugmentShop.java (at line 2)
import sys
^^^
The import sys cannot be resolved
----------
3. ERROR in \AugmentShop.java (at line 3)
import com.l2jserver.gameserver.model.actor.L2Npc;
^^^^^^^^^^^^^^^^^^^^^^^^
The import com.l2jserver.gameserver cannot be resolved
----------
4. ERROR in \AugmentShop.java (at line 4)
import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
^^^^^^^^^^^^^^^^^^^^^^^^
The import com.l2jserver.gameserver cannot be resolved
----------
5. ERROR in \AugmentShop.java (at line 5)
import com.l2jserver.gameserver.model.quest.Quest;
^^^^^^^^^^^^^^^^^^^^^^^^
The import com.l2jserver.gameserver cannot be resolved
----------
6. ERROR in \AugmentShop.java (at line 6)
import com.l2jserver.gameserver.model.quest.QuestState;
^^^^^^^^^^^^^^^^^^^^^^^^
The import com.l2jserver.gameserver cannot be resolved
----------
7. ERROR in \AugmentShop.java (at line 7)
import com.l2jserver.gameserver.model.itemcontainer.Inventory;
^^^^^^^^^^^^^^^^^^^^^^^^
The import com.l2jserver.gameserver cannot be resolved
----------
8. ERROR in \AugmentShop.java (at line 10)
import com.l2jserver.L2DatabaseFactory;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import com.l2jserver.L2DatabaseFactory cannot be resolved
----------
9. ERROR in \AugmentShop.java (at line 12)
import com.l2jserver.gameserver.model.L2ItemInstance;
^^^^^^^^^^^^^^^^^^^^^^^^
The import com.l2jserver.gameserver cannot be resolved
----------
10. ERROR in \AugmentShop.java (at line 19)
public class AugmentShop extends Quest
^^^^^
Quest cannot be resolved to a type
----------
11. ERROR in \AugmentShop.java (at line 29)
addFirstTalkId(NPC);
^^^^^^^^^^^^^^
The method addFirstTalkId(int) is undefined for the type AugmentShop
----------
12. ERROR in \AugmentShop.java (at line 30)
addStartNpc(NPC);
^^^^^^^^^^^
The method addStartNpc(int) is undefined for the type AugmentShop
----------
13. ERROR in \AugmentShop.java (at line 31)
addTalkId(NPC);
^^^^^^^^^
The method addTalkId(int) is undefined for the type AugmentShop
----------
14. ERROR in \AugmentShop.java (at line 35)
public String onAdvEvent(String event, L2Npc npc, L2PcInstance player)
^^^^^
L2Npc cannot be resolved to a type
----------
15. ERROR in \AugmentShop.java (at line 35)
public String onAdvEvent(String event, L2Npc npc, L2PcInstance player)
^^^^^^^^^^^^
L2PcInstance cannot be resolved to a type
----------
16. ERROR in \AugmentShop.java (at line 65)
public String onFirstTalk(L2Npc npc, L2PcInstance player)
^^^^^
L2Npc cannot be resolved to a type
----------
17. ERROR in \AugmentShop.java (at line 65)
public String onFirstTalk(L2Npc npc, L2PcInstance player)
^^^^^^^^^^^^
L2PcInstance cannot be resolved to a type
----------
18. ERROR in \AugmentShop.java (at line 68)
QuestState qs = player.getQuestState(qn);
^^^^^^^^^^
QuestState cannot be resolved to a type
----------
19. ERROR in \AugmentShop.java (at line 81)
private static void updateAugment(L2PcInstance player, int attribute, in
t skill, int level)
^^^^^^^^^^^^
L2PcInstance cannot be resolved to a type
----------
20. ERROR in \AugmentShop.java (at line 83)
L2ItemInstance item = player.getInventory().getPaperdollItem(Inventory.P
APERDOLL_RHAND);
^^^^^^^^^^^^^^
L2ItemInstance cannot be resolved to a type
----------
21. ERROR in \AugmentShop.java (at line 83)
L2ItemInstance item = player.getInventory().getPaperdollItem(Inventory.P
APERDOLL_RHAND);
^^^^^^^^^
Inventory cannot be resolved to a variable
----------
22. ERROR in \AugmentShop.java (at line 84)
if (player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_RHAND) ==
null)
^^^^^^^^^
Inventory cannot be resolved to a variable
----------
23. ERROR in \AugmentShop.java (at line 91)
if (player.getInventory().getPaperdollItem(Inventory.PAPERDOLL_RHAND).is
Augmented())
^^^^^^^^^
Inventory cannot be resolved to a variable
----------
24. ERROR in \AugmentShop.java (at line 107)
con = L2DatabaseFactory.getInstance().getConnection();
^^^^^^^^^^^^^^^^^
L2DatabaseFactory cannot be resolved
----------
25. ERROR in \AugmentShop.java (at line 132)
_log.log(Level.SEVERE, "Could not augment item: "+item.getObjectId()+" "
, e);
^^^^
_log cannot be resolved
----------
26. ERROR in \AugmentShop.java (at line 136)
L2DatabaseFactory.close(con);
^^^^^^^^^^^^^^^^^
L2DatabaseFactory cannot be resolved
----------
26 problems (26 errors)Syntax error on token "sys", ; expected after this token
Quest cannot be resolved to a type
The import sys cannot be resolved
The import com.l2jserver.gameserver cannot be resolved
The import com.l2jserver.gameserver cannot be resolved
The import com.l2jserver.gameserver cannot be resolved
The import com.l2jserver.gameserver cannot be resolved
The import com.l2jserver.gameserver cannot be resolved
The import com.l2jserver.L2DatabaseFactory cannot be resolved
The import com.l2jserver.gameserver cannot be resolved
L2Npc cannot be resolved to a type
L2PcInstance cannot be resolved to a type
L2Npc cannot be resolved to a type
L2PcInstance cannot be resolved to a type
L2PcInstance cannot be resolved to a type
The method addFirstTalkId(int) is undefined for the type custom.AugmentShop.Augm
entShop
The method addStartNpc(int) is undefined for the type custom.AugmentShop.Augment
Shop
The method addTalkId(int) is undefined for the type custom.AugmentShop.AugmentSh
op
QuestState cannot be resolved to a type
L2ItemInstance cannot be resolved to a type
Inventory cannot be resolved to a variable
Inventory cannot be resolved to a variable
Inventory cannot be resolved to a variable
L2DatabaseFactory cannot be resolved
L2DatabaseFactory cannot be resolved
_log cannot be resolved
Failed executing script: C:\Users\Centinel\Desktop\server\L2JFrozen 1004 by Smal
lz\L2JFrozen 1004 by Smallz\gameserver\data\scripts\custom\AugmentShop\AugmentSh
op.java. See AugmentShop.java.error.log for details.
Link para o comentário
Compartilhar em outros sites

isso é por que precisa adaptar amigo.

os imports de frozen é com.l2jfrozen e enquanto nesse aí é net.sf.l2j

"Tente ser uma pessoa de valor , não de sucesso" - Albert Einstein

 

 

Link para o comentário
Compartilhar em outros sites

 

 

O NPC que ele quer não foi postado aqui no fórum, mas como tenho ele baixado aqui, upei... so baixar aqui o NPC Argument Shop...

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

 

Lembrando que para adicionar os argumentos você tem que colocar o ID do argumento na html....

 

Se alguém quiser criar um tópico postando o NPC, fique a vontade...

Como hago para adaptarlo para l2jfrozen porque me esta tirando error porque yo uso l2jfrosen y ese es para l2jserver

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.