Few questions about PWServer...

Status
Not open for further replies.
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
Hello, ^^

Question 1 : Is there a working "stopserver.sh" ? or a "restartserver.sh" :P , because all of "stopserver.sh" for perfect server i have found doesn't working : (

Question 2 : How can i change the rate (xp,sp,gold,...) when the server is running ? Because i must reboot my server everytime i want to change the rate x( it's not funny...

Question 3 : Can i change the GM Commands ? Because some commands are useless... and i want to put some new commands for show ID of the mobs and others ^^

Question 4 : How can i change the lvl and cultivation of a character ? Because i want to do a GM Account High Lvl and with the last culti (lv99 ?) without modify the template.conf in the gamed folder.. I don't ALL the server to be very High Lvl ^^ ! Just the GM's Accounts...

Question 4b : Can i change the xp and sp rate of donjon or other ? If yes, it's so cool for do a special zone where the GM can Lvl up and do their culti :ott1:

Question 5 : How can i edit a character ? example : for adding items in his inventory and other... Always for GM Account ^^ ! Because i must modify the gshop.data all times when i want a GM Item : (

I have to many questions but i want try to resolves this 5 questions for now ^^

Regards, Romulan.
 
Last edited:
Hello, ^^

Question 1 : Is there a working "stopserver.sh" ? or a "restartserver.sh" :P , because all of "stopserver.sh" for perfect server i have found doesn't working : (

Question 2 : How can i change the rate (xp,sp,gold,...) when the server is running ? Because i must reboot my server everytime i want to change the rate x( it's not funny...

Question 3 : Can i change the GM Commands ? Because some commands are useless... and i want to put some new commands for show ID of the mobs and others ^^

Question 4 : How can i change the lvl and cultivation of a character ? Because i want to do a GM Account High Lvl and with the last culti (lv99 ?) without modify the template.conf in the gamed folder.. I don't ALL the server to be very High Lvl ^^ ! Just the GM's Accounts...

Question 4b : Can i change the xp and sp rate of donjon or other ? If yes, it's so cool for do a special zone where the GM can Lvl up and do their culti :ott1:

Question 5 : How can i edit a character ? example : for adding items in his inventory and other... Always for GM Account ^^ ! Because i must modify the gshop.data all times when i want a GM Item : (

I have to many questions but i want try to resolves this 5 questions for now ^^

Regards, Romulan.

1. my killservers is working, i have uploaded to you. Look in my Attach Files.

Others questions, i dont know, hehe, i am noob in Pw server..
 

Attachments

@sandolkakos

Sorry your killservers.sh is the same of mine and doesn't run too =S
It's say me : no process found / no process killed (something like this...)
----------------------------------------------------------------------------------
For the most of my answers the responses are = iweb T_T (gna gna gna :'[ don't like iweb...)

But for GM commands.. they are in java.. There is some programers of Java to do new GM commands ? ^_^

Thx.

Romulan.
 
*looks at his stop_servers file*

heres the code for it..

Code:
 #kll all gameservers by bp0 <F4> upated

cd /opt/lampp
./lampp stopapache
./lampp stopmysql

cd /usr/local/jakarta-tomcat-5.5.9/bin
./shutdown.sh

cd /
sudo /bin/killall -9 glinkd
echo "Sleeping 60 seconds..."
sleep 10
sudo /bin/killall -9 loader
sudo /bin/killall -9 gs
sudo /bin/killall -9 gacd
sudo /bin/killall -9 gamedbd
sudo /bin/killall -9 gdeliveryd
sudo /bin/killall -9 gfactiond
sudo /bin/killall -9 authd
sudo /bin/killall -9 logservice
sudo /bin/killall -9 uniquenamed
#sudo /bin/kill -9 `ps -ef | grep commons-collections-3.1.jar | grep -v grep | awk '{print $2}'`
sudo /bin/kill -9 `ps -ef | grep authd | grep -v grep | awk '{print $2}'`
echo "Stop server complete"

all i can suggest is make sure all your paths are right..
 
LOL !

Yes killservers.sh doesn't run ^^ ... The only solution is always reboot the server... it's not cool for when i want modify a little gamesys.conf i must reboot the machine for this xD ... not funny... ^^

If you find something... post it ! *o*
 
Well i use most of bistyes files but i have a custom server ... sloled pieces from all ^^ put all together and got it going as for stoping the server i use the one from bistye it works for me i have my $PWPath=/PWServer and star.sh/stop.sh in /PWServer not in /root ... well if this dosent work try from the konsole as root apt-get install webmin / yum -y install webmin ... or just do it manualy Webmin 1.50 complexe linux remote management GUI console... you can acces it from
 
Status
Not open for further replies.
Back