MonsterBook - Default Button

Joined
May 6, 2008
Messages
233
Reaction score
55
Show MonsterBook as default button
Nayr438 - MonsterBook - Default Button - RaGEZONE Forums

Note: This button cannot be moved or edited... this will show in the bottom left hand of the screen next to replay button. If you want a more editable button please refer to the useful links below


unpack default.mrs
open lobby.xml in a notepad
look for
Code:
<!-- BMBUTTON : 상점버튼 -->
	<BMBUTTON item="ShopCaller" parent="Lobby">
		<BUTTONLOOK>NormalBmButtonLook</BUTTONLOOK>
		<BOUNDS>
			<X>289</X>
			<Y>32</Y>
			<W>93</W>
			<H>38</H>
		</BOUNDS>
		<STRETCH/>
		<BITMAP type="up">shop_off_kr.tga</BITMAP>
		<BITMAP type="over">shop_on_kr.tga</BITMAP>
		<BITMAP type="down">shop_on_kr.tga</BITMAP>
		<TEXT></TEXT>
	</BMBUTTON>

under this add

Code:
<!-- BMBUTTON : Monster Book -->
	<BMBUTTON item="MonsterBookCaller" parent="Lobby">
		<BUTTONLOOK>NormalBmButtonLook</BUTTONLOOK>
		<TEXT></TEXT>
	</BMBUTTON>


save the file
then u may pack it and put in ur interface folder

Other Useful Things:
Show MonsterBook as a icon rather then plain button - http://forum.ragezone.com/f497/monsterbook-with-some-button-fixes-521119/#post4596741
 
the shop pic i used b/c i cant do gfx, u can make a pic and use it.
This button is not editable b/c its coded into the runnable , this button has no pic, its just a basic button with text
 
Back