Page 1 of 1
[Mod] Simple Shop [shop]

Posted:
Fri Jun 10, 2016 14:30
by everamzah
Description: Old mod that I never released for some reason. Probably bad UI, but is suitable for simple exchanging of items. Includes a gold coin crafted from gold ingots.
License: GPL3
Depends: default
Download:
GitHub or
master.zip
Re: [Mod] Simple Shop [shop]

Posted:
Fri Jun 10, 2016 14:49
by azekill_DIABLO
simple and esy! i love it!
Re: [Mod] Simple Shop [shop]

Posted:
Sun Jun 12, 2016 04:01
by everamzah
Re: [Mod] Simple Shop [shop]

Posted:
Sun Jun 12, 2016 08:23
by Krock
Please also add the dependencies of your mod to the main topic.
But the mod idea is good. What I would like to see is a texture that looks a bit more like a shop node.
Maybe it's just me but the current one could be rather be a bank or a treasure.
Re: [Mod] Simple Shop [shop]

Posted:
Sun Jun 12, 2016 10:33
by everamzah
Thank you! It reminds me of a bank too. I'll keep an eye out for a better texture.
Re: [Mod] Simple Shop [shop]

Posted:
Thu Jun 30, 2016 15:33
by everamzah


The stock can now only be opened by the owner. I'll likely work on the formspec/messages sent more later.
Re: [Mod] Simple Shop [shop]

Posted:
Thu Jun 30, 2016 16:28
by azekill_DIABLO
cool :)
Re: [Mod] Simple Shop [shop]

Posted:
Thu Sep 15, 2016 17:07
by ParaklataChotou
Hello n_n. I'm using this mod, and it's amazing. But I'm want that the Item I add replace by itself, because I've a server. And I won't to go back and replace Items... you know. How can I do that - if it's possible?
***YOUR SHOP MOD IT'S THE BEST. IT WORKS GREAT AND IT'S VERY SIMPLE. IT'S A PITY THAT EXCHANGE MOD - MADE BY ZEG IT'S NOT WORKING. I TRIED AND IT DIDN'T WORK. :(. IF YOU CAN HELP ME, I WOULD BE REALLY GRATEFUL. :) ******
Re: [Mod] Simple Shop [shop]

Posted:
Fri Sep 16, 2016 14:38
by everamzah
The shop register relies on a stock being in its inventory, in order to exchange for what's asked. It's simple and that's all it can do.
I think, if anything, I'd like to add support to it for other mods that would interact with it, but am pretty unfamiliar with machines mods, etc. On the other hand, it might be easy enough to add a secondary, "admin" shop node. I just never got around to it, I guess, as it was asked before by Dragonop. Maybe I'll do that now, thanks for the reply.
I don't know about any other shop mod.
Re: [Mod] Simple Shop [shop]

Posted:
Fri Sep 16, 2016 16:18
by ParaklataChotou
everamzah wrote:The shop register relies on a stock being in its inventory, in order to exchange for what's asked. It's simple and that's all it can do.
I think, if anything, I'd like to add support to it for other mods that would interact with it, but am pretty unfamiliar with machines mods, etc. On the other hand, it might be easy enough to add a secondary, "admin" shop node. I just never got around to it, I guess, as it was asked before by Dragonop. Maybe I'll do that now, thanks for the reply.
I don't know about any other shop mod.
Oh, don't worry. I added adminshop mod - made by natan - and your mod I made available for single clients in my server. It's ok. It's an excellent mod for single clients.
Re: [Mod] Simple Shop [shop]

Posted:
Wed Sep 21, 2016 12:11
by rnd
Almost perfect shop mod that does what it needs to and without unnecessary features. Made a fork
https://github.com/ac-minetest/shop with the following features - 4. takes care of ParaklataChotou request:
1.cleaned up minimalistic gui
2. user can see clearly what shop is selling/buying by just looking at shop
3. better and informative error display like:
"Error. You dont have enough items to pay" or "Error. Shop out of stock."
4. if shop owner is admin shop can sell/buy infinite items - no "out of stock" errors
5. shop errors now show as shop text - owner can easily spot shop with problems
6. player can't trade with himself to prevent easy abuses


Re: [Mod] Simple Shop [shop]

Posted:
Wed Sep 21, 2016 17:37
by ParaklataChotou
rnd wrote:Almost perfect shop mod that does what it needs to and without unnecessary features. Made a fork
https://github.com/ac-minetest/shop with the following features - 4. takes care of ParaklataChotou request:
1.cleaned up minimalistic gui
2. user can see clearly what shop is selling/buying by just looking at shop
3. better and informative error display like:
"Error. You dont have enough items to pay" or "Error. Shop out of stock."
4. if shop owner is admin shop can sell/buy infinite items - no "out of stock" errors
5. shop errors now show as shop text - owner can easily spot shop with problems
6. player can't trade with himself to prevent easy abuses


It's simply amazing. If I build another server, I'll try this one. It looks cool. With selling/buying/trading options in one shop, it's really practical. Thank you rnd!!! n_n
Re: [Mod] Simple Shop [shop]

Posted:
Wed Oct 05, 2016 02:55
by everamzah
Very nice! Next time I look into the shop mod, I may incorporate some of your changes. I had originally more conditional messages, but later lumped them all together for whatever reason.
Can you fix my
fork of mobs_npc too? The trader is broken. ^_^
Re: [Mod] Simple Shop [shop]

Posted:
Wed Oct 05, 2016 16:51
by azekill_DIABLO
everamzah wrote:Very nice! Next time I look into the shop mod, I may incorporate some of your changes. I had originally more conditional messages, but later lumped them all together for whatever reason.
Can you fix my
fork of mobs_npc too? The trader is broken. ^_^
i'm usig your mod it's not dah broken. it's just dumb. i will also pst a bit of code to add to make the interaction better (look at u)
Re: [Mod] Simple Shop [shop]

Posted:
Wed Oct 05, 2016 22:13
by ParaklataChotou
Don't change everything. This mod is working fine. Other shop mods who ran so fine now are broken for no reason.
Re: [Mod] Simple Shop [shop]

Posted:
Wed Oct 05, 2016 22:47
by ParaklataChotou
Don't change everything. This mod is working fine. Other shop mods who ran so fine now are broken for no reason.
Re: [Mod] Simple Shop [shop]

Posted:
Thu Oct 06, 2016 03:52
by everamzah
It's funny because I talked about wanting to set up some machine compatibility, and then rnd, who has made the Basic Machines mod I believe, replied with changes in a forked version. I decided not to incorporate all oh his changes at once, but replied that I'd look into some of it and merge it back in manually. Given how rapidly I work on my mods, this may take a long time, if ever.
I'd sooner modify it to work with machines, as I simply find that more interesting. But then I'd need to learn how to use machines, heh.
I also contemplated merging the trader from mobs_npc into this mod. Then, if mobs is present, a trader may optionally be spawned.
Re: [Mod] Simple Shop [shop]

Posted:
Wed Nov 09, 2016 16:22
by Fixerol