L2JMobius

Free Users => General Discussion => Topic started by: tomkaash on January 07, 2020, 01:52:29 PM

Title: How to Enable ?
Post by: tomkaash on January 07, 2020, 01:52:29 PM
Hello,

How can i enable l2Store ?
If is it implanted

Thanks
Title: Re: How to Enable ?
Post by: Minzee on January 07, 2020, 01:58:16 PM
L2.ini file need edit in system folder. Open it and search... Than change False to True.
Title: Re: How to Enable ?
Post by: tomkaash on January 07, 2020, 02:01:24 PM
Thanks i'm looking for
Title: Re: How to Enable ?
Post by: tomkaash on January 07, 2020, 02:13:30 PM
Any Idea about store item into L2Sotre ?
Title: Re: How to Enable ?
Post by: tomkaash on January 07, 2020, 02:19:06 PM
I see is in primeshop.xml.

Do you have an exemple of content form ?
Title: Re: How to Enable ?
Post by: Minzee on January 07, 2020, 07:54:43 PM
you mean this?

Code: [Select]

<!-- cat = 1 - Exping, 2 - Supplies, 3 - Cosmetic, 4 - Specials, 5 - Other -->
<!-- panelType = 0 - None, 1 - Event, 2 - Sale, 3 - New, 4 - Best -->
<!-- recommended = 1 - Top, 2 - Left, 4 - Right -->
<!-- paymentType = 0 - Euro, 1 - Adena, 2 - Hero Coin -->
<!-- on EU 1 NC coin/Prime point shows as 0.01 euros -->
<!-- startSale = unixTime -->
<!-- endSale = unixTime -->

<item id="1090989" cat="1" paymentType="0" price="150" panelType="3" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0">
<item itemId="37562" count="1" /> <!-- Emperor's Vitality Tonic (Large) -->
</item>

Title: Re: How to Enable ?
Post by: Liamxroy on January 07, 2020, 07:56:12 PM
Which chronicle you want ?
Title: Re: How to Enable ?
Post by: tomkaash on January 08, 2020, 02:22:39 PM
is for Classic Kamael
Title: Re: How to Enable ?
Post by: tomkaash on January 08, 2020, 02:23:56 PM
Thanks i test this

you mean this?

Code: [Select]

<!-- cat = 1 - Exping, 2 - Supplies, 3 - Cosmetic, 4 - Specials, 5 - Other -->
<!-- panelType = 0 - None, 1 - Event, 2 - Sale, 3 - New, 4 - Best -->
<!-- recommended = 1 - Top, 2 - Left, 4 - Right -->
<!-- paymentType = 0 - Euro, 1 - Adena, 2 - Hero Coin -->
<!-- on EU 1 NC coin/Prime point shows as 0.01 euros -->
<!-- startSale = unixTime -->
<!-- endSale = unixTime -->

<item id="1090989" cat="1" paymentType="0" price="150" panelType="3" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0">
<item itemId="37562" count="1" /> <!-- Emperor's Vitality Tonic (Large) -->
</item>