Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Shop in game room

Stage.xml

Code:
<!-- 상단버튼배열 -->
	<!-- BMBUTTON : 상점버튼 -->
	<BMBUTTON item="ShopCaller" parent="stage">
		<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>
 
Upvote 0
Back