servernews html

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
bjc435
Posts: 73
Joined: Sun Jan 18, 2009 4:07 pm

servernews html

Post by bjc435 »

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

Hey all, Quick question on servernews.htm. How can i add a next page link to it? With other html you do:

Code: Select all

<a action="bypass -h npc_%objectId%_Chat 2">Next -></a>
And it links. Example....1111-1.htm to 1111-2.htm

I have tried making a servernews-2 and using that code above to link servernews.htm to servernews-2.htm

And i also tried this code:

Code: Select all

<action="bypass -h npc_%objectId%_Chat servernews-2">
No luck on linking servernews. to my next page of server news.

Any help would be appreciated..thanx
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: servernews html

Post by JIV »

you cant use %objid% when npc isnt involved
use

Code: Select all

<a action="link newfile.htm">Next -></a>
location: data/html/newfile.htm
bjc435
Posts: 73
Joined: Sun Jan 18, 2009 4:07 pm

Re: servernews html

Post by bjc435 »

awesome tyvm
Post Reply