Bufer Chant of victory

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Bufer Chant of victory

Post 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.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Bufer Chant of victory

Post by MELERIX »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

:roll:
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Re: Bufer Chant of victory

Post by bembelinas »

where could i find L2J Revision Number:
L2JDP Revision Number: because i forgot...
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Bufer Chant of victory

Post by janiii »

what data do you insert in database (table [custom_]npc_buffer), and what you write in htm (check html/mods/NpcBuffer*.htm) ?
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Re: Bufer Chant of victory

Post 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
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Bufer Chant of victory

Post by MELERIX »

bembelinas wrote:where could i find L2J Revision Number:
L2JDP Revision Number: because i forgot...
http://www.l2jserver.com/wiki/Find_Revision
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Bufer Chant of victory

Post 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..
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Re: Bufer Chant of victory

Post 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>
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Bufer Chant of victory

Post 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
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Re: Bufer Chant of victory

Post by bembelinas »

thank for help everyone :) im done with skill :)
Post Reply