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!

PURE Perfect World 1.5.3 files + instruction

Newbie Spellweaver
Joined
May 18, 2011
Messages
71
Reaction score
13


open the file start.sh and check all the directories

(translate.google)
 
Junior Spellweaver
Joined
Feb 18, 2011
Messages
146
Reaction score
0
Main world won't Start ....
All fils are chmod 775

......
substance name session_addonregen, size 44
substance name session_pullover, size 52
substance name session_teleport, size 56
substance name session_teleport2, size 56
substance name session_produce4, size 264
substance name session_enter_pk_protected, size 16
substance name session_rebuild_pet_inheritratio, size 68
substance name session_rebuild_pet_nature, size 52
substance name session_knockup, size 44
substance name session_produce5, size 180
substance name filter, size 20
substance name gmatter_imp, size 24
substance name gmatter_dispatcher, size 8
substance name gmatter_controller, size 8
substance name gmatter_item_base_imp, size 48
substance name gmatter_money_imp, size 52
substance name gmatter_mine_imp, size 200
substance name gmatter_dyn_imp, size 28
substance name item_body, size 16
substance name gmatter_item_imp, size 52
substance name gmatter_item_controller, size 8
substance name substance, size 0
substance name gobject_imp, size 20
substance name dispatcher, size 8
substance name controller, size 8
substance name gnpc_imp, size 1476
substance name gnpc_controller, size 40
substance name gnpc_dispatcher, size 8
substance name switch_additional_data, size 4
substance name countryterritory_switch_data, size 20
substance name trickbattle_switch_data, size 8
substance name mnfaction_switch_data, size 16
substance name gplayer_imp, size 5016
substance name gplayer_dispatcher, size 116
Compiled By developer, Aug 18 2015 19:37:40
env TZ =
ÅäÖÃÎļþ:'gs.conf' ÅäÖÃÔö²¹Îļþ:'gsalias.conf'
×°±¸ºó°ó¶¨¹¦ÄÜ´ò¿ª
¶ÁÈ¡ÈÎÎñϵͳʧ°Ü:'/pwserver/gamed/config/tasks.data','/pwserver/gamed/config/dyn_tasks.data'

Any idea please ?



This is GS logs
 
Night Gaming Network
Joined
Sep 13, 2014
Messages
728
Reaction score
46
You dont have the right libs, you got the libs in the wrong spot



Easy fix if using a 32bit os put libs in libs folder if using a 64bit os then google how to install 32bit libs and add the libs for server in 32libs folder, 64bit libs folder and make a libs folder and put them in there, warning: it worked for me along time ago, theres no garratee if it will still work (i might of just been lucky)

Notice: i am not responsible for any damage to the os if it does not work like that anymore.

32bit = 100% successful rate
64bit = 50% successful rate
 
Junior Spellweaver
Joined
Feb 18, 2011
Messages
146
Reaction score
0
You dont have the right libs, you got the libs in the wrong spot



Easy fix if using a 32bit os put libs in libs folder if using a 64bit os then google how to install 32bit libs and add the libs for server in 32libs folder, 64bit libs folder and make a libs folder and put them in there, warning: it worked for me along time ago, theres no garratee if it will still work (i might of just been lucky)

Notice: i am not responsible for any damage to the os if it does not work like that anymore.

32bit = 100% successful rate
64bit = 50% successful rate

Thank you.
It's was my bad, because I was so faster.. :flute:


--------------

But i found a new problem haha
How we can PK in ADC west ?
And when we go out from ADC west we can't PK ?

Does the ADC PK PROTECTION zone are not placed correctly ?
 
Last edited:
Junior Spellweaver
Joined
Oct 16, 2012
Messages
136
Reaction score
46
You dont have the right libs, you got the libs in the wrong spot



Easy fix if using a 32bit os put libs in libs folder if using a 64bit os then google how to install 32bit libs and add the libs for server in 32libs folder, 64bit libs folder and make a libs folder and put them in there, warning: it worked for me along time ago, theres no garratee if it will still work (i might of just been lucky)

Notice: i am not responsible for any damage to the os if it does not work like that anymore.

32bit = 100% successful rate
64bit = 50% successful rate

What always worked for me on both Ubuntu 14.04 and 16.04 was
Code:
dpkg --add-architecture i386
apt-get update
apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 libstdc++5:i386 libxml2:i386 libpcre3:i386 -y
ln -s /lib/i386-linux-gnu/libpcre.so.3 /lib/libpcre.so.0
(given 1 of the i386 libs was actually for War/Battle of the Immortals, can't remember which one though)

But that adds the i386 parts back to your 64-bit OS. Without having to manually drag & install lib files and thus breaking or damaging your OS since they are all properly installed.

The softlink of libpcre is because 1 of the daemons actually requires libpcre.so.0, thus linking 3 to 0 fixes that.(its fully compatible so its a non-issue)

Just don't forget to add libtask.so to the lib folder aswell. Then you are good to go.

PW is fully compatible with a 64-bit OS aslong as you add the i386 dependencies.
 
Night Gaming Network
Joined
Sep 13, 2014
Messages
728
Reaction score
46
Probably not the best fix, i dont use these files cause of stupid bugs like that one, i use raw 1.5.3 files with bugs but not as bad, using 1.5.1 map files might affect your main map in a negative way expeshly in the new area
 
Junior Spellweaver
Joined
May 22, 2017
Messages
102
Reaction score
35
Hey my love bro.

Download link =


This version have authd. and register.

I use Debian x64 - install libs


Setting mysql. unpack archive. Setting register (/var/www folder in archive). copy /pwserver/lib /lib . Done.

Fully translated data files to russian. Gshop cli+srv in config folder. Server work, problem or any bugs i not see.




After login server create character and press start i got this error > [h=2]Could not log in to server<[/h]
Help me please ...
 
Newbie Spellweaver
Joined
Aug 1, 2016
Messages
54
Reaction score
22
After login server create character and press start i got this error > Could not log in to server<


Help me please ...

It means the map isn't started, 153 starter map should be is62 or is61
 
Junior Spellweaver
Joined
May 22, 2017
Messages
102
Reaction score
35
can post a minimal start.sh for 12 GB RAM !

please !
 
Night Gaming Network
Joined
Sep 13, 2014
Messages
728
Reaction score
46
why not just start the main map then use pwadmin and start more untill you have 12 gig of ram worth then add those maps to the start.sh?
 
Back
Top