L2JMobius

Free Users => General Discussion => Topic started by: javaman on May 26, 2020, 02:34:54 AM

Title: primeshop need help
Post by: javaman on May 26, 2020, 02:34:54 AM
Hello i starting to using java 2 days ago.. And here is the first problem :) PrimeShop L2 Store


https://image.prntscr.com/image/xlsxb9FRTY20_zV5uy60Ag.png

in .ini enabled the shops
xml added the item
productname in system too.

mobius do not give information :)
Title: Re: primeshop need help
Post by: jamesfu1208 on May 26, 2020, 05:10:06 AM
U confrim your XML ID Name same to sytsem ProductName_Classic-XX ?
Title: Re: primeshop need help
Post by: javaman on May 26, 2020, 02:00:29 PM
i enabled the shops from l2.ini
Code: [Select]
[PrimeShop]
UsePrimeShop=true
UseClassicPrimeShop=true
UseGoodsInventory=true
NewPrimeShop=true

added the item in list xml
Code: [Select]
<item id="57" 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="57" count="1" />
</item>

productname in system too.
Code: [Select]
ProductName-eu.dat
product_name_begin    id=57    outer_name=[test]    description=[description test]    icon=[BranchSys.icon.br_four_leaf_clover_box_i00]    icon_panel=[None]    mainsubject=[]    product_name_end
Title: Re: primeshop need help
Post by: Zeron on February 24, 2023, 08:27:12 PM
I have the same problem.
I think the problem is in the system, I can't open the ProductName_Classic.dat file in L2ClientDat, only the ProductName.
And apparently the server validates the ProductName_Classic.

(https://imgur.com/Qh5vV2Z)