L2JMobius

Free Users => Solved/Invalid Bug Reports => Topic started by: Edoo on August 13, 2019, 06:00:04 PM

Title: 2 shops do not work
Post by: Edoo on August 13, 2019, 06:00:04 PM
Hello everyone, I wanted to share the discovered shortcomings. 1 the premium store does not work (although it says in the logs that everything is loading), 2. For ordinary players, the store is not available for PC points. Only for Gma. Thanks for attention. client protocol 166
Title: Re: 2 shops do not work
Post by: Mobius on August 13, 2019, 08:06:37 PM
Last time I checked, everything worked fine.
Title: Re: 2 shops do not work
Post by: Edoo on August 13, 2019, 10:12:02 PM
Last time I checked, everything worked fine.

GM works perfectly for GM, and if you are not GM then the store does not work. This is me about the store for PC Glasses. But the Premium store is not working. On the Russian version of the culient

Title: Re: 2 shops do not work
Post by: Mobius on August 13, 2019, 10:25:37 PM
If the client you use has different packets is not an actual bug.

Also we only support English clients.
https://l2jmobius.org/forum/index.php?topic=22
Title: Re: 2 shops do not work
Post by: Edoo on August 13, 2019, 11:52:36 PM
If the client you use has different packets is not an actual bug.

Also we only support English clients.
https://l2jmobius.org/forum/index.php?topic=22

I’ll check the English version of the client ... but this is strange ... since there was no difference on the HF client ... Russian or English ...
Title: Re: 2 shops do not work
Post by: Edoo on August 16, 2019, 10:28:48 AM
it’s clear that the support comes from an English client ... then why doesn’t the store for PC point work? when the administrator opens the store, writes in a chat that the store is opened only to the administrator ... you open it with a simple player, in the server it says that the player is trying to hack the store ... and the store does not open ... doesn’t it depend on the client?
Title: Re: 2 shops do not work
Post by: Liamxroy on August 16, 2019, 10:36:32 AM
it’s clear that the support comes from an English client ... then why doesn’t the store for PC point work? when the administrator opens the store, writes in a chat that the store is opened only to the administrator ... you open it with a simple player, in the server it says that the player is trying to hack the store ... and the store does not open ... doesn’t it depend on the client?

Im using this for 3 years and it works fine.
Title: Re: 2 shops do not work
Post by: Mobius on August 16, 2019, 11:35:02 AM
What are the multisell ids?
Title: Re: 2 shops do not work
Post by: Edoo on August 16, 2019, 11:51:57 AM
Code: [Select]
[16/08 11:51:25] MultisellData: Player PlayerInstance:ФаерБол[268500488] attempted to open multisell 900001 from npc null which is not allowed!
[16/08 11:51:27] MultisellData: Player PlayerInstance:ФаерБол[268500488] attempted to open multisell 900002 from npc null which is not allowed!

Title: Re: 2 shops do not work
Post by: Mobius on August 16, 2019, 12:15:07 PM
Add NPC with id -1.

Code: [Select]
<npcs>
<npc>-1</npc>
</npcs>
Title: Re: 2 shops do not work
Post by: Edoo on August 16, 2019, 12:29:36 PM
I understand the reason, these stores are in folder custom and in the usual folder, they have the same number, you need to rewrite the multisell number in the game button
Title: Re: 2 shops do not work
Post by: Mobius on August 16, 2019, 01:14:01 PM
The do not exist on custom folder.

Do you mean configs?
If yes, why? You mean community board? You added multisells?
Title: Re: 2 shops do not work
Post by: Edoo on August 20, 2019, 11:21:45 AM
please tell me how can I find out what packages a Russian client uses for a store?
Title: Re: 2 shops do not work
Post by: Edoo on August 21, 2019, 09:16:00 AM
Good day, the topic can be closed. The reason was not at all in the packages ... but in the file (PrimeShop.xml) the difference is only in the numbers displayed in the store (<item id = "1081385") in the Russian version and the numbers are completely different numbers. I found the numbers that are suitable for the Russian client, how to rewrite the numbers I will post the file for the Russian client.
Title: Re: 2 shops do not work
Post by: Liamxroy on August 21, 2019, 11:03:54 AM
Good day, the topic can be closed. The reason was not at all in the packages ... but in the file (PrimeShop.xml) the difference is only in the numbers displayed in the store (<item id = "1081385") in the Russian version and the numbers are completely different numbers. I found the numbers that are suitable for the Russian client, how to rewrite the numbers I will post the file for the Russian client.

Use client we provide. If you want RU client, change productIds by your self.
Title: Re: 2 shops do not work
Post by: Edoo on August 21, 2019, 11:46:59 AM
Good day, the topic can be closed. The reason was not at all in the packages ... but in the file (PrimeShop.xml) the difference is only in the numbers displayed in the store (<item id = "1081385") in the Russian version and the numbers are completely different numbers. I found the numbers that are suitable for the Russian client, how to rewrite the numbers I will post the file for the Russian client.

Use client we provide. If you want RU client, change productIds by your self.

I did so  ;)
Title: Re: 2 shops do not work
Post by: Mobius on August 21, 2019, 10:28:15 PM
Invalid and moved.