MrPeanut Posted November 19, 2018 Posted November 19, 2018 Hello, I would like to know, how can i edit the GmShop in my admin Panel. I mean, I would like to add another categoriy like "Custom Weapon" and put all custom weapons in. I already add this line in my Gmshops.htm : "<td align=center><button action="bypass -h admin_buy ??? " value="Custom Weapons" width=85 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>". But know, how can i add my weapon in? Thank you
Kara Posted November 19, 2018 Posted November 19, 2018 1 hour ago, MrPeanut said: Hello, I would like to know, how can i edit the GmShop in my admin Panel. I mean, I would like to add another categoriy like "Custom Weapon" and put all custom weapons in. I already add this line in my Gmshops.htm : "<td align=center><button action="bypass -h admin_buy ??? " value="Custom Weapons" width=85 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>". But know, how can i add my weapon in? Thank you The ??? is a reference to the multisell ID located in (as in most packs) game/data/multisell.
MrPeanut Posted November 20, 2018 Author Posted November 20, 2018 Hello, It does not work my friend. Nobuy list with my target ID and i add an XML file with this ID in my multishell data.
scraw Posted December 14, 2018 Posted December 14, 2018 find multishel of gm shop ~>data/mutlishel ..and type this <item id="1"> <ingredient id="6392" count="100"/> <production id="8166" count="1"/> </item> first id is item u need to buy the second id :P .have fun
scraw Posted December 14, 2018 Posted December 14, 2018 also if u need to add a new line in shop like "custom" u must find html of shop not mutishel
MrPeanut Posted December 30, 2018 Author Posted December 30, 2018 On 12/14/2018 at 12:40 PM, scraw said: also if u need to add a new line in shop like "custom" u must find html of shop not mutishel Hello, It was a silly problem, I forgot to add weapons & armors in ".dat" -_-! Thank you.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now