Search found 12 matches

by Mwamba
Fri Mar 24, 2017 10:00
Forum: Русский
Topic: Русскоязычный сервер: L.O.R.D
Replies: 28
Views: 9511

Re: Русскоязычный сервер: L.O.R.D

xoy wrote:как посмотреть список игроков на сервере?

Code: Select all

/who
by Mwamba
Thu Mar 23, 2017 10:58
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 4208
Views: 572574

Re: Post your modding questions here

Byakuren wrote:Iterating over the table is a waste, better to do

Code: Select all

return minetest.registered_tools[wielded_item_name] ~= nil
Oh, yeah, that's what I need. Thank you!!!
by Mwamba
Mon Mar 20, 2017 10:11
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 4208
Views: 572574

Re: Post your modding questions here

There is minetest.registered_tools Oh, great! This perfectly answers my second question. Thank you! Still, is it possible to get player's wielded item and check for it's parameters? All I discovered up to this point is that tools have a tool_capabilities parameter, but I can't figure out how to che...
by Mwamba
Mon Mar 20, 2017 08:40
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 4208
Views: 572574

Re: Post your modding questions here

  • Any good way to find out if player's wielded item is a tool (and not a block)?
  • Any good way to find out which of the registered items are tools (basically, get a list of available tools)?
by Mwamba
Mon Mar 20, 2017 06:55
Forum: Русский
Topic: Как заставить Майнтест "Выстрелить" ?
Replies: 83
Views: 24325

Re: Как заставить Майнтест "Выстрелить" ?

Как заставить Майнтест "Выстрелить" ?
5 секунд из мульфильма "Остров сокровищ".
by Mwamba
Thu Mar 02, 2017 06:14
Forum: General Discussion
Topic: 99 items
Replies: 31
Views: 4027

Re: 99 items

Sergey wrote:Why do 99 items make full stack? Why so odd number was chosen for full stack? Why not hundred for good measure?
Please, refer to this topic: Items stackable by 100 ?
by Mwamba
Wed Sep 28, 2016 01:41
Forum: Русский
Topic: Динамическое создание нод после loadTime ?
Replies: 1
Views: 1031

Re: Динамическое создание нод после loadTime ?

Невозможно. Все ноды создаются при загрузке.
by Mwamba
Fri Jun 10, 2016 09:02
Forum: WIP Games
Topic: [GITHUB] VoxBox [game]
Replies: 89
Views: 22709

Re: VoxBox (MINETEST_GAME 4.14!)

+1 for github
azekill_DIABLO wrote:i don't like github, i already said it
Maybe you don't cook it properly.
by Mwamba
Wed May 25, 2016 04:23
Forum: Modding Discussion
Topic: Post your mod requests/ideas here
Replies: 2324
Views: 443372

Re: Post your mod requests/ideas here

DS-minetest wrote:take one heart and give it back after a very short time
What if it was his last heart?
by Mwamba
Sun Feb 28, 2016 03:37
Forum: Mod Releases
Topic: [Mod] Global Item Exchange [global_exchange]
Replies: 19
Views: 6216

Re: [Mod] Global Item Exchange [global_exchange]

The mod uses an external DB (sqlite3) to store orders, right? So ... it might be possible to do transactions between worlds!!!
by Mwamba
Fri Feb 26, 2016 10:23
Forum: Mod Releases
Topic: [Mod] Global Item Exchange [global_exchange]
Replies: 19
Views: 6216

Re: [Mod] Global Exchange [global_exchange]

Well, first of all, I have not tested the mod yet. My impression is based on the initial description you provided. What I understood from your description is that the settlement is not automated: users contact each other claiming the products; users use ATMs to transfer money etc. So the "excha...
by Mwamba
Fri Feb 26, 2016 07:14
Forum: Mod Releases
Topic: [Mod] Global Item Exchange [global_exchange]
Replies: 19
Views: 6216

Re: [Mod] Global Exchange [global_exchange]

Sounds cool. I would suggest the following changes: no registration -- an account is created automatically at first access (not sure if it's possible) turn buy and sell orders into bids and offers: a player willing to sell stuff has to deposit it at the exchange and write the desired (lowest accepta...