Page 1 of 15

Amhi

Posted: Mon Jul 13, 2015 13:53
by everamzah
Description: Server with xdecor, clothing, armor, protector, crops, mobs, warps...
Address: amhi.ddns.net
Port: 48258
Sub-game: dcb

Image

Video

Re: Amhi

Posted: Tue Jul 14, 2015 22:50
by Dragonop
Seems good, but you should provide screenshots, and a brief description.

Re: Amhi

Posted: Tue Jul 14, 2015 23:23
by Dragonop
Also, somebody named wynel spawnkilled me several times. In one of those, a bug maked me loose all my stuff, I'm asking for a reset for my username thanks
Please ban this guy and delete my character, so I can get my starter stuff back.
Edit: You should consider stop giving swords to people.

Re: Amhi

Posted: Tue Jul 14, 2015 23:40
by everamzah
The bones disappear after 15 minutes. Only you can get them. I hope it wasn't a bug, but I'm unsure. I'll make sure you get supplies one way or another. I might suggest signing in as Dragonop_ and dropping the initial stuff somewhere if I don't get you your stuff before you login again. Thanks for checking it out!
Edit: I didn't know what to take a screenshot of, so I just took one of my floating tower castle house thingy.

Re: Amhi

Posted: Thu Jul 16, 2015 01:26
by Dragonop
everamzah wrote:The bones disappear after 15 minutes
There where no bones this time :P
This guy killed while I was standin on a flower. I guess that because it was protected instead of putting the stuff on top of the flower it just dropped it on the ground. Tryied to get my stuff back, but when I tryed to the nodebox of the items I could not pick the stuff up.

Re: Amhi

Posted: Thu Jul 16, 2015 10:02
by everamzah
The bones are acting super weird. I've seen them not appear, or disappear too soon and pop items out. But every time I test it my bones stay, even if I'm in a protected area.

I assume that the bones auto removal from serveressentials is messing up. I've tried a number of combinations but now it's set to bones_share_time = 300 and bones auto remove = 600. I'm not adverse to simply removing the auto remove and just let bones stay forever.

Re: Amhi

Posted: Thu Jul 16, 2015 14:12
by everamzah
Thanks to Kidmondo for the new spawn! http://imgur.com/a/GF3xA

Image

Re: Amhi

Posted: Mon Jul 20, 2015 09:23
by kidmondo
I'm looking forward to seeing how the old spawn will turn out like. *realizes he has the building plans in his notebook*

Re: Amhi

Posted: Sun Jul 26, 2015 05:30
by Dragonop
Okay! I found a brand new snow biome, with a lot of dungeons surrounding it! Check it out, it's all FLAT and it's mostly stone! Perfect for a city maybe?
Image
Image
Image

Re: Amhi

Posted: Sun Jul 26, 2015 05:34
by Dragonop
Here the dungeons:
Spoiler
Image
Image
There are even more near there if you search!

Re: Amhi

Posted: Sun Jul 26, 2015 05:47
by everamzah
Image

Re: Amhi

Posted: Sun Jul 26, 2015 06:56
by Dragonop
seth found a new Cave Realm!
Following james advice, he mined all straight down, and, well, he fell to his death! But... on a Cave Realm!
Here some not-so-amanazing pics!
Spoiler
The hole:
Image
What you see when you get out the hole
Image
The good pic:
Image
This cave realm has:
Green-Yellow grass.
Green cristals and Mese cristals.
A lot of Blue cristals.
And near there it is a Icy Cave Realm!

Thanks to seth for this!

Re: Amhi

Posted: Sun Jul 26, 2015 07:13
by Dragonop
Also, I died in a magic way while uploading this. Could you, james, PM me the coordinates? I can't seem to find my stuff :c

Re: Amhi

Posted: Mon Jul 27, 2015 00:40
by cutie
hey james it me cutie i havent been on in a while cause ipad stop i hope it will work soon so i can get on

Re: Amhi

Posted: Mon Jul 27, 2015 07:02
by everamzah
Hi cutie! I haven't played as a regular user in a while. :-O Here's a picture of a bunch of shapes:

Image
wool, caverealms, xdecor, and the rest of default

Re: Amhi

Posted: Thu Jul 30, 2015 09:53
by everamzah
I made a `/skin` command to the wardrobe box, along with `/skin unique` for per-player skins. If anyone wants a unique skin for their player send me a PM.

Re: Amhi

Posted: Fri Jul 31, 2015 13:36
by everamzah
Working on a post office node to send items to mailboxes. I also added a book reader to display written books and a guest book.

I'm wondering how/if to use AreaStore to define areas and quickly reference whether a player is in it.

Re: Amhi

Posted: Mon Aug 03, 2015 19:23
by everamzah

Re: Amhi

Posted: Wed Aug 05, 2015 13:06
by amadin
Why limit of max players is too low? If you have lags with many players you may use Redis database (http://wiki.minetest.net/Database_backends) it is more fast then sqlite and leveldb (there is converter for redis from others db) or you may mount you database folder in RAM (guide for linux viewtopic.php?f=10&t=9588).

Re: Amhi

Posted: Wed Aug 05, 2015 13:14
by everamzah
can you advise for 3mb/upload ?

Re: Amhi

Posted: Wed Aug 05, 2015 13:18
by everamzah
Spoiler

Code: Select all

name = james
default_privs = interact, home, shout, spawn
sqlite_synchronous = 0
enable_tnt = true
server_announce = 1
static_spawnpoint = 4, 17, -1904
share_bones_time = 600
player_transfer_distance = 64
motd = <Amhi> Hello.
disallow_empty_password = true
secure.enable_security = false
max_block_send_distance = 6
max_simultaneous_block_sends_per_client = 15
max_simultaneous_block_sends_server_total = 60
active_block_range = 1
server_map_save_interval = 15.3
dedicated_server_step = 0.2
server_name = Amhi
server_description = Welcome
enable_floating_dungeons = false
give_initial_stuff = true
disable_fire = true
server_address = amhi.duckdns.org
server_url = https://forum.minetest.net/viewtopic.php?id=11529
max_users = 25
strict_protocol_version_checking = false
mg_name = v6

Re: Amhi

Posted: Wed Aug 05, 2015 13:50
by amadin
everamzah wrote:can you advise for 3mb/upload ?
3 megabyte or megabit per second? On my server was 30 players online and it sometimes use bandswitch up to 5 megabyte per second on upload (upload bandswitch may be smaller then download so be attentive) and server worked on paid hosting with mount "world" directory in RAM. I can only advise try this config viewtopic.php?p=162449#p162449 i used it on my server and compared it with the default minetest config (on default config i have lags but on this config i have't lags).

Re: Amhi

Posted: Wed Aug 05, 2015 13:57
by everamzah
Thanks! I definitely want to try something to get things to run as smoothly as possible. I guess I need to do a speed test, but I believe it's 3 MB/s max upload I'll ever get. This is my `lscpu`:
Spoiler

Code: Select all

Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                4
On-line CPU(s) list:   0-3
Thread(s) per core:    1
Core(s) per socket:    4
Socket(s):             1
NUMA node(s):          1
Vendor ID:             AuthenticAMD
CPU family:            18
Model:                 1
Model name:            AMD A6-3620 APU with Radeon(tm) HD Graphics
Stepping:              0
CPU MHz:               800.000
CPU max MHz:           2200.0000
CPU min MHz:           800.0000
BogoMIPS:              4392.17
Virtualization:        AMD-V
L1d cache:             64K
L1i cache:             64K
L2 cache:              1024K
NUMA node0 CPU(s):     0-3

Re: Amhi

Posted: Wed Aug 05, 2015 15:23
by amadin
everamzah wrote:Thanks! I definitely want to try something to get things to run as smoothly as possible. I guess I need to do a speed test, but I believe it's 3 MB/s max upload I'll ever get. This is my `lscpu`:
Spoiler

Code: Select all

Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                4
On-line CPU(s) list:   0-3
Thread(s) per core:    1
Core(s) per socket:    4
Socket(s):             1
NUMA node(s):          1
Vendor ID:             AuthenticAMD
CPU family:            18
Model:                 1
Model name:            AMD A6-3620 APU with Radeon(tm) HD Graphics
Stepping:              0
CPU MHz:               800.000
CPU max MHz:           2200.0000
CPU min MHz:           800.0000
BogoMIPS:              4392.17
Virtualization:        AMD-V
L1d cache:             64K
L1i cache:             64K
L2 cache:              1024K
NUMA node0 CPU(s):     0-3
You may ask to developers about upload bandswitch speed.

Re: Amhi

Posted: Thu Aug 06, 2015 06:05
by everamzah
Post office & PM works in progress: http://imgur.com/a/6Fh42

Working bed. (Probably playing with fire.)
Image