Jump to content
  • 0

[Help] Buffer archid pack


Ceptimus

Question

http://www.maxcheaters.com/forum/index.php?topic=33769.0

akolou8ontas auto to topic phga na valw tn triti buffer t stefouli15

ta ekana ola opos leei to guide phga mesa sto game na dw tn buffer mou kai elege auto

edw.th.jpg

plz opios 3erei as help

 

Link to comment
Share on other sites

Recommended Posts

  • 0

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

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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 !

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...