Page 1 of 1
Bufer Chant of victory
Posted: Tue Jun 08, 2010 6:09 pm
by bembelinas
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
Number:
L2JDP Revision
Number:
Why when im wnat to get chant of victory in buffer (default) nothing happens Magnus chant working i put id's in navicat.
Re: Bufer Chant of victory
Posted: Tue Jun 08, 2010 6:49 pm
by MELERIX
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

Re: Bufer Chant of victory
Posted: Tue Jun 08, 2010 7:33 pm
by bembelinas
where could i find L2J Revision Number:
L2JDP Revision Number: because i forgot...
Re: Bufer Chant of victory
Posted: Tue Jun 08, 2010 8:19 pm
by janiii
what data do you insert in database (table [custom_]npc_buffer), and what you write in htm (check html/mods/NpcBuffer*.htm) ?
Re: Bufer Chant of victory
Posted: Tue Jun 08, 2010 8:33 pm
by bembelinas
Code: Select all
<html><title>L2J NPC Buffer</title><body><center><img src="L2UI_CH3.herotower_deco" width=256 height=32><br><br></center><br><br><br><br><br><center>What type of buffs would you like?<br><br><button action="bypass -h npc_%objectId%_Chat 1" value="Dance" width=200 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br><button action="bypass -h npc_%objectId%_Chat 2" value="Prophet" width=200 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br><button action="bypass -h npc_%objectId%_Chat 3" value="Song" width=200 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br><button action="bypass -h npc_%objectId%_Chat 4" value="Chant" width=200 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br><button action="bypass -h npc_%objectId%_Chat 5" value="Pet" width=200 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br><button action="bypass -h npc_%objectId%_Chat 6" value="Blessing Of Nobless" width=200 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br><img src="L2UI_CH3.herotower_deco" width=256 height=32><br></center></body></html>
custom_npc_buffer : npc id 1000003 skill id 1363 skill level 1 skill group 1363
Re: Bufer Chant of victory
Posted: Tue Jun 08, 2010 8:43 pm
by MELERIX
bembelinas wrote:where could i find L2J Revision Number:
L2JDP Revision Number: because i forgot...
http://www.l2jserver.com/wiki/Find_Revision
Re: Bufer Chant of victory
Posted: Tue Jun 08, 2010 9:02 pm
by janiii
that is chat, not the bypass for the buffer. write here the bypass you used for the new buff you added to the buffer.
next time do not post 2 posts one after another, just edit your post or you will get a warning for post hunting. i am keeping an eye on you..
Re: Bufer Chant of victory
Posted: Tue Jun 08, 2010 9:27 pm
by bembelinas
Code: Select all
<html><title>L2J Core NPC Buffer</title><body><center><img src="L2UI_CH3.herotower_deco" width=256 height=32><br><br>Please tell me the buff you would like.<br><br><a action="bypass -h npc_%objectId%_Buff 1363">Chant of Victory</a><br><a action="bypass -h npc_%objectId%_Buff 1413">Magnu's Chant</a><br><a action="bypass -h npc_%objectId%_Buff 1309">Chant of Eagle</a><br><a action="bypass -h npc_%objectId%_Buff 1252">Chant of Evasion</a><br><a action="bypass -h npc_%objectId%_Buff 1006">Chant of Fire</a><br><a action="bypass -h npc_%objectId%_Buff 1002">Chant of Flame</a><br><a action="bypass -h npc_%objectId%_Buff 1251">Chant of Fury</a><br><a action="bypass -h npc_%objectId%_Buff 1308">Chant of Predator</a><br><a action="bypass -h npc_%objectId%_Buff 1461">Chant of Protection</a><br><a action="bypass -h npc_%objectId%_Buff 1253">Chant of Rage</a><br><a action="bypass -h npc_%objectId%_Buff 1009">Chant of Shielding</a><br><a action="bypass -h npc_%objectId%_Buff 1362">Chant of Spirit</a><br><a action="bypass -h npc_%objectId%_Buff 1310">Chant of Vampire</a><br><a action="bypass -h npc_%objectId%_Buff 1391">Earth Chant</a><br><a action="bypass -h npc_%objectId%_Buff 1007">Chant of Battle</a><br><br><button action="bypass -h npc_%objectId%_Chat 0" value="Back" width=200 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br><br><img src="L2UI_CH3.herotower_deco" width=256 height=32><br></center></body></html>
Re: Bufer Chant of victory
Posted: Wed Jun 09, 2010 12:57 am
by hope
Do the other buffs work on that buffer? Are you only having a problem with that one skill? If so check the table in case of a mistake there
Re: Bufer Chant of victory
Posted: Wed Jun 09, 2010 5:51 am
by bembelinas
thank for help everyone

im done with skill
