- 0
-
Quem Está Navegando
- Nenhum usuário registrado visualizando esta página.
-
Posts
-
Olá, seu tópico se encontra com um ou mais links offline. Caso ainda possua o conteúdo, favor postar aqui mesmo no tópico ou mandar MP para algum staff que estaremos normalizando o tópico. Grato pela atenção!
-
Olá, é possível obter o arquivo para esses ícones? Olá, é possível obter o arquivo para esses ícones?
-
Voce usar a conta de admin q vc tem no server, vai em accounts e define o acess_level la. e vc entra auto. Eu tenho uma versão desse votesystem q tentei atualizar e com tutorial so acessar o link na minha assinatura em baixo.
-
Por Heverton Molina · Postado
Gente eu instalei aqui no meu servidor porem não sei qual e a senha pra entrar eu crio o login de admin mas e a senha onde eu coloco? -
Por juniinxt007 · Postado
Todos os Links dele Estao OFF -
Por JefersonFelisbino · Postado
Boa ! O icone dos agathions esta fora do ar "/ estou precisando -
Por juniinxt007 · Postado
Alguem pela misericordia teria o link dos Set S PVP e de todas as armas S coloridas PVP? @AllInOne -
Por L2BloodyWar · Postado
eu tava com um projeto acis 398 mais o java era 11 ai nao sei atualizar e desistir fui olhar essa lucera, mal tem arquivos sobre ele entao eo projeto mais atual ? se alguem tiver uma sourve/rev ja compilada boa fico a dispor no chat! meu intuito e aprender e tbm por online mais bem la na frente ai a 398 era limpa mais falaram que estava muito desatualizada e eu ia ter problema pra add qualquer coisa -
rev lucera só é lenta em pc lerdo, minha dream v3 que é base na source da lucera 3, leva 18 segundos pra ligar no meu notebook, 11s no meu desktop... a Lucera original do russo leva 25 segundos....
-
Pergunta
Mn Rafinha
Tô usando a l2jfrozen 1004, eu to tentando adaptar esse script que era da l2jmwx/dot do antigo Caligula para essa aí, alguém pode dar a força?
após eu clicar pra buffar ou em qualquer outro comando da window ele dá esse erro aqui ó
SCRIPT:
import sys
from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance
from java.util import Iterator
from net.sf.l2j.gameserver.datatables import SkillTable
from net.sf.l2j import L2DatabaseFactory
from net.sf.l2j.gameserver.model.quest import State
from net.sf.l2j.gameserver.model.quest import QuestState
from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest
qn = "912_buffer"
NPC = [40001]
min_level = 1
max_level = 90
min_prise = 10000
prise_ID = 57
QuestId = 912
QuestName = "buffer"
QuestDesc = "custom"
InitialHtml = "buff.htm"
Buff_prise = 10000
Chant_prise = 10000
Song_prise = 10000
Dance_prise = 10000
Hero_prise = 10000
Noble_prise = 10000
Summon_prise = 10000
Prophecy_prise = 10000
Full_buff_f1_prise = 100000
Full_buff_f2_prise = 200000
Full_buff_f3_prise = 300000
Full_buff_m1_prise = 100000
Full_buff_m2_prise = 200000
Full_buff_m3_prise = 300000
print "importing custom: 912_buffer OK"
class Quest (JQuest) :
def __init__(self,id,name,descr): JQuest.__init__(self,id,name,descr)
def onEvent(self,event,st):
htmltext = event
count=st.getQuestItemsCount(prise_ID)
if count < min_prise :
htmltext = "<html><head><body> .</body></html>
Só tô pedindo essa help pq to perdidão nesse buffer
ERRO:
jan 19, 2018 4:39:42 AM com.l2jfrozen.gameserver.model.quest.Quest showError
ADVERTÊNCIA: C:\Users\Rafael\eclipse-workspace\Lineage2\server\Stable_1004\gameserver\build\dist\gameserver\data\scripts\custom\912_buffer\__init__.py
Traceback (innermost last):
File "__init__.py", line 130, in onEvent
NameError: SkillTable
at org.python.core.Py.NameError(Unknown Source)
Editado por Mn Rafinhaat org.python.core.PyFrame.getglobal(Unknown Source)
at org.python.pycode._pyx494.onEvent$3(__init__.py:130)
at org.python.pycode._pyx494.call_function(__init__.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(Unknown Source)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject._jcallexc(Unknown Source)
at org.python.core.PyObject._jcall(Unknown Source)
at org.python.proxies.main$Quest$456.onEvent(Unknown Source)
at com.l2jfrozen.gameserver.model.quest.Quest.onAdvEvent(Quest.java:744)
at com.l2jfrozen.gameserver.model.quest.Quest.notifyEvent(Quest.java:551)
at com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance.processQuestEvent(L2PcInstance.java:2510)
at com.l2jfrozen.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:308)
at com.l2jfrozen.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:75)
at com.l2jfrozen.gameserver.network.L2GameClient.run(L2GameClient.java:1194)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Link para o comentário
Compartilhar em outros sites
5 respostass a esta questão
Posts recomendados
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.