Jump to content
  • 0

Community Board + Buffer?


Question

Posted

Hey there, I got a problem: 

 

Theres nice community  board with GM SHOP Buffer etc. But I'm not satisfied with embedded buffer, I would like to use Rin4a Buffer V1.3 Edited by squirtle.  and embed it to community board, but to be honest: I DONT KNOW how, I found HTML file which is main buff page how should  i change the code to execute script?

 

The main html file for buffer tab in CB:

    <table width=600>
        <tr>
            <td height=300>
                <table width=300>
                    <tr>
                        <td align=center>
                            <font color=3293F3>Выбор бафов</font>
                        </td>
                    </tr>
                </table>
                <table width=300>
                    <tr>
                        <td align=center><button value="All buffs" action="bypass -h _bbstop;603" width=150 height=18 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
                        <td align=center><button value="Dances && Songs" action="bypass -h _bbstop;601" width=150 height=18 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
                    </tr>
                </table>
                <br>
                <table width=300>
                    <tr>
                        <td align=center>
                            <font color=3293F3>Presets</font>
                        </td>
                    </tr>
                </table>
                <table width=300>
                    <tr>
                        <td align=center><button value="Fighter Buffs" action="bypass -h _bbsSkillsSpec 60 264;269;271;274;275;304;364;1035;1036;1040;1045;1068;1077;1086;1204;1242;1268;1363;1388;4699 57;200000  $target" width=150 height=18 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
                        <td align=center><button value="All Songs" action="bypass -h _bbsSkillsSpec 60 264;265;266;267;268;269;270;304;306;308;349;363;364 57;260000  $target" width=150 height=18 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
                    </tr>
                    <tr>
                        <td align=center><button value="Mage Buffs" action="bypass -h _bbsSkillsSpec 60 273;276;349;363;365;1035;1036;1040;1048;1059;1062;1078;1085;1204;1303;1389;1397;4703 57;180000  $target" width=150 height=18 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
                        <td align=center><button value="All Dances" action="bypass -h _bbsSkillsSpec 60 271;272;273;274;275;276;277;307;309;310;311;365 57;240000  $target" width=150 height=18 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
                    </tr>
                    <tr>
                        <td align=center>
                            <button value="Remove Buffs" action="bypass -h _bbsclearEffects $target" width=150 height=18 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">
                        </td>
                        <td align=center>
                            <button value="Renew Mana" action="bypass -h _bbsregenMp $target" width=150 height=18 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">
                        </td>
                    </tr>
                </table>
            </td>
            <td height=300>
                <table width=300>
                    <tr>
                        <td align=center>
                            <font color=3293F3>Manage Buffs</font>
                        </td>
                    </tr>
                </table>
                <table width=300>
                    <tr>
                        <td align=center>
                            <combobox width=150 var="target" list="Character;Pet or Summon">
                        </td>
                        <td align=center>
                            <button value="Manage Presets" action="bypass -h _bbstop;602" width=150 height=18 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
                        </td>
                    </tr>
                </table>
                <table width=300>
                    <tr>
                        <td align=center>
                            <font color=3293F3>Save buffs</font>
                        </td>
                    </tr>
                    <tr>
                        <td align=center>
                            %bufflist%
                        </td>
                    </tr>
                </table>
            </td>
        </tr>
    </table>

 Could you guys help me there? 

 

would something like: <center><button value="BUFFER" action="bypass -h scripts\custom\555_NPCBUFFER\file __init__.py" width=200 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></center>  be ok? could you guide me through this madness of codes? 

5 answers to this question

Recommended Posts

  • 0
Posted

You will need to make few changes in __init__.py

Do you know python to do it? I suggest to get some buffer wrote in Java

  • 0
Posted

It requires more than just HTML changes. It's not much work, but might be hard for somebody that doesn't know the language.

Try to pay some developer, you can also start learning basics of Java or Python.

Guest
This topic is now closed to further replies.


×
×
  • Create New...