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

o server einai sto C:/

ama ennoeis doulebei kanonika gia to gmshop to gmshop dn 8elei quests .. :S

pes m ama exeis tn server stn C:/

Τι είναι αυτά που λες?Τι σχέση έχει το gmshop?

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

nikarasprotos Φιλε μου ψάξε εδώ Πιο συγκεκριμένα εδώ . Ελπίζω να σε βοήθησα.
  • 0
Posted

o server dn ine ston c ine se xexoristo

nikarasprotos Φιλε μου ψάξε εδώ Πιο συγκεκριμένα εδώ . Ελπίζω να σε βοήθησα.

tnx

alla emena m bgazei oti prepei na kano quest

  • 0
Posted

o server dn ine ston c ine se xexoristo tnx

alla emena m bgazei oti prepei na kano quest

Γραψε λιγο ακριβως τι σου λεει μηπως μπορω να σε βοηθεισω.
  • 0
Posted

Ανιξε με σημηωματάρειο _init_.py. που είναι στον φάκελο " Custom " (* C:/MyServer/GameServer/Data/Jscript/Custom/)

 

και διάγραψε ότι έχει μέσα

 

και κάνε επικόληση αυτό

 

 

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

για δες αυτό είναι έτσι?

  • 0
Posted

Kai den einai mono auto prepei na allaxeis kai ta import tis buffer:) Ta import tha ta breis sto Data/jscript/9999_NPCbuffer/__init__.py kai des ta import an thn ebales opws htan tote prepei na ta allaxeis giati h buffer mou einai gia l2j enw esu exeis l2jfree!

  • 0
Posted

πήγαινε εδώ data/jscript/9999_npcbuffer/__init__.py και άλλαξε τα imports της l2j σε l2jfree ορίστε τα Importς της L2jFree

 

 

 

--------------------------------------------------------------------------------

 

from com.l2jfree.gameserver.model.quest import State

from com.l2jfree.gameserver.model.quest import QuestState

from com.l2jfree.gameserver.model.quest.jython import QuestJython as JQuest

 

  • 0
Posted

Kai den einai mono auto prepei na allaxeis kai ta import tis buffer:) Ta import tha ta breis sto Data/jscript/9999_NPCbuffer/__init__.py kai des ta import an thn ebales opws htan tote prepei na ta allaxeis giati h buffer mou einai gia l2j enw esu exeis l2jfree!

Απο L2j Σε L2jfree δυσκολο σχεδον αδηνατο να δουλεψει.
  • 0
Posted

Import l2jfree

import sys
from com.l2jfree.gameserver.model.actor.instance import L2PcInstance
from java.util import Iterator
from com.l2jfree.gameserver.datatables import SkillTable
from com.l2jfree			       import L2DatabaseFactory
from com.l2jfree.gameserver.model.quest import State
from com.l2jfree.rver.model.quest import QuestState
from com.l2jfree.gameserver.model.quest.jython import QuestJython as JQuest

  • 0
Posted

Tote kane auto pou sou eipa o `Willowy^

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

 

Nox*Shine To exw xanakanei agorina gia auto tou to eipa alliws tha tou elega kai egw na allaxei buffer;) Alla apo oti leei exei l2j ;)

 

Guest
This topic is now closed to further replies.



×
×
  • Create New...