this is my problem i edited my gm shop html to make more buttons for items but the problem is the different from 1 button to next gets more and more please help me here is a screen
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
It doesn't say that anywhere.
https://acis.i-live.eu/index.php?topic=30.0
check it from source java file names
example in 367 ->
https://acis.i-live.eu/index.php?topic=30.255 l2bufferinstance renamed to schemebuffer | l2pcinstance renamed to player
check changeset 367 to understand
DISCORD :
https://discord.com/users/325653525793210378
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
Eldamar Don't tell me what to do, stop spamming and mind your own business, it's 2025, who's going to play your server like it's 2007, you're ridiculous.
Question
gangsterofhouse
this is my problem i edited my gm shop html to make more buttons for items but the problem is the different from 1 button to next gets more and more please help me here is a screen
html code:
<html><title>Jewels</title>
<body>
<br>
<img src="L2UI_CH3.onscrmsg_pattern01_1" width=300 height=32 align=left>
<center>
<table width=230>
<tr>
<td align=right><img src="icon.accessory_necklace_of_valakas_i00" width=32 height=32></td>
<td align=center><button value="Raid Jewels" action="bypass -h npc_%objectId%_multisell 10009" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align=left><img src="icon.accessory_earring_of_antaras_i00" width=32 height=32></td>
</tr>
<tr><td><br></td></tr>
<tr>
<td align=right><img src="icon.vesper_necklace_i00" width=32 height=32></td>
<td align=center><button value="S-84" action="bypass -h npc_%objectId%_multisell 10010" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align=left><img src="icon.vesper_ring_i00" width=32 height=32></td>
</tr>
<tr><td><br></td></tr>
<tr>
<td align=right><img src="icon.accessary_dynasty_ring_i00" width=32 height=32></td>
<td align=center><button value="S-80" action="bypass -h npc_%objectId%_multisell 10011" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align=left><img src="icon.accessary_dynasty_earing_i00" width=32 height=32></td>
</tr>
<tr><td><br></td></tr>
<tr>
<td align=right><img src="icon.accessory_tateossian_necklace_i00" width=32 height=32></td>
<td align=center><button value="S-Grade" action="bypass -h npc_%objectId%_multisell 10012" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align=left><img src="icon.accessory_tateossian_ring_i00" width=32 height=32></td>
</tr>
<tr><td><br></td></tr>
<tr>
<td align=right><img src="icon.accessory_majestic_necklace_i00" width=32 height=32></td>
<td align=center><button value="A-Grade" action="bypass -h npc_%objectId%_multisell 10060" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align=left><img src="icon.accessory_phoenix_ring_i00" width=32 height=32></td>
</tr>
<tr><td><br></td></tr>
<tr>
<td align=right><img src="icon.accessory_ring_of_black_ore_i00" width=32 height=32></td>
<td align=center><button value="B-Grade" action="bypass -h npc_%objectId%_multisell 10061" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align=left><img src="icon.accessory_paradia_ring_i00" width=32 height=32></td><tr>
</tr>
<tr><td><br></td></tr>
<tr>
<td align=right><img src="icon.accessory_ring_of_ages_i00" width=32 height=32></td>
<td align=center><button value="C-Grade" action="bypass -h npc_%objectId%_multisell 10062" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align=left><img src="icon.accessory_moonstone_earring_i00" width=32 height=32></td><tr><tr>
</tr>
<tr><td><br></td></tr>
<tr>
<td align=right><img src="icon.accessory_elven_ring_i00" width=32 height=32></td>
<td align=center><button value="D-Grade" action="bypass -h npc_%objectId%_multisell 10063" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align=left><img src="icon.accessory_necklace_of_devotion_i00" width=32 height=32></td><tr><tr>
</tr>
<tr><td><br></td></tr>
<tr>
<td align=right><img src="icon.accessory_ring_of_knowledge_i00" width=32 height=32></td>
<td align=center><button value="No-Grade" action="bypass -h npc_%objectId%_multisell 10064" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
<td align=left><img src="icon.accessory_earring_of_wisdom_i00" width=32 height=32></td><tr><tr>
</tr>
<tr><td><br></td></tr>
</tr>
</table>
</center>
<br>
<tr>
<center>
<td align=center><button value="Sell" action="bypass -h npc_%objectId%_Sell" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
</center>
<td><font> </font></td>
</tr>
<img src="L2UI_CH3.onscrmsg_pattern01_2" width=300 height=32 align=left>
</body>
</html>
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.