Jump to content

Question

Posted

Sr paidia xero oti iparxoun kai alla posts alla dn ebgala akri ...

exo enan l2j server pou ola douleboun akanonika alla otan bazo tin buffer : mou leei oti dn exeo qest gia to npc

ti kano>>

???

help plizz

Recommended Posts

  • 0
Posted

sr paisia dn exo l2jfree exo l2j na balo ta l2jfree??

Όχι

 

L2J Imports

import sys
from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance
from java.util import Iterator
from net.sf.l2jrver.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

 

  • 0
Posted

Όχι

 

L2J Imports

import sys
from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance
from java.util import Iterator
from net.sf.l2jrver.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

 

o buffer imports l2j έχει,οπότε μάλλον ο σέρβερ δεν θα διαβάζει τα quest,δεν βρίσκω άλλο πιθανό πρόβλημα

  • 0
Posted

Ok miso  Nomizw katalaba ti egine

pigene sto arxeio mesa sto scripts.sfg auto tha to breis sto gameserver/data/scripts.sfg anoixeto me shmeiomatario kai sto telos bale auto !: custom/212121_NpcBuffer/__init__.py

Edit kai pes mou an to pack sou einai epilogue h gracia final !

  • 0
Posted

ΛΟΛ

τώρα 8υμήθηκα ότι ο Buffer σου έχει ID 212121 δικιά μου μαλακία sorry

βάλτο έτσι

__all__ = [
'3995_echo',
'4000_ShadowWeapons',
'6050_KetraOrcSupport',
'6051_VarkaSilenosSupport',
'7000_HeroItems',
'8000_RaidbossInfo',
'212121_NPCBuffer'
]
print ""
print "importing custom data ..."
for name in __all__ :
    try :
        __import__('data.jscript.custom.'+name,globals(), locals(), ['__init__'], -1)
    except:
        print "failed to import quest : ",name
print "... done"
print ""

  • 0
Posted

ΛΟΛ

τώρα 8υμήθηκα ότι ο Buffer σου έχει ID 212121 δικιά μου μαλακία sorry

βάλτο έτσι

__all__ = [
'3995_echo',
'4000_ShadowWeapons',
'6050_KetraOrcSupport',
'6051_VarkaSilenosSupport',
'7000_HeroItems',
'8000_RaidbossInfo',
'212121_NPCBuffer'
]
print ""
print "importing custom data ..."
for name in __all__ :
    try :
        __import__('data.jscript.custom.'+name,globals(), locals(), ['__init__'], -1)
    except:
        print "failed to import quest : ",name
print "... done"
print ""

το έκανες έτσι και τίποτα?

Guest
This topic is now closed to further replies.



×
×
  • Create New...