Jump to content

Recommended Posts

Posted

This [+] is just a simple button

 

take l2jfrozen default gm shop id = 53

 

and you will have the same html template

 

in l2jfrozen button is the icon

 

simple change button funtion to other icon and align it to the left in the same line ( the other icon must be the [+] )

 

also make the same animation with the button, change opacity colors when click on it, look at l2jfrozen gm shop html and you will understand...

 

and with this i think problem solved

Posted

This [+] is just a simple button

 

take l2jfrozen default gm shop id = 53

 

and you will have the same html template

 

in l2jfrozen button is the icon

 

simple change button funtion to other icon and align it to the left in the same line ( the other icon must be the [+] )

 

also make the same animation with the button, change opacity colors when click on it, look at l2jfrozen gm shop html and you will understand...

 

and with this i think problem solved

its a bit different...........

Posted

<table>
<tr>
<td>
<table bgcolor="000000">
<tr>
<td width="35">
<img src="L2UI.SquareBlank" width="1" height="2"/>
<img src="icon.etc_ancient_adena_i00" width="32" height="32"/>
<img src="L2UI.SquareBlank" width="1" height="8"/>
</td>
<td width="150">
<font color="f2ee59">BUTTON NAME</font>
</td>
<td width="35">
<img src="L2UI.SquareBlank" width="1" height="6"/>
<button action="bypass -h npc_%objectId%_multisell 99999" fore="L2UI_CH3.mapbutton_zoomin1" back="L2UI_CH3.mapbutton_zoomin2" width="25" height="25"/>
</td>
</tr>
</table>
 

BUTTON NAME = name your button in shop

 

multisell 99999 = put your own multisell code

i made this for you, give me +1 rep for this, because nobody helped you :alone:

Guest
This topic is now closed to further replies.


×
×
  • Create New...