Jump to content
  • 0

[HEEELP!!]Problima me Quests


Question

Posted

Hi paidia dn 3erw gt alla exw ena megalo prob meta quest exw vali para polla kai diaforetika pack alla tpt akoma ta quest sinexizo0n na mhn douleuo0n......dld dn douleuei buffer clan creat ktlp. opios mporei na me help...please....thnx guys kai please mhn gini remove to topic ty.

6 answers to this question

Recommended Posts

  • 0
Posted

Re 8elw na 3erw otan exete ena prob den kanete search mipos exei gini post?

Anyway Ama dn doulepsei oute me to C:/

des an o server diabazi ta quest kai pes mas

  • 0
Posted

κάνε το αρχείο init.py στο φάκελο jscript έτσι

 

 

__all__ = [

'quests',

'custom',

'teleports',

'village_master',

'ai'

]

import quests

import custom

import teleports

import village_master

import ai

 

στο φάκελο quests

έτσι

 

__all__ = [

'3995_echo',

'4000_ShadowWeapons',

'6050_KetraOrcSupport',

'6051_VarkaSilenosSupport',

'7000_HeroItems',

'8000_RaidbossInfo',

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

 

στο φάκελο custom επίσης

 

και στο φάκελο 9999_NPCBuffer εμένα αρχίζει κάπως έτσι

 

 

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

 

εσένα θα αρχίζει διαφορετικά μάλλον αν δε χρησιμοποιείς l2j

  • 0
Posted

Βασικά σου κοίτα αν σου βγάζει error στο gs γιατί άμα σου βγάζει θα εμφανιστεί και ένα error log μέσα στα quest..

Guest
This topic is now closed to further replies.


×
×
  • Create New...