L2JMobius

How to Enable ?

tomkaash · 9 · 4054

Offline tomkaash

  • Black Sheep
  • Heir
  • **
    • Posts: 44
Hello,

How can i enable l2Store ?
If is it implanted

Thanks


Online Minzee

  • Baron
  • *****
    • Posts: 275
L2.ini file need edit in system folder. Open it and search... Than change False to True.


Offline tomkaash

  • Black Sheep
  • Heir
  • **
    • Posts: 44

Offline tomkaash

  • Black Sheep
  • Heir
  • **
    • Posts: 44
Any Idea about store item into L2Sotre ?


Offline tomkaash

  • Black Sheep
  • Heir
  • **
    • Posts: 44
I see is in primeshop.xml.

Do you have an exemple of content form ?


Online Minzee

  • Baron
  • *****
    • Posts: 275
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>



Offline Liamxroy

  • Grand Duke
  • *****
    • Posts: 760
    • Adenaplease!

Offline tomkaash

  • Black Sheep
  • Heir
  • **
    • Posts: 44

Offline tomkaash

  • Black Sheep
  • Heir
  • **
    • Posts: 44
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>