[Help] GM Shop Buttons L2J 

Experienced Elementalist
Joined
May 11, 2006
Messages
218
Reaction score
0
Location
USA
Hi, in some recent share in GM Shops i have seen people using those gray buttons, they look nice. and the img source is from the game. I was wondering where to find more of those and what file they are in. If someone can please tell me where to find those, i will share all the buttons and images i find that would be useful for making future GM shops look better.
 
it' in L2UI_CH3.utx :)
if you want simple button like in clanhalls
add to html:
PHP:
<html>
<body>
<center>
<tr><td><font color="FF44FF">Some NPC</font></tr></td><br>
<br>
Welcome
<br>
I can buff you
<br>
<button value="Buff Me please" action="bypass -h npc_%objectId%_Quest" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
</body>
</html>
 
Upvote 0
Back