Page 1 of 1

Crosslink

Posted: Mon Jun 28, 2010 9:47 pm
by drum84
L2J Revision Number: 4299
L2JDP Revision Number: 7511

hi. im playing with npc's and their dialog. i wanna know if its possible to crosslink between 2 npcs.

NPC 30134

Code: Select all

<button action="[color=#BF0040]bypass -h npc_%objectId%_Chat 4[/color]" value="blablabla" width=90 height=25 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
npc 30134 is the one ive edited. so its linking to 30134-4.htm.

NPC 30080

Code: Select all

<button action="[color=#BF0040]bypass -h npc 30134 30134-4.htm[/color]" value="blablabla" width=90 height=25 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
so my question is now: is there a way to crosslink from NPC30080 to NPC30134?

bypass -h npc_30134_chat 4 and bypass -h npc 30134 30134-4.htm dont work =/

Re: Crosslink

Posted: Tue Jun 29, 2010 12:49 am
by poltomb
There is a distance limit, I believe.

Re: Crosslink

Posted: Tue Jun 29, 2010 5:42 am
by drum84
aww.. guess i have to edit every single npc T_T

Re: Crosslink

Posted: Tue Jun 29, 2010 11:47 am
by jurchiks
bypass -h link default/30000.htm ?

Re: Crosslink

Posted: Wed Jun 30, 2010 9:47 am
by drum84
sry for late answer.. had some trouble..

dont work. but np, guess i have to go common way

Re: Crosslink

Posted: Wed Jun 30, 2010 10:59 am
by jurchiks
maybe try with capital L, don't remember atm

Re: Crosslink

Posted: Wed Jun 30, 2010 11:02 am
by janiii
e.g. found in another already existing htm:

Code: Select all

bypass -h npc_%objectId%_Link adventurer_guildsman/AboutNewLifeCrystals.htm

Re: Crosslink

Posted: Wed Jun 30, 2010 11:03 am
by jurchiks
capital L it is then...

Re: Crosslink

Posted: Wed Jun 30, 2010 6:30 pm
by drum84
yea, bypass -h npc_%objectId%_Link definately works.

thanks alot =D