hello guys i would release my new merchant back ground with the e.pk file
the back ground have 50x position for items
wasn't able to upload screen shot any way it's small file u can check it
well here's the e.pk
the positions is to simple
just add 48 to x&y
48 to x = new item in same Y line
48 to y = new item in same x Line
the back ground have 50x position for items
wasn't able to upload screen shot any way it's small file u can check it
well here's the e.pk
Code:
(filechk file_ver (country_type ENG) (filename xxxxxx))
(background
(font 12)
(link system ( param ( width 541) ( height 431) ( style center transparent) ( caption "r3venge merchant")))
)
;Background
( page ( pos 0 0) ( bitmap "merchant" (colorkey 11 11 11)) )
;Item like this
( page ( font 12)
( pos 47 140)
( button link (bitmap 'item icon')( param send quest 66620 11 )( tip "Item Tip")(colorkey 255 232 0))
)
;Item like this
( page ( font 12)
( pos 47 188)
( button link (bitmap 'item icon')( param send quest 66620 11 )( tip "Item Tip")(colorkey 255 232 0))
)
;Item like this
( page ( font 12)
( pos 93 140)
( button link (bitmap 'item icon')( param send quest 66620 11 )( tip "Item Tip")(colorkey 255 232 0))
)
;Item like this
( page ( font 12)
( pos 93 188)
( button link (bitmap 'item icon')( param send quest 66620 11 )( tip "Item Tip")(colorkey 255 232 0))
)
; to add new item position add 48 to the y position to add new item at the 1st line and
; to add item to new line add 48 to the x position
just add 48 to x&y
48 to x = new item in same Y line
48 to y = new item in same x Line