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!

(Help) Need a tutorial to start a new server

Initiate Mage
Joined
Jan 20, 2017
Messages
3
Reaction score
0
Hi everyone, i just joined yesterday and followed this tutorial http://forum.ragezone.com/f452/complete-pw-package-736572/
with step by step 1.5.1 video...
but now i stuck in login screen (can't find my server, just server names i put on the serverlist), i think he missed the ip configuration part, can someone give me some links of tutorials for begginers?
thank you sorry for bad english :D
 
Initiate Mage
Joined
Jan 20, 2017
Messages
3
Reaction score
0
login in in your server with putty and type lsconfig and check your IP.

Hey, here says command not found, i used ifconfig and put my ip into this files ( /PWServer/151/glinkd/gamesys.conf )

and the client folder ( /patcher/server/serverlist.txt, /element/userdata/serverlist.txt )

It's all okay in myip:8080/pwAdmin, the server is on and maps too, and i created 2 accounts...

and i started the server by the command also ( start_min.sh, because start_full.sh takes too long and says something like an error about 120 seconds blocked... )
Do u know what i did wrong? i followed the guide exactly



login in in your server with putty and type lsconfig and check your IP.

Ok now i made something in the serverlist file, like the original one and saved this number 93 ( i don't know what is that )
I can see the server but it says unable to connect...
Lionsgate - (Help) Need a tutorial to start a new server - RaGEZONE Forums
 
Upvote 0
Initiate Mage
Joined
Jan 20, 2017
Messages
3
Reaction score
0
login in in your server with putty and type lsconfig and check your IP.

Ok i started to understand the search engine... The server is online now i can start to edit gshop etc...

I changed all the rates in ptemplate.conf but only gold drop works, the exp and drop things won't work because i think is pre configurated to pwAdmin (the 1x to 10x rate list) but the max rate is 10x.... where i can change it?

Thanks :)
 
Upvote 0
Joined
Jul 17, 2007
Messages
665
Reaction score
104
Ok i started to understand the search engine... The server is online now i can start to edit gshop etc...

I changed all the rates in ptemplate.conf but only gold drop works, the exp and drop things won't work because i think is pre configurated to pwAdmin (the 1x to 10x rate list) but the max rate is 10x.... where i can change it?

Thanks :)

Or simple GS not read the exp.sp.drop bonus from file. Then you need hexedit your GS for change rates
 
Upvote 0
Joined
Oct 11, 2012
Messages
499
Reaction score
8
You dont need to hexedit the GS. Go in your gamed folder. Open the file ptemplate.conf and add
This
exp_bonus = 200 # EXP bonus
drop_bonus = 200 # Drop bonus
money_bonus = 50 # Money drop bonus
sp_bonus = 200 # SP bonus
Under
[GENERAL]
debug_command_mode = 0
logic_level_limit=150
;allow_login_class_mask = 4095
allow_login_class_mask = 4095

It should look like:

[GENERAL]
debug_command_mode = 0
logic_level_limit=150
;allow_login_class_mask = 4095
allow_login_class_mask = 4095

exp_bonus = 200 # EXP bonus
drop_bonus = 200 # Drop bonus
money_bonus = 50 # Money drop bonus
sp_bonus = 200 # SP bonus

tested on 1.3.6 - 1.5.3
 
Upvote 0
Shh, quiet, you might piss somebody off
Developer
Joined
Dec 23, 2011
Messages
1,797
Reaction score
2,167
You dont need to hexedit the GS. Go in your gamed folder. Open the file ptemplate.conf and add
This
exp_bonus = 200 # EXP bonus
drop_bonus = 200 # Drop bonus
money_bonus = 50 # Money drop bonus
sp_bonus = 200 # SP bonus
Under
[GENERAL]
debug_command_mode = 0
logic_level_limit=150
;allow_login_class_mask = 4095
allow_login_class_mask = 4095

It should look like:

[GENERAL]
debug_command_mode = 0
logic_level_limit=150
;allow_login_class_mask = 4095
allow_login_class_mask = 4095

exp_bonus = 200 # EXP bonus
drop_bonus = 200 # Drop bonus
money_bonus = 50 # Money drop bonus
sp_bonus = 200 # SP bonus

tested on 1.3.6 - 1.5.3

this method of ptemplate.conf is for 136
but original poster in 153 can change rates via gs.conf in [wallowheavy] inside tags of rates
 
Upvote 0
Joined
Jul 17, 2007
Messages
665
Reaction score
104
You dont need to hexedit the GS. Go in your gamed folder. Open the file ptemplate.conf and add
This
exp_bonus = 200 # EXP bonus
drop_bonus = 200 # Drop bonus
money_bonus = 50 # Money drop bonus
sp_bonus = 200 # SP bonus
Under
[GENERAL]
debug_command_mode = 0
logic_level_limit=150
;allow_login_class_mask = 4095
allow_login_class_mask = 4095

It should look like:

[GENERAL]
debug_command_mode = 0
logic_level_limit=150
;allow_login_class_mask = 4095
allow_login_class_mask = 4095

exp_bonus = 200 # EXP bonus
drop_bonus = 200 # Drop bonus
money_bonus = 50 # Money drop bonus
sp_bonus = 200 # SP bonus

tested on 1.3.6 - 1.5.3
If gs fixed... but you can write anything if isn't fixed like in 1.4.2, there also only money bonus work, so if he say gold drop work and rest no then probabil same situation than in 1.4.2, it's not read from ptemplate.conf or whatever :)
 
Upvote 0
Back
Top