[Release] Dshop Tabs

09/21/2012 20:11 conquer93#1
Heey, i will release a exe with 7 working dshop tabs.

if u use my exe then u need to add Share/Item/cashshop_tablist.csv
add in ther a tab 5 and 6

also u need to add something to the script data\script\ui\game2\newcashshop\ui_newcashshopwnd .txt

just open ui_newcashshopwnd.txt. find btn_tab_0/4 copy it paste it correct. change the current number 0/4 into 5 and also for 6 change the coords of the button.

(rect 8 56 62 22) dont touch 62 22 this is the size of the button. :)
8= left-right
56= up-down just play around with the script coords to find out

then the green collored (51) is the code 51 at script/string/stringtable_cash.txt just add a new code at Cate 900 mine is

Code:
code 62 
{
Tab 5
}

code 63 
{
Tab 6
}
so this means u need to change the 51 to 62 for tab 5 and for tab 6 u change it to 63

example ..
Code:
		<button>
			id			btn_tab_[COLOR="red"]1[/COLOR]
			enable		true
			visible		true
			layer		100
			align 		center
			[COLOR="Red"]rect		8 56 62 22[/COLOR]
			<image>
				key		none
				screen	Itemshop_06
				index 	37
			</image>
			<title>
				state 		none
				color		ff929292
				fontIndex	2
				position	0 6
				text2 		900 [COLOR="Lime"]51[/COLOR]
			</title>
			<title>
				state 		over
				color		ffffffff
				fontIndex	2
				position	0 6
			</title>
			<title>
				state 		down
				color		ff929292
				fontIndex	2
				position	1 7
			</title>
			<title>
				state 		check
				color		ffffffff
				fontIndex	2
				position	0 4
			</title>
		</button>
SS Tab 5
[Only registered and activated users can see links. Click Here To Register...]


SS Tab 6
[Only registered and activated users can see links. Click Here To Register...]

VirusScan : [Only registered and activated users can see links. Click Here To Register...]

if u got any questions feel free to ask !

pls thank me if u like the release!!
09/22/2012 14:51 Ultimo ☼#2
You deserve a thanks ^^
09/22/2012 15:19 conquer93#3
thanks haha ^^
09/27/2012 23:35 Hesorio1u#4
Good one ;)