easy way to run v69 files
i posting here the fully gamesys.conf files of all modules
but ?
how to setup ?
create a folder called PWServer on / folder
after extract the package src files into here
PWServer setup.rar
download my pack
extract all the gamesys and overwrite all
set passwd of your database on /PWServer/authd/build/table.xml
on /PWServer/setup files/ you see the pwdb.sql to run in to mysql
you see also the libs to install in /lib, /lib32, /usr/lib, /usr/lib32,
also send all files of etc folder to /etc of your linux
start your server via ./start.sh
Register passwords like a 0x MD5
enjoy guys ^^
Like if i help you
Re: easy way to run v69 files
:thumbup1:
Great file.
:wink: mine is same like your file sir.. :rolleyes:
I need asking sir,,
On file io.conf from gacd 1.4.5 Reflection
Quote:
[Other]
zoneid = 16
but on io.conf 1.4.5 v63:
Quote:
[Other]
zoneid = 1
do you know what functions? why this different value?
Re: easy way to run v69 files
i use original values, i just make configuration of modules etc, to connect and work 100%
just dont change and no have any problem with that
Re: easy way to run v69 files
Little Info On PW Reflection ptemplate.conf:
MONEY_bonus work 100% when change value, but the other line , like :
EXP_bonus, SP_bonus and DROP_bonus isn't work.
Re: easy way to run v69 files
use elements.data and logic replace to change exp
Re: easy way to run v69 files
:thumbup: i like to look hrace009 face when he see this
Re: easy way to run v69 files
Quote:
Originally Posted by
VanHauten
:thumbup: i like to look hrace009 face when he see this
some like this maybe
http://i47.tinypic.com/1sxxja.jpg
Re: easy way to run v69 files
Quote:
Originally Posted by
Bola
:lol::lol::lol::lol::lol::lol:
Re: easy way to run v69 files
Bola is the man.
Bola você é o cara. :)
Re: easy way to run v69 files
Re: easy way to run v69 files
Then you're doing something very wrong... as it's the cpackage authd...
Re: easy way to run v69 files
That and, I would NEVER trust pwAdmin (except for v136) to tell you if it was running or not in the first place... Why don't you try manually looking to see if authd is really running or not?
Re: easy way to run v69 files
This is iweb and I believe him (did not lie while). Yesterday spent the whole evening to make sure, configuration bola is not working, then used auth from old 1.4.5, not very good, but it works.
1 Attachment(s)
Re: easy way to run v69 files
Quote:
Originally Posted by
tytyt
This is iweb and I believe him (did not lie while). Yesterday spent the whole evening to make sure, configuration bola is not working, then used auth from old 1.4.5, not very good, but it works.
I tried configuration bola is work for me, iweb and the others,, but now I mix some configuration on my server
Quote:
Originally Posted by
tytyt
look, that's authd is worked, check your process used "top" on your terminal, and you will know, it's working (java) or not. And check on file jsp on your iweb.
Attachment 120917
Re: easy way to run v69 files
have you put all in folder /etc thats my failure havent put the ./setup/etc in my main Linux /etc try that
Re: easy way to run v69 files
if ./authd offline . chance path in script like " fw.write("cd " + pw_server_path + "authd/; ./authd >" + pw_server_path + "logs/auth.log &\n"); " >>> authd/; ./authdor authd/build; or authd/; ./authd.sh or ... look at your working startscript ...
Re: easy way to run v69 files
sory, how to login as GM ?
Re: easy way to run v69 files
Re: easy way to run v69 files
Quote:
Originally Posted by
aqrashu
sory, how to login as GM ?
first thing first is you have to create special "GM" account then login...
Re: easy way to run v69 files
fgru, your suggestion not help. First, bola's start.sh & stop.sh broken:
http://s018.radikal.ru/i503/1301/1f/7b52ef427920.png
i use .sh from other server with text from this files. Auth not load
http://i076.radikal.ru/1301/08/06da05e5cf74.png
After stop.sh something wrong with java
http://s018.radikal.ru/i514/1301/81/9a9cfdbf433b.png
:wink:(по моему никто не смог запустить сборку болы в оригинальном виде, у всех проблемы с аутом)
Re: easy way to run v69 files
Quote:
Originally Posted by
tytyt
have you convert start.sh to unix file? use this command dos2unix?
have you check all libs and files in the right path?
Re: easy way to run v69 files
Quote:
Originally Posted by
tytyt
you got wrong folder path. make sure everything in the same path
Re: easy way to run v69 files
tytyt use my full server release and dont use this files ,
Re: easy way to run v69 files
if bad interpreter try
sed 's/\r//' filename
and next time save file as unix format
Re: easy way to run v69 files
Quote:
Originally Posted by
gunse
have you convert start.sh to unix file? use this command dos2unix?
have you check all libs and files in the right path?
Quote:
Originally Posted by
Hycker
if bad interpreter try
sed 's/\r//' filename
and next time save file as unix format
Here's another way to 'convert' from "dos" to "unix" 'format' utilizing linux terminal (SOURCE):
Code:
tr -d '\r' < input.file > output.file
or (SOURCE)
Code:
sed 's/\x0D$//' input.txt > output.txt
Though for a Winblows environment I too use dos2unix (and unix2dos) for all my dos-2-unix and unix-2-dos conversions...