Crosslink

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
User avatar
drum84
Posts: 13
Joined: Wed Jun 23, 2010 10:38 am
Location: the m00n

Crosslink

Post 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 =/
Image
User avatar
poltomb
L2j Veteran
L2j Veteran
Posts: 225
Joined: Wed Jul 13, 2005 7:13 am
Location: USA

Re: Crosslink

Post by poltomb »

There is a distance limit, I believe.
User avatar
drum84
Posts: 13
Joined: Wed Jun 23, 2010 10:38 am
Location: the m00n

Re: Crosslink

Post by drum84 »

aww.. guess i have to edit every single npc T_T
Image
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Crosslink

Post by jurchiks »

bypass -h link default/30000.htm ?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
drum84
Posts: 13
Joined: Wed Jun 23, 2010 10:38 am
Location: the m00n

Re: Crosslink

Post by drum84 »

sry for late answer.. had some trouble..

dont work. but np, guess i have to go common way
Image
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Crosslink

Post by jurchiks »

maybe try with capital L, don't remember atm
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Crosslink

Post by janiii »

e.g. found in another already existing htm:

Code: Select all

bypass -h npc_%objectId%_Link adventurer_guildsman/AboutNewLifeCrystals.htm
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Crosslink

Post by jurchiks »

capital L it is then...
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
drum84
Posts: 13
Joined: Wed Jun 23, 2010 10:38 am
Location: the m00n

Re: Crosslink

Post by drum84 »

yea, bypass -h npc_%objectId%_Link definately works.

thanks alot =D
Image
Post Reply