Jump to content
  • 0

Πρόβλημα με Buffer


VaggelisG

Question

εγκατεστησα αρκετες 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

 

 

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

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

Link to comment
Share on other sites

  • 0

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 ""

 

Link to comment
Share on other sites

  • 0

λολ

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

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

__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 ""

δοκίμασετο και πές μου.

Link to comment
Share on other sites

  • 0

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

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

Link to comment
Share on other sites

  • 0

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

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

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

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

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...