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
Jan 29, 2014
Messages
50
Reaction score
3
Depends on how your auth will read it, some read base64, some read salted md5.

I can see this somewhere? and well i use the authd thats provided here also (sorry for spamming...)
 
Newbie Spellweaver
Joined
Jan 7, 2012
Messages
54
Reaction score
0
Some problems:

1/ Normal user can use ctrl + click on world map as GM?????????? If set debug_command_mode = inactive problem is fixed but GM cant use Create Monster

2/ View Territories in word map cant be active?????????
MrKiller - PW Server Files 1.5.1 v101 - RaGEZONE Forums


-------------------------------
Problem 2 fixed: battlefield=1

(fix create monster)

"For 1.4.8 (V85)
1. Load gs in a hex editor.
2. Address D2247h find a combination of 75 05, change it to EB 05, address D24AFh find a combination of 75 05, change it to EB 05."

Is the same on 1.5.1 (v101) ????
 
Junior Spellweaver
Joined
Oct 16, 2012
Messages
136
Reaction score
46
1.4.4+ registration is not the same as 1.3.6, the hashing algorithm is different.

Make sure your algorithm concatenates the username and password, md5s that, and encodes that md5 hash in base64.

Not true

It depends on wich version of the authd you use.
some use MD5, some use base64, some use both. (single base64 shouldnt be used cause you can still decrypt that)

anyway, just a tip. throw away the auth in this release and setup your own one.


or...if you feel adventurous. You can edit the auth yourself and change the algorithm to something you like. its pure Java, its not that hard.


edit: keep in mind there is 2 versions around.
1. auth
2. authd
 
RaGEZONER
Loyal Member
Joined
Sep 29, 2009
Messages
1,565
Reaction score
321
@Arniiii

files and reg page works 100% ... auth works with regpage / regpage are base64 and more options ... edit /var/www/curl_reg.php [ translate if u need ] and start browser with " xxx.xxx.xxx.xxx/registration.php " ...

and for all: this pck runs 100% without any bugs ... testet on ubuntu-12.04.3-server-amd64 clean install ... this pck is also easy to use as 343 pck ...
 
Newbie Spellweaver
Joined
Jan 29, 2014
Messages
50
Reaction score
3
Yeah i'll reinstall package, maybe there is something wrong idk
 
Skilled Illusionist
Joined
Oct 23, 2006
Messages
302
Reaction score
2
Some problems:

1/ Normal user can use ctrl + click on world map as GM?????????? If set debug_command_mode = inactive problem is fixed but GM cant use Create Monster

2/ View Territories in word map cant be active?????????
MrKiller - PW Server Files 1.5.1 v101 - RaGEZONE Forums


-------------------------------
Problem 2 fixed: battlefield=1

Where you put this line?
debug_command_mode = inactive
 
Newbie Spellweaver
Joined
Jan 29, 2014
Messages
50
Reaction score
3
Yay finally got it working lol Q.Q just had an issue with db
 
Skilled Illusionist
Joined
Feb 2, 2011
Messages
382
Reaction score
200
i know this -.-" so how do I fix it ?
Can u teach me please ?:):

:blink:

Where you put this line?
debug_command_mode = inactive

ptemplate.conf

Yay finally got it working lol Q.Q just had an issue with db

inside ClientFolder /maps/a62/
convert client region.clt > region.sev server
also client precinct.clt > precinct.sev server
just use sMAPtool
 
Junior Spellweaver
Joined
Jul 8, 2011
Messages
116
Reaction score
14
i know this -.-" so how do I fix it ?
Can u teach me please ?:):

you should edit your starter script for correct directories. For example if your script shows

/home/glinkd

and your glinkd at

/home/home/glinkd

Or you can move your files to given positions.
 
Experienced Elementalist
Joined
Nov 29, 2013
Messages
213
Reaction score
2
I downloaded server files, then extracted it and then changed it into a .iso file and then ,did the following 1- mount -t iso9660 /dev/cdrom /media/cdrom

2- cd /media/cdrom


3-ls
It then show in blue,
etc home lib var

what to do next to install it?

or is there any other way to install it?

I will appreciate any help.

thanks.
 
Skilled Illusionist
Joined
Feb 2, 2011
Messages
382
Reaction score
200
would be easier to do

sudo apt-get install openssh-server

then use winscp or filezilla ect to connect to your server....
 
Junior Spellweaver
Joined
Jul 8, 2011
Messages
116
Reaction score
14
I downloaded server files, then extracted it and then changed it into a .iso file and then ,did the following 1- mount -t iso9660 /dev/cdrom /media/cdrom

2- cd /media/cdrom


3-ls
It then show in blue,
etc home lib var

what to do next to install it?

or is there any other way to install it?

I will appreciate any help.

thanks.

would be easier to do

sudo apt-get install openssh-server

then use winscp or filezilla ect to connect to your server....

Or wget command O_O
 
Experienced Elementalist
Joined
Nov 29, 2013
Messages
213
Reaction score
2
ohh kk thanks

When I update it shows me :-


MrKiller - PW Server Files 1.5.1 v101 - RaGEZONE Forums
 
Last edited:
Skilled Illusionist
Joined
Feb 2, 2011
Messages
382
Reaction score
200
looks like a DNS resolving issue

try

Code:
echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null
then

sudo apt-get update
 
Experienced Elementalist
Joined
Nov 29, 2013
Messages
213
Reaction score
2
Trying it now D:



Still, I will try to reinstall the ubuntu, It might help



Okay now it shows me

http://postimg.org/image/l3frrc7qd/
 
Last edited:
Newbie Spellweaver
Joined
Dec 12, 2007
Messages
87
Reaction score
11
Just curious has anyone made a iweb for 1.5.1 that actually can save xml data properly ?

And also i noticed current iweb ( 1.4.8 ) doesnt give all info in XML related to character . Like inventory items / gear etc

Also confirming t hat sNPCEdit and sGhopedit 1.4.4 works fine for this release
 
Back
Top