Jump to content
  • 0

RETURN HTML


Question

Posted

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

 

6 answers to this question

Recommended Posts

  • 0
Posted (edited)
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 •
  • 0
Posted
<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

  • 0
Posted

        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);
        }

Guest
This topic is now closed to further replies.
×
×
  • Create New...