Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

PW Server Files 1.5.1 v101

Newbie Spellweaver
Joined
Oct 1, 2014
Messages
17
Reaction score
0
I can't connect through WinSCP, says connection refused, what network configurations should i be using? I can acess phpmyadmin and apache tho..
 
Newbie Spellweaver
Joined
Oct 1, 2014
Messages
17
Reaction score
0
Check if you can use and SSH instance (like putty) if not did you do apt-get install openssh-server

It said i have the lastest openssh-client version installed, and i tried to use putty, didn't work, also tried to use SCP connection throught WinSCP and got connection refused.. sigh
 
☺☺Just Ask The Pope☺☺
Joined
Jul 19, 2009
Messages
585
Reaction score
93
sounds like ur lan Briged addapter isnt there if ur using vmware follow these steps sounds like vmware network is disabled...

FAQ

NO IP NETWORK (Briged)

1.if you cant connect to vmware via ip try this
64 bit. C:\Program Files (x86)\VMware\VMware Workstation\Player
and locate a file called VMNETCFG and run it.

2. select VMnet0 then select brige to and select ur network card
apply and close re-run vmware player

3. Run IFCONFIG :)
 
Junior Spellweaver
Joined
Dec 28, 2008
Messages
114
Reaction score
13
Check and make sure you installed openssh-server on your server.

If you have it already it will not add it but if you don't this code will install it:
Code:
apt-get install openssh-server

As long as the openssh-server is installed, you should be able to connect. If you are unable to connect at that point then its something in your networking. You can get a listing of open ports by using:
Code:
netstat -tulpn

u should get something that looks like this:
Code:
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      1225/apache2
tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      4479/vsftpd
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      2308/sshd
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      1200/mysqld
tcp6       0      0 :::8080                 :::*                    LISTEN      1278/java
tcp6       0      0 :::22                   :::*                    LISTEN      2308/sshd
tcp6       0      0 127.0.0.1:8005          :::*                    LISTEN      1278/java

As long as you have port 22 open and sshd at the end, you have ssh-server installed.
You can use the default settings to putty to connect with default install with no modification.

I personally would change ports for ssh and not use "root" because everyone who knows linux knows what the default port is and within a small amount of time can get the password using various programs. I will make a tutorial on how do this at some point but my server is taking up most my time atm.
 
Initiate Mage
Joined
Dec 1, 2014
Messages
2
Reaction score
0
Sorry, maybe I am NOOB, but... I can start my server without problems, only my maps don't stay online. If I start map it is successful but 2 seconds later it is offline again.
 

Ben

Developer - JS
Developer
Joined
Jul 6, 2013
Messages
1,224
Reaction score
506
Sorry, maybe I am NOOB, but... I can start my server without problems, only my maps don't stay online. If I start map it is successful but 2 seconds later it is offline again.
Check your data files. Half uploaded/corruoted files can block your maps from starting
 
Initiate Mage
Joined
Dec 1, 2014
Messages
2
Reaction score
0
Thank you, after 3 times re-uploading files the server stays stable! Nice release.

Another question: Is it possible to change start map? I'd like to keep the orriginal starter town for each class.
 
Newbie Spellweaver
Joined
Apr 14, 2012
Messages
9
Reaction score
0
help me!
I have any errors when run server and client on linux Ubuntu:
1/ web reg acc don't work. ( )
2/ Client run ok but items error "?".
3/ shop don't work
4/ how to move to main map?
thank you so much!



OK. I moved to main maps, shop worked on main maps.
 
Last edited:
Newbie Spellweaver
Joined
Dec 6, 2014
Messages
54
Reaction score
4
Mkay, for some reason connection refused or timed out for server files :/ Decided to modify easy installer pw.sh script to DL and install only server files + pwAdmin as everything else I have already set up.... Best tool to edit Gshop? I prefer the one that pulls in from PW Database using id #, though it wouldn't work in win last night :/ Also best tool to edit quests and quest rewards as well as mob / Boss drops?
 

Ben

Developer - JS
Developer
Joined
Jul 6, 2013
Messages
1,224
Reaction score
506
Mkay, for some reason connection refused or timed out for server files :/ Decided to modify easy installer pw.sh script to DL and install only server files + pwAdmin as everything else I have already set up.... Best tool to edit Gshop? I prefer the one that pulls in from PW Database using id #, though it wouldn't work in win last night :/ Also best tool to edit quests and quest rewards as well as mob / Boss drops?
Is all on the forum already. ....
 
Newbie Spellweaver
Joined
Dec 6, 2014
Messages
54
Reaction score
4
Is all on the forum already. ....


Why thank you, but with how few actually WORK, I was hoping some KIND person would advise me of one that works well.... Similar to the one in 343's pack that pulls in item using id from pwdatabase.... None in his pack worked for me. the 2 that would open at all, would do nothing once opened. Not sure if it was just me, but even after loading an empty GShop file to start working on a GShop, they would do nothing... That was 2 out of like 10 GShop files that actually opened without stating ERROR. The other one linked earlier in thread,

Won't open on my pc after download.


Forgive me for not wanting to look at editors I have already looked .... If however you have any advice on fixing why they won't work, I am all ears... Am Especially interested in any that auto sync with pwdatabase and allow smoother file transfer and copy ( I especially LOVE how when it works it automatically generates a GShop Sev file ) One like that is perfect for a noob like me >.>
 

Ben

Developer - JS
Developer
Joined
Jul 6, 2013
Messages
1,224
Reaction score
506
Why thank you, but with how few actually WORK, I was hoping some KIND person would advise me of one that works well.... Similar to the one in 343's pack that pulls in item using id from pwdatabase.... None in his pack worked for me. the 2 that would open at all, would do nothing once opened. Not sure if it was just me, but even after loading an empty GShop file to start working on a GShop, they would do nothing... That was 2 out of like 10 GShop files that actually opened without stating ERROR. The other one linked earlier in thread,

Won't open on my pc after download.


Forgive me for not wanting to look at editors I have already looked .... If however you have any advice on fixing why they won't work, I am all ears... Am Especially interested in any that auto sync with pwdatabase and allow smoother file transfer and copy ( I especially LOVE how when it works it automatically generates a GShop Sev file ) One like that is perfect for a noob like me >.>
You won't find an autosync one unless you pay $ towards ppl lol
 
Junior Spellweaver
Joined
Jan 22, 2012
Messages
197
Reaction score
42
if you cant get a link to the server files go download the simple script open it in a text editor and borrow the link used there.



scratch that sigh ima download the proper files and try to link them
 
Elite Diviner
Joined
Mar 12, 2009
Messages
472
Reaction score
59
Why thank you, but with how few actually WORK, I was hoping some KIND person would advise me of one that works well.... Similar to the one in 343's pack that pulls in item using id from pwdatabase.... None in his pack worked for me. the 2 that would open at all, would do nothing once opened. Not sure if it was just me, but even after loading an empty GShop file to start working on a GShop, they would do nothing... That was 2 out of like 10 GShop files that actually opened without stating ERROR. The other one linked earlier in thread,

Won't open on my pc after download.


Forgive me for not wanting to look at editors I have already looked .... If however you have any advice on fixing why they won't work, I am all ears... Am Especially interested in any that auto sync with pwdatabase and allow smoother file transfer and copy ( I especially LOVE how when it works it automatically generates a GShop Sev file ) One like that is perfect for a noob like me >.>

i didn't see GSHOP hard to handle with an existing editor...
 
Junior Spellweaver
Joined
Jan 22, 2012
Messages
197
Reaction score
42
Ok I think I am on my last hurdle I got everything setup created a character couldnt log into the world here is the dump from the console if someone could help that would be awesome I have been learning a lot and searching. I just really cant figure this one out.
TRACE : PlayerLogin userid 1024 roleid 1024 usbbind 0 gs_id -1
err : PlayerLogin wrong! userid 1024 roleid 1024 usbbind 0 gs_id=-1
TRACE : gdelivery:: statusannounce: user 1024(roleid=1918988387) offline, onlineuser count is 1



I read the post about this at the begining of the thread but for the life of me couldn;t figure out how it was fixed.
 
Elite Diviner
Joined
Mar 12, 2009
Messages
472
Reaction score
59
Ok I think I am on my last hurdle I got everything setup created a character couldnt log into the world here is the dump from the console if someone could help that would be awesome I have been learning a lot and searching. I just really cant figure this one out.
TRACE : PlayerLogin userid 1024 roleid 1024 usbbind 0 gs_id -1
err : PlayerLogin wrong! userid 1024 roleid 1024 usbbind 0 gs_id=-1
TRACE : gdelivery:: statusannounce: user 1024(roleid=1918988387) offline, onlineuser count is 1



I read the post about this at the begining of the thread but for the life of me couldn;t figure out how it was fixed.

have you check your gs01 and is62 map online?

This is what you get if your server run well:
---- cut ----
2015-01-02 11:16:37 GW-Dev gdeliveryd: debug : gdelivery::matrixpasswd query, user=admin
2015-01-02 11:16:37 GW-Dev gdeliveryd: debug : matrixpasswd NOT usbbind user 1024
2015-01-02 11:16:37 GW-Dev gdeliveryd: debug : gdelivery::userlogin.received.userid=1024,proxy_sid=19,localsid=3162,retcode=0,blIsGM=1,func=0,funcparam=0,creatime=1372206212
2015-01-02 11:16:37 GW-Dev glinkd-1: debug : glinkd::eek:nlineannounce:userid=1024,client_type=3
2015-01-02 11:16:37 GW-Dev gamedbd: debug : GetUser, userid=1024.
2015-01-02 11:16:37 GW-Dev gdeliveryd: debug : StockExchange::OnLogin, userid=1024,cash=9968,money=0,orders=0,cash_pwd=0
2015-01-02 11:16:37 GW-Dev gamedbd: debug : GetRoleInfo, roleid=1024.
2015-01-02 11:16:37 GW-Dev gdeliveryd: debug : GetRoleInfo roleid 1024
2015-01-02 11:16:37 GW-Dev gdeliveryd: debug : getroleinfo user 1024 lastlogintime 1420167686
2015-01-02 11:16:37 GW-Dev gamedbd: debug : GetRoleInfo, roleid=1025.
2015-01-02 11:16:37 GW-Dev gdeliveryd: debug : GetRoleInfo roleid 1025
2015-01-02 11:16:37 GW-Dev gamedbd: debug : GetRoleInfo, roleid=1026.
2015-01-02 11:16:37 GW-Dev gdeliveryd: debug : GetRoleInfo roleid 1026
2015-01-02 11:16:38 GW-Dev gamedbd: debug : GetRoleInfo, roleid=1029.
2015-01-02 11:16:38 GW-Dev gdeliveryd: debug : GetRoleInfo roleid 1029
2015-01-02 11:16:38 GW-Dev gamedbd: debug : GetRoleInfo, roleid=1031.
2015-01-02 11:16:38 GW-Dev gdeliveryd: debug : GetRoleInfo roleid 1031
----- cut ---
 
Back
Top