Jump to content

Question

Posted (edited)

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

6 answers to this question

Recommended Posts

  • 0
Posted

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()). 

  • 0
Posted

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"

  • 0
Posted
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

  • 0
Posted

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. 

Guest
This topic is now closed to further replies.


  • Posts

    • @l2naylondev Requiring a player to log in just for the sake of logging  seems exploitable. Someone could log in only to claim the reward and immediately leave, or repeatedly change their ip. So i guess  are there are additional protections in place ? such as locking the reward by account, character , and ip. It would also be useful to add a playtime requirement. For example, after logging in, the player would need to remain active for at least x playtime  before getting the reward or other parameters configurable by the xml.  I suggest improving the system before selling it. 
    • I saw a few similar systems and came up with this one to help keep players on the server. It simply grants daily items every 24 hours just for logging in. There’s also the daily mission system—which assigns different tasks each day—where if you don't complete them within that 24-hour window, you get a new set of missions the next day. Sometimes, when starting out on a low-rate server (like x3), that little bit of help comes in handy—especially if you're playing solo without a clan or friends. I know there are quests to earn adena, but imagine being able to create an item that provides minor buffs or potions—nothing that would affect base stats or unbalance the server, of course; everyone can use the system however they like. I’m not looking to argue about this, haha; if anyone is interested, feel free to reach out. I’m open to criticism, too—no worries there. I just thought I’d post it. Thanks for the advice; I’ll keep improving the system and the interface. Tomorrow—or whenever I can—I’ll upload a short video so you can get an idea of what it’s like. I simply looked at what others had done and wanted to create something different, that's all, my friend. Cheers!
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..