[Mod] Money (or Economy) [201207] [money]

tux_peng
Member
Posts: 99
Joined: Thu Dec 06, 2012 18:21

by tux_peng » Post

Could you ever make a single inventory_plus GUI that lists all items, for a server shop. I think nodex used to have something like that
Servers now up (Economy, no PvP) Forum up already! http://tuxcraft.info

BRICK
Member
Posts: 19
Joined: Tue Jan 21, 2014 01:36

by BRICK » Post

Is it possible for the shops to buy/sell more than one type of node?
For example, is there a way for the regular shop to sell 1 mese block and 1 steel block for 150?

User avatar
CraigyDavi
Member
Posts: 582
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio
In-game: CraigyDavi
Location: Hampshire, UK
Contact:

by CraigyDavi » Post

BRICK wrote:Is it possible for the shops to buy/sell more than one type of node?
For example, is there a way for the regular shop to sell 1 mese block and 1 steel block for 150?
Nope, that's not possible. You can only sell one type of item.

Sokomine
Member
Posts: 4290
Joined: Sun Sep 09, 2012 17:31
GitHub: Sokomine
IRC: Sokomine
In-game: Sokomine

by Sokomine » Post

BRICK wrote: Is it possible for the shops to buy/sell more than one type of node?
The barter shops from the currency mod allow to trade up to 6 stacks for up to 6 stacks. They can't buy/sell for money.
A list of my mods can be found here.

roniz
New member
Posts: 1
Joined: Sun Mar 02, 2014 16:57

by roniz » Post

On my server new players have an initial value of 2000. I want to change it to 0. I have edited the lua but this still happens. What do I do?

User avatar
Krock
Developer
Posts: 4650
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

by Krock » Post

roniz wrote:On my server new players have an initial value of 2000. I want to change it to 0. I have edited the lua but this still happens. What do I do?
In MINETESTFOLDER/mods/money/settings.txt
Change it there, the variable is called "INITIAL_MONEY"
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

User avatar
CraigyDavi
Member
Posts: 582
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio
In-game: CraigyDavi
Location: Hampshire, UK
Contact:

by CraigyDavi » Post

roniz wrote:On my server new players have an initial value of 2000. I want to change it to 0. I have edited the lua but this still happens. What do I do?
It should work if you change it here. Are you sure it is a new player to join. it can't be an existing account.

jwpwns
Member
Posts: 62
Joined: Sat Feb 08, 2014 22:22

by jwpwns » Post

I keep getting untuned shop what am i doing wrong i am entering everything in....

User avatar
CraigyDavi
Member
Posts: 582
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio
In-game: CraigyDavi
Location: Hampshire, UK
Contact:

by CraigyDavi » Post

jwpwns wrote:I keep getting untuned shop what am i doing wrong i am entering everything in....
The nodename should be something like default:steel_ingot or wool:white.

jwpwns
Member
Posts: 62
Joined: Sat Feb 08, 2014 22:22

by jwpwns » Post

When ever my players try to do /money pay it says no perms i gave them the money permission it says i need money_admin but i dont want them to have all the admin commands?

User avatar
CraigyDavi
Member
Posts: 582
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio
In-game: CraigyDavi
Location: Hampshire, UK
Contact:

by CraigyDavi » Post

jwpwns wrote:When ever my players try to do /money pay it says no perms i gave them the money permission it says i need money_admin but i dont want them to have all the admin commands?
Players need the money priv. You need to make sure you have the money_admin priv.

jwpwns
Member
Posts: 62
Joined: Sat Feb 08, 2014 22:22

by jwpwns » Post

Yes but i want players to be able to do /money pay Not just me

User avatar
CraigyDavi
Member
Posts: 582
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio
In-game: CraigyDavi
Location: Hampshire, UK
Contact:

by CraigyDavi » Post

jwpwns wrote:Yes but i want players to be able to do /money pay Not just me
Players with the money priv should be able to use /money pay...
Maybe try this download link?: https://github.com/Kotolegokot/minetest ... master.zip

User avatar
Achilles
Member
Posts: 247
Joined: Sun Dec 15, 2013 11:55
In-game: Achilles
Location: Excuse Me???? -_-

by Achilles » Post

Nice mod
The Ironic Thing About Common Sense Is That It Isn't Very Common

User avatar
Fixer
Member
Posts: 904
Joined: Sun Jul 31, 2011 11:23
IRC: Fixer
In-game: Fixer
Location: Ukraine

Re: [Mod] Money (or Economy) [201207] [money]

by Fixer » Post

Reuploaded files here since github repo is gone and dropbox is still working, so here it goes
vvv
Attachments
money+locked_sign.zip
(138.82 KiB) Downloaded 113 times
money.zip
(114.29 KiB) Downloaded 100 times

vitalie
Member
Posts: 66
Joined: Wed Feb 24, 2016 07:38
GitHub: ciubotaru

Re: [Mod] Money (or Economy) [201207] [money]

by vitalie » Post

Any chance to merge this with the 'currency' mod? You have some good server commands here.

User avatar
Lejo
Member
Posts: 718
Joined: Mon Oct 19, 2015 16:32
GitHub: Lejo1
In-game: Lejo

Re: [Mod] Money (or Economy) [201207] [money]

by Lejo » Post

If I want to start the mod I always get this Error:

Code: Select all

2016-12-07 16:07:38: ACTION[Server]: singleplayer joins game. List of players: singleplayer
2016-12-07 16:07:38: WARNING[Server]: Assignment to undeclared global "name" inside a function at /home/user/.minetest/mods/money/init.lua:59.
2016-12-07 16:07:39: ERROR[Main]: ServerError: Lua: Runtime error from mod 'money' in callback on_joinplayer(): bad argument #2 to '?' (string expected, got function)
2016-12-07 16:07:39: ERROR[Main]: stack traceback:
2016-12-07 16:07:39: ERROR[Main]: 	[C]: ?
2016-12-07 16:07:39: ERROR[Main]: 	[C]: in function 'open'
2016-12-07 16:07:39: ERROR[Main]: 	/home/user/.minetest/mods/money/init.lua:61: in function </home/user/.minetest/mods/money/init.lua:58>
2016-12-07 16:07:39: ERROR[Main]: 	...tEC6/usr/bin/../share/minetest/builtin/game/register.lua:412: in function <...tEC6/usr/bin/../share/minetest/builtin/game/register.lua:392>
2016-12-07 16:07:39: ACTION[Server]: singleplayer leaves game. List of players: 

User avatar
ManElevation
Member
Posts: 896
Joined: Tue Aug 02, 2016 22:04
GitHub: ManElevation
IRC: ManElevation
In-game: ManElevation
Location: Madrid,Spain

Re: [Mod] Money (or Economy) [201207] [money]

by ManElevation » Post

great but could you put it on github.com my dropbox is not working...
My Public Mods! Discord: Rottweiler Games#3368

WhiteOwl
Member
Posts: 32
Joined: Tue Jan 10, 2017 18:38
IRC: WhiteOwl
In-game: WhiteOwl
Location: USA

Re: [Mod] Money (or Economy) [201207] [money]

by WhiteOwl » Post

i made a mods folder in the minetest folder home/.minetest/mods
i put locked sign and money mod in minetest folder
i get on minetest and there is no new mods on the game.
i dont know how to install it
also i had to make mods folder
is there something i forgot to do
or did i do something wrong.
the mods are named locked_sign and money, do i need to change the names or something.
also i got minetest from the ubuntu software center
my iso is ubuntu 16.10
i have minetest 0.4.15

User avatar
mahmutelmas06
Member
Posts: 367
Joined: Mon Mar 02, 2015 13:10
GitHub: mahmutelmas06
IRC: mahmutelmas06
In-game: masum

Re: [Mod] Money (or Economy) [201207] [money]

by mahmutelmas06 » Post

After you create a world open world settings. Activate mods you have installed.
My Mods:

Beverage

User avatar
ManElevation
Member
Posts: 896
Joined: Tue Aug 02, 2016 22:04
GitHub: ManElevation
IRC: ManElevation
In-game: ManElevation
Location: Madrid,Spain

Re: [Mod] Money (or Economy) [201207] [money]

by ManElevation » Post

link dosent work
My Public Mods! Discord: Rottweiler Games#3368

User avatar
Fixer
Member
Posts: 904
Joined: Sun Jul 31, 2011 11:23
IRC: Fixer
In-game: Fixer
Location: Ukraine

Re: [Mod] Money (or Economy) [201207] [money]

by Fixer » Post

ManElevation wrote:link dosent work
DL here: viewtopic.php?f=13&t=2263&start=100#p216945

koby
Member
Posts: 10
Joined: Mon Jul 13, 2015 19:27
GitHub: Darkwar
IRC: Darkwar
In-game: cooljar10
Location: Minnesota

Re: [Mod] Money (or Economy) [201207] [money]

by koby » Post

Does any one know how set up a barter shop and a get so I can buy and sale the item at same time

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests