Chuckleberry-Finn / pz-shops

GNU Affero General Public License v3.0
1 stars 4 forks source link

Stocking Certain Items #12

Closed Solidaritx closed 1 year ago

Solidaritx commented 1 year ago

I am unable to add the vanilla Walkie Talkies into the store stock (admin). Would mod load order be messing with this?

Screenshot 2023-08-05 031825
Solidaritx commented 1 year ago

We were able to uploaded them before, but not sure why we cant anymore.

image
Solidaritx commented 1 year ago

Places at the front of the load order, dropped 2 errors, still cant add radios

image
Solidaritx commented 1 year ago

SOLVED: Im a newb, my buddy just seared the item id, instead of search bar, and it worked

Ender2point0 commented 1 year ago

I came here for the same issue, but I can't understand how you fixed it

Chuckleberry-Finn commented 1 year ago

The issue is related to special characters like - breaking the regex (I assume). The work around is to change the input mode to type instead of name.

Chuckleberry-Finn commented 1 year ago

The other errors are all related to faction banking - which is a sub mod. I may just envelope that mod into the main mod - not sure why it's breaking as the bugs suggest. Make sure you've resubscribed to that mod to ensure you're on the latest version.

Solidaritx commented 1 year ago

Switch category from Name to Type

Look up and use the item ID, (ex: Base.crips). I just spawn the item and hit “edit” to look up the Id.

On Sun, Aug 6, 2023 at 2:42 AM Ender @.***> wrote:

I came here for the same issue, but I can't understand how you fixed it

— Reply to this email directly, view it on GitHub https://github.com/Chuckleberry-Finn/pz-shops/issues/12#issuecomment-1666743574, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBXMJYALSVTVRQXBN5LLMUDXT44F3ANCNFSM6AAAAAA3FBIL2E . You are receiving this because you authored the thread.Message ID: @.***>

Chuckleberry-Finn commented 1 year ago

You can also drag and drop the item into the shop to generate its type.

Ender2point0 commented 1 year ago

The methods both of you have described some only works with some items and even then sometimes this happens. I've tried putting in an item with no special symbols but it still didn't work image

Chuckleberry-Finn commented 1 year ago

The store not being accessible means it is in manage mode.

Chuckleberry-Finn commented 1 year ago

See: #17