swkeep

Results 24 comments of swkeep

I actually tried to do this before releasing the script. I would say that it's pretty difficult, if not impossible, to achieve without making any changes to the inventory. However,...

Well, even with the access you have, you didn't try to remove it because that part is straightforward to remove. Here is the link to the code for reference: [server_main.lua](https://github.com/swkeep/keep-bags/blob/07c8c1a3d2efa8de6d83979b6faed0bae6d22b47/server/server_main.lua#L280)...

Hey, I added it to the script, pls check the commit.

```lua [6] = { name = "sandwich", price = 2, amount = 50, type = "item", slot = 6, }, ``` Let's assume this is the water bottle in the...

Yes, I didn't add because they can see it on item https://github.com/swkeep/keep-companion#step-4-tooltip ```js else if (itemData.name == "petwaterbottleportable") { $(".item-info-title").html("" + itemData.label + ""); $(".item-info-description").html("capacity(L): " + itemData.info.liter + "");...

It shouldn't be an issue it's just a warning in progressbar. Does it make something not work properly?

Just remove this line https://github.com/swkeep/keep-crafting/blob/e331ae5d51a360d841b79713ce9b9f1e6c8571d4/fxmanifest.lua#L25

I think it's just you. Try to fix the well with items you have added to qb/shared/items.lua. And then your oil well should produce crude oil.

did you setup the job? and are you on duty?

Although it is possible to rewrite some parts of the code to get what you want, it is not an easy task as the script heavily depends on zones for...