Jump to content
  • 0

[HELP] NPCBuffer


erhan4o0

Question

Hello i have problem with npc buffer when i click he show me info from default file but he give me criteria

in data\jscript\custom code is

 

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

 

 

in data\jscript

 

 

__all__ = [

'quests',

'custom',

'teleports',

'village_master',

'ai'

]

import quests

import custom

import teleports

import village_master

import ai

 

bofore in l2j oneo datapack this code works but now i make l2archid and no work i put very much codes from this website topics but is no work again any can help me pls with this pls

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

i dont have errors from game server all is good but in game i get criteria..

 

Off topic: Please dont double post! Edit your first post

On topic: This happens when you change pack. L2archid has changed a lot of the java contect and that why you get the messege. You could either pm him or change back to oneo's pack.

Link to comment
Share on other sites

  • 0

Off topic: Please dont double post! Edit your first post

On topic: This happens when you change pack. L2archid has changed a lot of the java contect and that why you get the messege. You could either pm him or change back to oneo's pack.

 

okey but in oneo dont have very much option like pvp/pk color .online .stat and etc. + this i dont know how i can add like this option..now i make oneo with 1500 buggs clan halls no work..you can bugg sub class..and much more but i dont find yet..

Link to comment
Share on other sites

  • 0

Wrong Post Section, this is l2off not L2J

 

Should I dekarma you? Look at this:

 

« Reply #3 on: July 29, 2009, 06:43:16 PM »

 

Do not bump old threads! Locked.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...