[SHARE] my npc buffer L2J 

Status
Not open for further replies.
Newbie Spellweaver
Joined
Oct 26, 2006
Messages
48
Reaction score
0
hi there,
here is a npc buffer that i made, its based on npc buffer on heros pack (revision 191 i think lol) its only for C5, i changed all the code and ive tried to optimised it too ; the htm files still the same ( i changed a little bit !).
so tell me what do you think guys, and if there are any suggestions, ideas, bugs^^' feel free to post them here.
thx a lot !
 

Attachments

anyone tested it? it seems to be nice.
 
when u do dance it ask u for dual weapons u fix that!!

I do it in mine!! Based on the same!

its not a bug lol, because its u that who launch the skill, not the npc! (the npc is only a link between u and the skill)

btw there are 3 possibilities for that:

1 - change ur XML files (as Arkert said)
2 - or u can give the player dbl sword before taking a skill and take them after (but its not propre)
3 - and last one (and its the best way to fix it) create a npcbuffer instance in JAVA!


 
Last edited:
changing it in XMLs will make it for blade dancers be able to dance without having equipped dual weps so its not one of the good possibilities
4.you may try duplicate all dances and make new ones with same stats different ids and just remove the dual wep type as needed to use the skills and add the new ids of the dances to the npc buffer
 
changing it in XMLs will make it for blade dancers be able to dance without having equipped dual weps so its not one of the good possibilities
4.you may try duplicate all dances and make new ones with same stats different ids and just remove the dual wep type as needed to use the skills and add the new ids of the dances to the npc buffer

yeah it seems to be logical, i will try this and i will post and update after
thx nadi
 
np fatalitydeath :D
i've seen it work so it's supposed to work at you, too :)
it just needs a bit more time to make it that way and i suppose that's why most npc buffers are made with the original char skills and need mp/duals
 
well, i have created a xml files for dances/songs/buffs but ive got some errors (he said : [xX][mM][lL] not allowed something like that >.<), so if u upload your xml it will be cool ;)
 
he says: Target is not ingame.
does your buffer work with the original l2j serverpack?
u dont have the npc in your data base! so create first a npc with id 12898

try to execute this code in ur DB:
Code:
INSERT INTO npc VALUES (12898,35467,'NpcBuffer',0,'Buffer',0,'NPC.a_traderC_Fhuman',8,22,5,76,'female','L2Npc',40,4298,1710,3,16,0,91,40,21,30,20,35,10,6922,761,1083,486,898,523,278,0,333,0,0,0,50,0,NULL,0,0,0);
 
Last edited:
u dont have the npc in your data base! so create first a npc with id 12898

try to execute this code in ur DB:
Code:
INSERT INTO npc VALUES (12898,35467,'NpcBuffer',0,'Buffer',0,'NPC.a_traderC_Fhuman',8,22,5,76,'female','L2Npc',40,4298,1710,3,16,0,91,40,21,30,20,35,10,6922,761,1083,486,898,523,278,0,333,0,0,0,50,0,'null',0,0,0);
Still say the same.
i will try an other serverpack
 
Status
Not open for further replies.
Back