Crosslink
Posted: Mon Jun 28, 2010 9:47 pm
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
npc 30134 is the one ive edited. so its linking to 30134-4.htm.
NPC 30080
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 =/
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 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">
bypass -h npc_30134_chat 4 and bypass -h npc 30134 30134-4.htm dont work =/