F1 Menu - Problem with Shops
I made my own F1 Menu. Now i got some problems with my added shops. The links work, i can open the shops via F1 Menu, but im not able to buy any item, i really dunno why. I can click on a item, i see the price but when i click "buy", nothing happens.
s100001.dat:
Quote:
(filechk file_ver (country_type ENG) (filename s100001))
(background
(font 12)
(link system ( param ( width 485) ( height 320) ( style edge title center system) ( caption "F1 Menu") ))
)
;Background
( page ( pos 0 -327) ( bitmap 'f1banner' (colorkey 255 0 255)) )
(page
( pos 20 120)
(offset 10)
( button ( param load "shop" ) (colorkey 0 0 0) (bitmap "empbut") (text "Shop") ( color 255 255 255))
)
(page
( pos 20 150)
(offset 10)
( button ( param load "skills" ) (colorkey 0 0 0) (bitmap "empbut") (text "Skills") ( color 255 255 255))
)
(page
( pos 20 180)
(offset 10)
( button ( param load "pimping" ) (colorkey 0 0 0) (bitmap "empbut") (text "Pimping") ( color 255 255 255))
)
(page
( pos 20 210)
(offset 10)
( button ( param load "prophet" ) (colorkey 0 0 0) (bitmap "empbut") (text "Prophet") ( color 255 255 255))
)
(page
( pos 20 240)
(offset 10)
( button ( param load "ascetic" ) (colorkey 0 0 0) (bitmap "empbut") (text "Ascetic") ( color 255 255 255))
)
(page
( pos 20 270)
(offset 10)
( button ( param load "jobchanges" ) (colorkey 0 0 0) (bitmap "empbut") (text "Jobchange") ( color 255 255 255))
)
;----------- Text --------------
(page
( pos 150 120)
(font 20)
(offset 10)
( line "Welcome to KalParadise")
)
(page
( pos 150 170)
(font 15)
(offset 10)
( line "Exp Rate: 50x") ( color 2 2 2) (colorkey 5 5 5)
)
(page
( pos 150 200)
(font 15)
(offset 10)
( line "Egg Exp Rate: 20x") ( color 255 0 0) (colorkey 5 5 5)
)
(page
( pos 150 230)
(font 15)
(offset 10)
( line "Drop Rate: Custom") ( color 255 0 0) (colorkey 5 5 5)
)
shop.dat
Quote:
(filechk file_ver (country_type ENG) (filename shop))
(background
(font 12)
(link system ( param ( width 485) ( height 320) ( style edge title center system) ( caption "F1 Menu") ))
)
;Background
( page ( pos 0 -327) ( bitmap 'f1banner' (colorkey 255 0 255)) )
(page
( pos 20 120)
(offset 10)
( button ( param load "shop" ) (colorkey 0 0 0) (bitmap "empbut") (text "Shop") ( color 255 255 255))
)
(page
( pos 20 150)
(offset 10)
( button ( param load "skills" ) (colorkey 0 0 0) (bitmap "empbut") (text "Skills") ( color 255 255 255))
)
(page
( pos 20 180)
(offset 10)
( button ( param load "pimping" ) (colorkey 0 0 0) (bitmap "empbut") (text "Pimping") ( color 255 255 255))
)
(page
( pos 20 210)
(offset 10)
( button ( param load "prophet" ) (colorkey 0 0 0) (bitmap "empbut") (text "Prophet") ( color 255 255 255))
)
(page
( pos 20 240)
(offset 10)
( button ( param load "ascetic" ) (colorkey 0 0 0) (bitmap "empbut") (text "Ascetic") ( color 255 255 255))
)
(page
( pos 20 270)
(offset 10)
( button ( param load "jobchanges" ) (colorkey 0 0 0) (bitmap "empbut") (text "Jobchange") ( color 255 255 255))
)
;----------- Text --------------
(page
( pos 150 120)
(font 12)
(offset 10)
( link ( text "[Enter Shop] Medicine") ( param load "store" 100))
)
(page
( pos 150 140)
(font 12)
(offset 10)
( link ( text "[Enter Shop] KalCash") ( param load "store" 98))
)
(page
( pos 150 160)
(font 12)
(offset 10)
( link ( text "[Enter Shop] Pimp Utilities") ( param load "store" 102))
)
(page
( pos 150 180)
(font 12)
(offset 10)
( link ( text "[Enter Shop] Teleports") ( param load "store" 101))
)
(page
( pos 150 200)
(font 12)
(offset 10)
( link ( text "[Enter Shop] Normal Quest Items") ( param load "store" 91))
)
(page
( pos 150 220)
(font 12)
(offset 10)
( link ( text "[Enter Shop] Event Quest Items") ( param load "store" 103))
)
(page
( pos 150 240)
(font 12)
(offset 10)
( link ( text "[Enter Shop] Assassin Masks") ( param load "store" 25))
)
ps: all items have prices in Inititem.txt & Inititem.dat so thats not the problem
Thanks for Help, Fritjef
Re: F1 Menu - Problem with Shops
Did you check the correct html on f1?
Well that could be a problem with inititem... check thaat youur items work....
Re: F1 Menu - Problem with Shops
make your shops in a quest form and not in a shop form ;)
Re: F1 Menu - Problem with Shops
Ya, you cant open shops from to far away. Wont allow you to buy anything :>
Re: F1 Menu - Problem with Shops
Hmm ok didnt knew that you cant buy from to far away, thanks for sharing this info :p
I got it all working now and it looks really nice!
http://s7.directupload.net/images/08...p/ok9tjwxe.jpg
Greets Fritjef