Jump to content
  • 0

[Request]Freya scheme buffer


Question

Posted

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?

Recommended Posts

  • 0
Posted

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.

  • 0
Posted

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

  • 0
Posted

Ty vm man.could u help me with a last question?

I make custom farm zone and i edit some mobs for the zone.i put aggro 0 but when i attk 1,all mobs attk me

 

  • 0
Posted

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

  • 0
Posted

what do you mean with "from instance"?

if they aggro when you attack mobs near of them... I think should be on npcaidata... maybe it's also possible via AI...

Guest
This topic is now closed to further replies.


×
×
  • Create New...