
Originally Posted by
Xtron
please upload your codes and i can take a look at it.
this is my code..
Code:
(filechk file_ver (country_type ENG) (filename s100001))
(background
(font 12)
(wrap 270)
(link system ( param ( width 620) ( height 380) ( style edge title center system) ( caption "F1 Menu" ) ( layout script ) ))
;Background
( page ( pos 0 -400) ( bitmap 'f1menu' (colorkey 255 0 255)) )
( page ( pos 0 112) ( bitmap 'info' (colorkey 255 0 255)) )
( page ( pos 423 112) ( bitmap 'info2' (colorkey 255 0 255)) )
( page ( pos 178 340) ( bitmap 'f1bow' (colorkey 255 0 255)) )
( page ( pos 400 340) ( bitmap 'f1sword' (colorkey 255 0 255)) )
( page ( font 12)
( pos 0 338)
( offset 0)
( button ( param load "s850275" ) (bitmap "f1button") (text "Teleporter") ( color 255 255 255))
)
( page ( font 12)
( pos 500 338)
( offset 0)
( button ( param load "s850276" ) (bitmap "f1button") (text "Skill Masters") ( color 255 255 255))
)
( page ( font 12)
( pos 444 338)
( offset 0)
( button ( param load "s850277" ) (bitmap "f1button") (text "Merchants") ( color 255 255 255))
)
( page ( font 12)
( pos 453 160)
( offset 0)
( button ( param load "" ) (bitmap "f1buttonmini") (text "Server Info") ( color 255 255 255))
)
( page ( font 12)
( pos 453 190)
( offset 0)
( button ( param load "" ) (bitmap "f1buttonmini") (text "Droplist") ( color 255 255 255))
)
( page ( font 12)
( pos 453 220)
( offset 0)
( button ( param load "" ) (bitmap "f1buttonmini") (text "Story Quest Help") ( color 255 255 255))
)
( page ( font 12)
( pos 453 250)
( offset 0)
( button ( param load "" ) (bitmap "f1buttonmini") (text "Normal Quest help") ( color 255 255 255))
)
( page ( font 12)
( pos 453 280)
( offset 0)
( button ( param load "" ) (bitmap "f1buttonmini") (text "Sinful Team") ( color 255 255 255))
)
( page ( font 12)
( pos 20 160)
( offset 0)
( line "Welcome to Sinful Kalonline Private server") ( color 255 255 255))
( pos 20 180)
( line "This is the F1 Menu from Sinful, in this menu you are able to visit the Skillmasters,")
( pos 20 200)
( line "same as the Merchants and ofcourse the Teleport System")
( pos 20 220)
( line "There are also some links to help you out ingame (Droplist, Quest help etc..)")
( pos 20 240)
( line "Enjoy you stay and ofcourse play fair!:)")
( pos 20 280)
( line "Sinful Team")
)