Ir para conteúdo
  • Cadastre-se

[Pack Completo NPC's] L2jFrozen - BySouza


BySouza

Posts recomendados


  • 3 weeks later...
  • 1 month later...

 

Boa noite pessoal, vim aqui postar um pack de npcs do meu último pré configurado,

alguns me pedirão então estou postando separadamente .

Breve irei fazer outro pack de npcs, que combinem mais um com os outros,

ando meio sem tempo, apenas fico online no fórum ajudando no que posso, então é só ter paciencia :)

NPC's que contem no Pack :excl:

GM Shop

Custom Shop

Exchange Items

DONATOR SHOP

Npc Buffer - Free

Npc Buffer VIP

Custom Warehouse

Custom Symbol Maker

Npc Clan Manager

Npc Noblesse Manager

Gatekeeper Global

Gatekeeper Grand Bosses

 

Screen Shots dos NPC's :excl:

GM Shop

 

3j37j.jpg

 

Custom Shop

 

7rEQg.jpg

 

Exchange Shop

 

QLRZz.jpg

 

DONATOR SHOP

 

9AluN.jpg

 

Custom Warehouse

 

8qFdP.jpg

 

Custom Symbol Maker

 

e45cm.jpg

 

Clan Manager

 

EK7lY.jpg

 

Noblesse Manager

 

3KF0G.jpg

 

Npc Buffer - Free

 

ctz0k.jpg

xFSBd.jpg

 

Npc Buffer - VIP

 

tTair.jpg

D9eJO.jpg

yEcT1.jpg

dAkHz.jpg

YsLuc.jpg

 

Gatekeeper Global

 

ODFI2.jpg

rUwUC.jpg

8xae9.jpg

 

Gatekeeper Grand Bosses

 

FTIeM.jpg

spI4B.jpg

c65XY.jpg

 

Clique Para Baixar

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

 

Créditos:

x0TMg.png

OBS: Ao postar em outro fórum, mantenha a ética, e não retire os Créditos

 

Se Gostou do conteúdo, Curta !

 

boa noite amigo , tinha pocibilidade de adaptar esse buffer para versão l2joneo agradeceria muito , adorei o npc valeu...

Link para o comentário
Compartilhar em outros sites

  • 4 weeks later...

Infelizmente não posso adptar, estou trabalhando em um projeto próprio e realmente estou sem tempo, mas você pode pedir para alguém fazer isso, basta ir na área de pedidos.

Masturbe sua mente, goze suas ideias.

Link para o comentário
Compartilhar em outros sites

  • 1 month later...

belo pack , parabens pelo trabalho !

mais teria como tirar o requisito de ser noble para poder usar o npc 'clan manager ' ??

 

si sim pode ajudar?

 

aki o codigo py para facilitar !

 

 

import sys

from com.l2jfrozen.gameserver.model.actor.instance import L2PcInstance
from com.l2jfrozen.gameserver.model.actor.instance import L2NpcInstance
from java.util import Iterator
from com.l2jfrozen.util.database import L2DatabaseFactory
from com.l2jfrozen.gameserver.model.quest import State
from com.l2jfrozen.gameserver.model.quest import QuestState
from com.l2jfrozen.gameserver.model.quest.jython import QuestJython as JQuest
qn = "6667_ClanManager"
NPC=[66667]
REQUESTED_ITEM=57
REQUESTED_AMOUNT=1000
NEW_REP_SCORE=1000000
QuestId = 6667
QuestName = "ClanManager"
QuestDesc = "custom"
InitialHtml = "66667-1.htm"
print "Clan Manager (66667) Enabled..."
class Quest (JQuest) :
def __init__(self,id,name,descr): JQuest.__init__(self,id,name,descr)
def onEvent(self,event,st):
htmltext = "<html><head><body>I have nothing to say you</body></html>"
count=st.getQuestItemsCount(REQUESTED_ITEM)
if event == "66667-clanOk.htm" :
if st.getPlayer().isClanLeader() and st.getPlayer().getClan().getLevel()<8:
if st.getPlayer().isNoble() and count >= REQUESTED_AMOUNT:
htmltext=event
st.getPlayer().getClan().changeLevel(8)
st.playSound("ItemSound.quest_finish")
st.takeItems(REQUESTED_ITEM,REQUESTED_AMOUNT)
else :
htmltext="66667-no_clan.htm"
st.exitQuest(1)
else :
htmltext="66667-no_clan.htm"
st.exitQuest(1)
elif event == "66667-repOk.htm" :
if st.getPlayer().isClanLeader() and st.getPlayer().getClan().getLevel() >= 5 and st.getPlayer().getClan().getReputationScore() < NEW_REP_SCORE :
if st.getPlayer().isNoble() and count > REQUESTED_AMOUNT:
htmltext=event
st.getPlayer().getClan().setReputationScore(NEW_REP_SCORE, 1);
st.playSound("ItemSound.quest_finish")
st.takeItems(REQUESTED_ITEM,REQUESTED_AMOUNT)
else :
htmltext="66667-no_points.htm"
st.exitQuest(1)
else :
htmltext="66667-no_points.htm"
st.exitQuest(1)
return htmltext
def onTalk (self,npc,player):
htmltext = "<html><head><body>I have nothing to say you</body></html>"
st = player.getQuestState(qn)
if not st : return htmltext
npcId = npc.getNpcId()
id = st.getState()
if id == CREATED :
htmltext="66667-1.htm"
elif id == COMPLETED :
htmltext = "<html><head><body>This quest have already been completed.</body></html>"
else :
st.exitQuest(1)
return htmltext
QUEST = Quest(6667,qn,"custom")
CREATED = State('Start', QUEST)
STARTING = State('Starting', QUEST)
STARTED = State('Started', QUEST)
COMPLETED = State('Completed', QUEST)
QUEST.setInitialState(CREATED)
for npcId in NPC:
QUEST.addStartNpc(npcId)
QUEST.addTalkId(npcId)

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

  • 2 weeks later...
  • 1 month later...
  • 2 months later...
  • 3 months later...

Alguem poderia por favor colocar o link novamente para Dowload


Pode deixar ja consegui vendo o codigo da pagina

 

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

"Eu não sei qual o segredo do sucesso, mas o segredo do fracasso é tentar agradar todo mundo."

Link para o comentário
Compartilhar em outros sites

  • 10 months later...
Em 03/02/2016 at 04:06, BySouza disse:

 

se não me engano, existe uma pasta no caminho game/data/html

com o nome ''buffer'' acho que é assim o caminho para por a html padrão do NPC buffer, e o ID pode ser qualquer um com tanto que você coloque nas configs o ID do NPC para ser o NPC Buffer padrão..

Muitos anos sem mecher na Frozen. No momento só estou mechendo com a L2jDream.

Pode me dizer se tem como usar o BUFFER FREE na Dream ?

e se tiver , oq devo mudar.. 

OBG.

Link para o comentário
Compartilhar em outros sites





×
×
  • 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.