Jump to content
  • 0

[Help] Buffer archid pack


Question

Recommended Posts

  • 0
Posted

file kane ta e3eis  pigene Game\data\jscript\custom\9998_NPCBuffer i opos exei onomasei tin buffer sou anoi3e to __init__

 

kai alla3e  bale ayto edo opos to exo

 

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

 

meta kanto save kai pigen edo Game\data\jscript\custom\ kai anoi3ei to __init__

 

 

kai kanto opos ego

 

__all__ = [
'3995_echo',
'4000_ShadowWeapons',
'7000_HeroItems',
'8000_RaidbossInfo',
'8001_NpcLocationInfo',
'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 ""

 

 

i bale to name  tis dikoia sou buffer ekei pou exo ego to '9999_NPCBuffer' kai 8a eisai ok

  • 0
Posted

fisika file  oriste to link  kai tin  exo fix buffer kai einai sto eftia3a gia l2jarchid  aplos esu 8a prepei na  peraseis  ayto edo

 

__all__ = [
'3995_echo',
'4000_ShadowWeapons',
'7000_HeroItems',
'8000_RaidbossInfo',
'8001_NpcLocationInfo',
'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 ""

kai 8a eisai ok

  • 0
Posted

Lipon Ceptimus na se rwtisw... otan anigis ton GameServer s fortonei ton buffer?

 

ti enww? lipon des...

 

help1.jpg

 

 

lipon...sou bgazei kati tetio?

oxi :)

exw archid rev 1058

  • 0
Posted

Katalaba ti problima exeis ;)

 

Apla dn s fortoni ton buffer (ixa k egw auto to problima arketees fores mexri p to elisa =) )...

 

Kita ti 9a kaneis... 9a pas L2JArchid-Game/data/jscript/custom k 9a aniksi me epeksergasia to arxio _init_.py

 

Diegrape auta p exei mesa k bale auta...

 

__all__ = [

'3995_echo',

'4000_ShadowWeapons',

'7000_HeroItems',

'8000_RaidbossInfo',

'8001_NpcLocationInfo',

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

 

 

Meta pane L2JArchid-Game/data/jscript/  kai kane epeksergasia to arxio _init_.py kai diegrapse oti exei mesa kai bale auta :

 

__all__ = [

'quests',

'custom',

'teleports',

'village_master',

'ai'

]

import quests

import custom

import teleports

import village_master

import ai

 

 

 

kane prostoparon auta kai pes m an ine ola ok !

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..