Jump to content
  • 0

[Help] NPC_Buffer


h0nz1k

Question

Hi all!!!...

pls can some1 help me with my NPCbuffer? I download from here some NPC buffer ... I //spawn it ... and when i klick to the buff me it write me it wasn't modifet of something like that :) ... How i must add the quest?

 

Screen:

shot00004lv2.th.jpg

 

shot00005mt0.th.jpg

 

[move][glow=blue,2,300]thx^^[/glow][/move]

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

Open: E:\L2GreekGodz\gameserver\data\jscript/__int__

 

And be sure that you have these:

 

__all__ = [

'quests',

'custom',

'teleports',

'village_master',

'ai'

]

import quests

import custom

import teleports

import village_master

import ai

 

Link to comment
Share on other sites

  • 0

Open: E:\L2GreekGodz\gameserver\data\jscript/__int__

 

And be sure that you have these:

 

__all__ = [

'quests',

'custom',

'teleports',

'village_master',

'ai'

]

import quests

import custom

import teleports

import village_master

import ai

 

I have l2j Oneo

 

I have written there this:

 

__all__ = [

'quests',

'custom',

'teleports',

'village_master',

'ai'

]

import quests

import custom

import teleports

import village_master

import ai

 

that's the problem?

Link to comment
Share on other sites

  • 0

Open up Your Buffers quest int.py file

Search for Level or Check When you find it it will look like Check Level>40 or something

Change the "40" to a higher #

THis should work

why higher? I try do it lower and nothing change :(

Link to comment
Share on other sites

  • 0

Well If You Use Interlude , The Problem Is Not With The Level's Or Something.

 

go to

 

GameServer / Data / JScript / Custom /

 

Find + Open With Notepad The File _init_.py

 

Delete All Its Contain And Paste This :

 

 


__all__ = [
'708_ZakenCurse',
'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 ""

 

Save It.

Restart Your Server And Ta Daaaaa Its Ok ;)

 

Link to comment
Share on other sites

  • 0

Well If You Use Interlude , The Problem Is Not With The Level's Or Something.

 

go to

 

GameServer / Data / JScript / Custom /

 

Find + Open With Notepad The File _init_.py

 

Delete All Its Contain And Paste This :

 

 


__all__ = [
'708_ZakenCurse',
'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 ""

 

Save It.

Restart Your Server And Ta Daaaaa Its Ok ;)

 

 

thx for your aswer mby that's the problem but i have some custom buffer from here ...

 

9997_Custom Buffer or something like that ...

can u share here for me some 9999_NPC Buffer ? :) mby it will be better...

 

Big Thx^^

Link to comment
Share on other sites

  • 0

Look. If im not mistaken this buffer is Oneo Dev Team Ones.

 

It Is With JSCript. So Look What You Will Have To Do.

 

go to the buffers folder and take the folder with the name 9999_NPCBuffer

 

and place it into gameserver/data/jscript/custom

 

delete the 9997_CustomBuffer or sth

 

rr the srvr and you are ok.

Link to comment
Share on other sites

  • 0

kalimera boy thelw ena buffer sql gia j pack na to peraso sto server m :D

 

 

«  on: August 08, 2008, 10:21:26 AM »

 

Topic date + Here is english section!.

 

Read your forum rules...

 

~Locked

 

p.s: Next time i'll dekrma you be carefull... if you want something go in greek helping section and make a new topic ;]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...