Jump to content
  • 0

RETURN HTML


criss22

Question

Yoooo, who miss me? :D I have a small problem which i don't meet untill now. 

------

I make gm shop in Community Board. And i think return type it is wrong...or something like that.

Here it is ORIGINAL gm shop:

Original  http://6a5fQ8U.png

++++++++++++++++++++++

And this is now. Editing by me. (without criticism)

Fake   http://SwkLk21.png

 

And when i open for exemple A Grade Weapons, home html's looks like "Original" and not like "Fake".

Thanks

 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
8 hours ago, criss22 said:

 

A Grade button what location gives you the bypass ?

Just make xml multisell and add location to A Grade button.

Edited by • Dragic •
Link to comment
Share on other sites

  • 0
<td align=center><button value="A-Grade" action="bypass %command%_sendMultisell 90013" width=125 height=30 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>

Button open direct multisell

Link to comment
Share on other sites

  • 0

Sound like core side, after the bypass on core side should have with sendMultisell also send an community page with HTML path.
You have to see core side about that.

Link to comment
Share on other sites

  • 0

        else if (command.startsWith("_bbsmultisell"))
        {
            final String fullBypass = command.replace("_bbsmultisell;", "");
            final String[] buypassOptions = fullBypass.split(",");
            final int multisellId = Integer.parseInt(buypassOptions[0]);
            final String page = buypassOptions[1];
            returnHtml = HtmCache.getInstance().getHtm(player, "data/html/CommunityBoard/Custom/" + page + ".html");
            MultisellData.getInstance().separateAndSend(multisellId, player, null, false);
        }

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...