Quote:
Originally Posted by Kokokoul
Not me... do you think you could fix that ? And could you tell us how to put your new GameServer file please ? :)
|
what do i need to fix?
if you want to use WinSCP:
Quote:
Originally Posted by Schiriki
First Field: 192.168.56.101
Second field: root
Third field: 12345
Then Connect. But before you have to enable the SSH daemon on the Server.
|
Quote:
Originally Posted by lolcin2188
service sshd status
rcsshd start
chkconfig sshd
insserv sshd
|
[Only registered and activated users can see links. Click Here To Register...]
then replace your gameserver with mine and set the correct permission in the file
Quote:
Originally Posted by » Crazy Apple?
rightklick on the file and change the permission line to "0777"
|
pd:
i changed the rates again, now items cant break/degrade till +5
[Only registered and activated users can see links. Click Here To Register...]
Code:
- Heaven Stones
items +0-+4:
+1: (75 - (item upgrade * 2))%
-1: 0%
fail: (25 + (item upgrade * 2))%
break: 0%
items +5-+19:
+1: (75 - (item upgrade * 2))%
-1: (0 + (item upgrade * 2))%
fail: 20%
break: 5%
items +20 and above:
+1: 0%
-1: 0%
fail: 100%
break: 0%
- Smelting Stones
items +0-+4:
+1: (70 - (item upgrade * 2))%
-1: 0%
fail: (30 + (item upgrade * 2))%
break: 0%
items +5-+19:
+1: (70 - (item upgrade * 2))%
-1: 0%
fail: 0%
break: (30 + (item upgrade * 2))%
items +20 and above:
+1: 0%
-1: 0%
fail: 0%
break: 100%