Jump to content
  • 0

Back Button


cyta5

Question

hello guys i want to make a back button but i dont know what i write...

at voicedcommand you write <a action=\"bypass voiced_blablabla\">Back</a>

but at instance ? the file name is L2DonateInstance.java

and how i can make at at this file to use a button to open html file for example custom/donate/shop/dshop.html

i tried this but does not work :/ 

"bypass -h npc_" + getObjectId() + "_Link custom/donate/shop/dshop.htm\"

 

Edited by Solomun
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

convert all html from java into files (for many reasons) and then create your own method to handle byasses. see onBypassFeedBack of your instance how it works and make your own

else if (command.startsWith("chat") then add your html . there are many examples for this one.

 

in case you dont want to convert htmls you have to create methods that returning the html as a String. getHtml("data/donate/shop/dshop.htm")

 

and on this getHtml() you have to create your own html via string builder and finally return it as string (sb.toString()). 

Link to comment
Share on other sites

  • 0

You need a button that is going to return you to the main page? If you have the htmls then you can use them as redirecting..

For example you open your chat-11.htm and you want to go back to chat-10.htm

Add chat-10 to the back button:

action= "bypass -h npc_%objectId%_Chat 10"

Link to comment
Share on other sites

  • 0
4 minutes ago, protoftw said:

You need a button that is going to return you to the main page? If you have the htmls then you can use them as redirecting..

For example you open your chat-11.htm and you want to go back to chat-10.htm

Add chat-10 to the back button:

action= "bypass -h npc_%objectId%_Chat 10"

 

html is in java file

Link to comment
Share on other sites

  • 0

If you are not using 'chat' pages aka id-page_number then you should create bypasses at the instance.

 

If bypass x - > send htm y. You can check even SchemeBuffer of aCis. 

Link to comment
Share on other sites

  • 0
On 5/12/2018 at 3:58 PM, cyta5 said:

ok thanks lock

Locked and marked @melron 's answer.

Edited by Solomun
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock