Jump to content
  • 0

[Help]How to link 2 htm file


Question

Posted

Hi i am making my own buffer and i want to ask something because it seems it doesnt work and i dont know why. So i want to make 1 htm that welcomes the player to my buffer and i want it to have 3 buttons/link. Buffs Dances Songs. I managed to make the buttons but when you click on them nothing happens.

 

My 1st html is 51(welcome) my 2ond 51-1(buffs) my 3rd 51-2(dances) and my 4th 51-3(songs). All my htm's are in gameserver\data\html\mods\buffer.

 

Here is the code. If you can help me i will be very delightfull.

 

 

<td><button value="Buffs" action="bypass -h npc_%objectId%_Link mods/buffer/51-1.htm" <--- I think this is were the problem is  width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"> </td>

 

12 answers to this question

Recommended Posts

  • 0
Posted

to use the link packet instead of the bypass command you need core support and a lastfolk NPC(look at l2jofficial or L2Emu source code to understand)

 

and link packet looks like this

 

<a action="link foldername/filename.htm">

  • 0
Posted

to use the link packet instead of the bypass command you need core support and a lastfolk NPC(look at l2jofficial or L2Emu source code to understand)

 

and link packet looks like this

 

<a action="link foldername/filename.htm">

 

Thank you man it really worked. But i have another problem now. I made a new htm called 51-1 linked them alright but when i am linked to 51-1 and press a buff nothing happens. The code is exactly as in 51. So where could the problem be. What else do i have to add to make it work

  • 0
Posted

its a variable in the NPC instances in the java

 

Oh i see and thanks for the fast reply. So are there any Npc i can take and changes there Html's that are lastfolk or do i have to change myself the java core? And if i have to do that what exactly file do i have to change... Hoping i am not getting on your nerves. You can add me on your msn to talk about it because maybe someone will call this a spam or something....

  • 0
Posted

basically not all npc have the lastfolk type only a few.You can use link packet for all NPC with lastfolk type if an NPC instance dont have the lastfolk you cant use link packeet with it thats when you need to add it.Its pretty easy 1 line only the NPC types are defined in gameserver.model.actor.instances package in java

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...