For$
<!-- begin site header -->
<div id=

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - koka3000

Pages: [1]
1
I tried it with version 1.1, 1.3.1, but when you log on to the server I see a black screen. A timeless message on the server

Code: [Select]
Watchers done.
We want to send 0 bytes
Wrote 0 bytes, 0 left
There are 0 messages.
Watchers done.
We want to send 0 bytes
Wrote 0 bytes, 0 left
There are 0 messages.
Watchers done.
We want to send 0 bytes
Wrote 0 bytes, 0 left
There are 0 messages.
Watchers done.
We want to send 0 bytes
Wrote 0 bytes, 0 left
...

2
Discussion / online on this server
« on: June 30, 2011, 04:58:03 pm »
Processor:    1 CORE X3470 @ 2.93GHz
RAM memory:    1024MB
Disk space:    40GB
Disks:    SAS 15000RPM, RAID
Bandwidth:    100Mbps

How many people cat play in my server?

3
Support / Bandwidth
« on: May 03, 2011, 06:41:08 pm »
How much Bandwidth do I need for 20 players.

4
Support / Kick players with reason of "ы". It is the Russian letter.
« on: April 27, 2011, 02:20:34 pm »
Kick players with reason of "ы". It is the Russian letter.
Got an error:
Internal exception: Java.io.UTFDataFormatException: malformed input around byte 0

my code

std::string msg = "ы";
user->kick(msg);

5
Support / Re: ALL ADMINs? roles
« on: April 23, 2011, 10:30:51 am »
Yes.
 They can /give ...

load         = admin
unload       = admin
reload       = admin
save         = admin
settime      = admin
regen        = admin
adminonlymsg = admin

Quote
...
unban        = op
give         = op
igive        = op
mute         = op
...

6
Support / ALL ADMINs? roles
« on: April 21, 2011, 06:28:14 pm »
Why all players in my server are ADMINs?
How I can change it?

7
Support / Add new class Test
« on: April 18, 2011, 06:37:33 pm »
Hello, I can't add new class.

It is in /src/test.h:
Quote
class Test
{
public:
   void info(void);
   int i;
}

It is in /src/test.cpp:
Quote
#include <test.h>
void Test::info(void)
{
   i = 10;
}

Next I add "/src/test.cpp" to CMakeLists.txt

When I compile I have error:
Quote
~/mineserver$ make all
[  1%] Building CXX object CMakeFiles/mineserver.dir/src/test.cpp.o
/home/akahito/mineserver/src/test.h:1: error: new types may not be defined in a return type
/home/akahito/mineserver/src/test.h:1: note: (perhaps a semicolon is missing after the definition of ‘Test’)
/home/akahito/mineserver/src/test.cpp:3: error: two or more data types in declaration of ‘info’
make[2]: *** [CMakeFiles/mineserver.dir/src/test.cpp.o] Error 1
make[1]: *** [CMakeFiles/mineserver.dir/all] Error 2
make: *** [all] Error 2
Can you say, what I do wrong? :P


8
Discussion / Re: Kill trees
« on: April 14, 2011, 05:44:12 pm »
Can somebodey say me function/class what work when tree is die?

9
Discussion / Re: Kill trees
« on: April 14, 2011, 05:34:45 pm »
I'm create VIDEO!
http://rutube.ru/tracks/4330082.html?v=8d5e07c84996b0d2869efd0890f9532a
UP - game.
DOWN - putty where start "top".

10
Discussion / Re: Kill trees
« on: April 12, 2011, 07:12:01 pm »
Can somebody say me function what work when tree die?

11
Discussion / Re: Kill trees
« on: April 01, 2011, 05:30:59 pm »
not sure this is the right place for you post, however that aside.

I think it may have something to do with the implementation of leaf decay.

I had a look myself and noticed that once 'killing' a tree (wood only) the leaf decay seems to stall the server before a trees worth of leaf blocks disappear and the user is showered in saplings, or often crash the server entirely.
Perhaps try filing a bug report? :)



It's work when in conf.cfg
password = "password"
!!

12
Discussion / Kill trees
« on: March 29, 2011, 07:23:11 pm »
When I kill tree (all his blocks, 1 - 3 trees) server doesn't work!

Pages: [1]