Jump to content

Question

Posted

εγκατεστησα αρκετες buffer και ολες μου βγαζουνε το ιδιο μυνημα, you are either not carrying out your quest or dont meet the criteria

 

o server ειναι l2j  interlude

 

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

 

 

11 answers to this question

Recommended Posts

  • 0
Posted

to pack einai preconfigured i compile?

 

an einai prepack dn mporeis na kaneis kati an omos einai compiled mporeis na to fix kai anaferomai sto oti to pack s mporei na mn diavazei ta quest

  • 0
Posted

yp! :(

 

To arxeio "__init__.py"

 

__all__ = [
'3995_echo',
'4000_ShadowWeapons',
'7000_HeroItems',
'8000_RaidbossInfo',
'6050_KetraOrcSupport',
'6051_VarkaSilenosSupport',
'9999_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

λολ

δεν χρειάζετε , στο τελευταίο >.>

θα γείνει έτσι

__all__ = [
'3995_echo',
'4000_ShadowWeapons',
'7000_HeroItems',
'8000_RaidbossInfo',
'6050_KetraOrcSupport',
'6051_VarkaSilenosSupport',
'9999_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

ο σέρβερ σου είναι στο C:/ ?

Τα άλλα δουλεύουνε?παράδειγμα,όταν πας να κάνεις clan σου βγάζει το ίδιο ?

  • 0
Posted

Clan y, μπορω να κανω.

Και ο σερβερ ειναι στο C:/

Δοκιμασα ολες τς πιθανες λυσεις αλλα τπτ !

Επισης δοκιμασα το Q για Anthy απο τν Gabrielle και μ βγαζει το ιδιο με τν buffer.

  • 0
Posted

Dokimase na valeis afto!

 

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...