Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

L2J [SHARE] my npc buffer

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

You must be registered for see attachments list
Custom Title Activated
Loyal Member
Joined
Jun 8, 2006
Messages
1,030
Reaction score
0
anyone tested it? it seems to be nice.
 
Skilled Illusionist
Joined
Dec 9, 2006
Messages
390
Reaction score
0
when u do dance it ask u for dual weapons u fix that!!

I do it in mine!! Based on the same!
 
Newbie Spellweaver
Joined
Oct 26, 2006
Messages
48
Reaction score
0
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:
Junior Spellweaver
Joined
Sep 21, 2006
Messages
145
Reaction score
0
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
 
Newbie Spellweaver
Joined
Oct 26, 2006
Messages
48
Reaction score
0
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
 
Junior Spellweaver
Joined
Sep 21, 2006
Messages
145
Reaction score
0
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
 
Skilled Illusionist
Joined
Dec 9, 2006
Messages
390
Reaction score
0
I will upload my dance xml fixs based on buffer of Heros rev.191 when i will go in my main Pc!
 
Newbie Spellweaver
Joined
Oct 26, 2006
Messages
48
Reaction score
0
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 ;)
 
Newbie Spellweaver
Joined
Jan 30, 2007
Messages
30
Reaction score
0
i extracted your files.
but how can i spawn buffer ingame?
 
Newbie Spellweaver
Joined
Jan 30, 2007
Messages
30
Reaction score
0
he says: Target is not ingame.
does your buffer work with the original l2j serverpack?
 
Junior Spellweaver
Joined
Mar 21, 2006
Messages
109
Reaction score
1
Tell him what spawn does he need to use?
 
Newbie Spellweaver
Joined
Oct 26, 2006
Messages
48
Reaction score
0
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:
Newbie Spellweaver
Joined
Jan 30, 2007
Messages
30
Reaction score
0
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
Top