andrei23 Posted July 18, 2012 Posted July 18, 2012 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?
0 andrei23 Posted July 18, 2012 Author Posted July 18, 2012 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 ^Wyatt Posted July 18, 2012 Posted July 18, 2012 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 andrei23 Posted July 18, 2012 Author Posted July 18, 2012 I want to remove some buffs.like kamael buffs.could u teach me how plz?
0 ^Wyatt Posted July 18, 2012 Posted July 18, 2012 buffer_buffs_list, canUse = 0 for every skill u want to disable
0 andrei23 Posted July 18, 2012 Author Posted July 18, 2012 INSERT INTO `buffer_buff_list` VALUES ('1', '0', 'buff', '1036', '2', '2', '1'); The last "1" is "can use"? Or the first?
0 andrei23 Posted July 18, 2012 Author Posted July 18, 2012 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 ^Wyatt Posted July 18, 2012 Posted July 18, 2012 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 andrei23 Posted July 18, 2012 Author Posted July 18, 2012 The mobs are from instances.is a problem?
0 ^Wyatt Posted July 18, 2012 Posted July 18, 2012 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...
0 andrei23 Posted July 18, 2012 Author Posted July 18, 2012 The mobs have aggro 0.and at AI:L2AttackableAI and at AIType: Balanced
0 andrei23 Posted July 18, 2012 Author Posted July 18, 2012 I try to search that mobs in npcaidata and don't find them...
0 ^Wyatt Posted July 18, 2012 Posted July 18, 2012 search it better, should be there... if a mob is not on npcaidata... it's not able to move...etc
Question
andrei23
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?
25 answers to this question
Recommended Posts