Jump to content
  • 0

[Request]Freya scheme buffer


andrei23

Question

Hi someone could help me with a freya scheme buffer?I search a lot and nothing...

The only one who i find is "Rin4a buffer" but can't download it because is uploaded on megaupload.Please someone could help me?

Link to comment
Share on other sites

Recommended Posts

  • 0

Ok,so i put the __init__.py and restart the server.

I try to spawn npc id : 956 but say "your target cannot be found"

And get this error :

Error on: C:\L2J_Server\gameserver\data\scripts\custom\555_NPCBUFFER\__init__.py.error.log

Line: -1 - Column: -1

 

Traceback (innermost last):

  File "__init__.py", line 4, in ?

ImportError: no module named l2jhidden

 

When i start the server.

Link to comment
Share on other sites

  • 0

ups... open the py... and change the imports

 

Config.java import

from com.l2jserver import Config

 

L2DatabaseFactory.java import

from com.l2jserver import L2DatabaseFactory

 

and create your custom npc or change the npc_id of the script

Link to comment
Share on other sites

  • 0

check npcaidata table...

I think it's related with any of these fields, but maybe are other, dunno exactly:

`clan` varchar(40) DEFAULT '',

`clan_range` int(4) DEFAULT '0',

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...