Last problem that i have with this.I got client 1.4.6 patch 719 and it says version low.Wasn't this the right version?
Printable View
Last problem that i have with this.I got client 1.4.6 patch 719 and it says version low.Wasn't this the right version?
I'm guessing you don't really know PW otherwise you would not have had to ask this, so I'll go ahead and fill ya in :wink:
Yes it IS the right version, BUT:
you WILL get version low if ONLY your gshop time-stamp does not match. you (nor I) know what timestamp the gshop w/ ANY server release has, OR if it is even one of the originals (virgin). SO -- that being said, your best bet is to use either the highest or lowest version client, or whatever version you want, that is compatible with a certain release (in this case v80, so anywhere between [and including] patch 703 & 719). THEN copy all the VIRGIN files from the CLIENT => the SERVER. Presto, it will be a 'virgin' set up, and no 'version low' errors/problems. Do this for elements.data, tasks.data, and well ofc for gshop the gshop is not a literal copy from client=>server like the other files, but make your own server side .SEV based off the client side gshop.data
The time-stamp from virgin PWi patch v719 is:
"2013-05-17 07:32:32" for gshopsev.data
"2011-11-30 03:21:13" for gshopsev1.data
or if you're still confused just use these gshops (client and server side supplied) - they use the virgin 719 patch timestamps but are completely empty (so there's no items in the shop)...
No server and client elements and tasks are the exact same, and the ONLY reason it's not for the v136 releases is not because there's a different "client" and "server" side, it's because that server is NOT actually a v136 server (it's 126), SO, the server requires v7 elements.data while the client requires v12 data... If we had an actual v136 server, the 136 client and server side would be the exact same too :wink:
add:
Sorry if I sounded like an ass in that first post, didn't mean that if you did take it wrong but, if and as long as you use those timestamps (that I provided) for the server side, you will then be able to connect with an actual virgin patch v719 client (even if the data 'inside' the gshops don't match!). So, make sure your server side gshop's have those timestamps and then you will even be able to connect w/ a pure virgin PWi patch v719 client :wink:
The ONLY thing that I've seen cause the notorious "version too low" errors are:
1) gshop timestamps not matching between server and client
2) gs/map service 'down' (if for any reason you think it's been started but it actually has not)
The first one is REAL easy to resolve, while ofc the 2nd one could be a bajillion different things...
Thanks for this and the files earlier; I'm using loko's release and I just couldn't get it working because of the version low error. These files didn't help it at all (still getting the same problem) but now I can be 100% sure it's a problem with gs.
gs is up and responding but like I said in the other thread, the launcher.bat seems to skip the version check (the attribute 'nocheck' has to be in that file in order for it to work). Using it allows me to login, create a character and press Start. However, the game will timeout upon entering the world so it's a problem with gs. I'll probably try replacing gs with another version or something.
Still kinda weirded out why this happens since I'm not the only one.
nocheck parameter makes client skip version hash comparrisons. What is different is EnterWorld packet, which has one byte added to the end in newer versions of the game (which seems to always be 0 when I tested and still cared). This is why server will terminate connection silently (protocol mismatch, server doesn't terminate connection through tcp flag packet like normally the case), client times out, and you have what you have...
Wow. How is that even possible?
Anyway, I found something new. After reinstalling and getting the version low again, the EC.log now shows a line: "<!> svr ver: " which produces the version low (of course). Before this didn't appear on the logs at all which means I'm getting somewhere. Do you get this as well? I'll keep searching, in any case.
Now trough some miracle from GOD ahahaa i made it work again.And even more strange this time only part of the things are in chinese.Some file must be changed.Here i uploaded the working files.
working - Download - 4shared - Taw Darky
Install them into the server all of them and then in the client onlt those that need to be there.Don't forget to check if glinkd/gamesys.conf has version set to 10406 in all places.Then it should work np.unless it's something else wrong.
Going back to the IP stuff (been away for a bit) -- Assuming you're running all the 'daemons' on a single machine, you can set ALL the IP's to 127.0.0.1 for EVERY ONE of the daemons config files (in all locations with ONE exception to follow)...
The ONLY ones that should NOT be 127.0.0.1 are the "[GLinkServer#]" sections (there are four of them) of glinkd config,
THOSE should be 0.0.0.0Spoiler:
Code:[GLinkServer1]
type = tcp
port = 29000
address = 0.0.0.0
so_sndbuf = 12288
so_rcvbuf = 12288
ibuffermax = 16384
obuffermax = 65536
tcp_nodelay = 0
listen_backlog = 10
accumulate = 131072
max_users = 3000
halflogin_users = 6000
sender_interval = 200000
accumu_packets = 32768
mtrace = /tmp/m_trace.link
compress = 0
close_discard = 1
urgency_support = 1
version=10406
[GLinkServer2]
type = tcp
port = 29001
address = 0.0.0.0
so_sndbuf = 12288
so_rcvbuf = 12288
ibuffermax = 16384
obuffermax = 65536
tcp_nodelay = 0
listen_backlog = 10
accumulate = 131072
max_users = 3000
halflogin_users = 6000
sender_interval = 200000
accumu_packets = 32768
mtrace = /tmp/m_trace.link
compress = 0
close_discard = 1
urgency_support = 1
version=10406
[GLinkServer3]
type = tcp
port = 29002
address = 0.0.0.0
so_sndbuf = 12288
so_rcvbuf = 12288
ibuffermax = 16384
obuffermax = 65536
tcp_nodelay = 0
listen_backlog = 10
accumulate = 131072
max_users = 3000
halflogin_users = 6000
sender_interval = 200000
accumu_packets = 32768
mtrace = /tmp/m_trace.link
compress = 0
close_discard = 1
urgency_support = 1
version=10406
[GLinkServer4]
type = tcp
port = 29003
address = 0.0.0.0
so_sndbuf = 12288
so_rcvbuf = 12288
ibuffermax = 16384
obuffermax = 65536
tcp_nodelay = 0
listen_backlog = 10
accumulate = 131072
max_users = 3000
halflogin_users = 6000
sender_interval = 200000
accumu_packets = 32768
mtrace = /tmp/m_trace.link
compress = 0
close_discard = 1
urgency_support = 1
version=10406
[GDeliveryClient]
type = tcp
port = 29100
address = 127.0.0.1
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
accumulate = 268435456
[GProviderServer1]
type = tcp
port = 29301
address = 127.0.0.1
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
accumulate = 268435456
[GProviderServer2]
type = tcp
port = 29302
address = 127.0.0.1
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
accumulate = 268435456
[GProviderServer3]
type = tcp
port = 29303
address = 127.0.0.1
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
accumulate = 268435456
[GProviderServer4]
type = tcp
port = 29304
address = 127.0.0.1
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
accumulate = 268435456
[GFactionClient]
type = tcp
port = 29500
address = 127.0.0.1
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1638400
obuffermax = 1638400
tcp_nodelay = 0
accumulate = 268435456
[LogclientClient]
type = udp
port = 11100
address = 127.0.0.1
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 65536
obuffermax = 1048576
accumulate = 1048576
[LogclientTcpClient]
type = tcp
port = 11101
address = 127.0.0.1
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 65536
obuffermax = 1048576
accumulate = 1048576
[ThreadPool]
threads = (1,3)(100,1)(101,1)(0,1)
max_queuesize = 1048576
prior_strict = 1
I'm guessing when you go to launch GS, you'll have to send that output to a log file, then use NP++ to swap the 'encoding' to Chinese then use google translate to get any kinda clue on wtf that error is/means :wink:
This is what happens.I tried using the original client elements.data tasks.data dyn_tasks.data and tasknpc.data but then i get low version.So that it out of the question.
Attachment 136896
how to change servertime?
... this is a developent forum ... if you need information about this ask other forum ... or google ... btw this is basic knowledge ...
I there any Hex gen that contains attack level and all that stuff?
It's true though, with all the stuff we've learned about hex (and Drakaer's GREAT guide) you can almost figure out anything hex related using nothing more than your brain :D:
I got an error version too low due to tasks.data. However, that was because i was changing Mr Killers server to english, so my own fault, and not relevent to people just runing it as is. I will say though it works with the v719 english client after a few modifications, most promenent being timestamping the data files to match the sever side.
That being said, changing the language over to english was simple enough, I just needed to copy and match up the timestamps for tasks.data, elements.data on the sever side. I should mention that timestamping alone cleaned up the connection problem, moving the tasks and elements was just to fix invalid skill issues.
PS: I would like to note this server worked right out of the zip right out of the zip on a clean install on a VBox ubuntu 10.4 server. Also a clean v719 english client, with propper timestamping, ports, and ip settings. However, I pulled the data files from the server at first which made it 中國的, so reversing that proccess gets it to english.
There is enough information on the forum to get your own client sorted within 20 minutes.
Step 1: Download PWis client 676
Step 2: Download patches up to 719
Step 3: Manually update client to 719
Step 4: Use a gshop editor to make sure the timestamp matches and save client and server side versions
Step 5: Copy element.data and task.data from client to server side
Step 6: Edit serverlist.txt to the IP of your server
Pretty sure I covered anything, if you get a problem, google "site:forum.ragezone.com/f755 <Problem Here>"
Anybody Have a NPCedit and Task Edit ??? please share :*:
try your glasses ... http://forum.ragezone.com/showthread.php?t=848042
fgru @ n4 @ tt4
Perhaps I confused some people here, I do not have a problem, my server is up, it works fine and so does the client. DaBadBoy gave the details better but what I was trying to say is that the server DOES work, and getting the client to work is as easy as what DaBadBoy said. The rest where just personal experiments, I had swaped the languages a couple of times between chineese, spanish, and english. the v719 clients work fine in any of these languages if you follow the information in the website.
However, questions pertaining to /PWServer/anything here, are in the wrong server. Everything installs in /home not in root and not in /root
hi all, i have 1 error help me plz for resolv thx
i don't have create char in game :/
warning : dbauctionlist: rpc timeout. Resend request.
warning : dbwebtradeload: rpc timeout. Resend request.
err : dbfactionfortressload: rpc timeout. Resend request.
err : dbforceload: timeout.
err : dbloadglobalcontrol: timeout.
err : DBRoleNameList init timeout!
i got PWI v676 Client,
PWI Manual Patch Links - v747 September 27 - Perfect World
which Manual Updates I should Download now..
There are 2 or more of Up to 719 patches.
If you have version 676 client take patches from 676 to 719.All of them.Or you could just simply get the client from here -> http://forum.ragezone.com/f751/perfe...t-v719-958168/
Posted by me,it's a PWI v719 unmodified client.
can some one explain for me how to install a pw admin for this server plz im new in tis things.
plz
:*:
copy to your webserver ( jetty / tomcat ) ... open it ... try it ...
how to install tomcat bro can some one tell me?
i use jetty but its not work i can open the page but i cant do anything with jetty.
Installing and Running Jetty | Javalobby
Put the jetty folder in /PWServer/ with all your other Daemon folders, read and follow tutorial.
pwAdmin and iweb go into /webapps folder.
Attachment 137767
i have this error:hmmmm2:
i stil cant use pwadmin
some one have a step by step guide for a noob newbie?
From Ronny's tools i used Jetty 7 and had no problems, i wonder what version of jetty you're using, looks like a dependancy issue..maybe your version of jetty is too high or you need to replace a dependancy.
i download ronny's tools too but look at this .
Attachment 137776
i select
ACCOUNTS|CHARACTERs SERVER CONFIGURATION|SERVER CONTROL|ADDONS
but nothing happened.
i use jetty 7.4.2.
thats stupid . every day the same questions ... search and read the documentation ...
i used dbo befor but then i cant enter tha game its says wrong pass or user name.
im not stupid fgru i read all of them but i still have problem.
i using dbo now but i still have same problem.
may be i use wrong dbo.sql can u upload ur dbo.sql and pwAdmin for me?
You're maybe not stupid, but your questions are.
Read a bit more, specially about different authd/credential encodings, and then come back.
The version of pwAdmin that comes with Ronny's Tools is outdated and meant for 136 primarily.
You need this version.
For iweb you need this version
The wrong pass/username has been answered many times...3 versions of authd floating around, different ways to hash your registration etc.
Search, read...search, read.
Dude trust me i had all those problems you had.If you search all my posts you will have the answers too all your problems since i already asked,me and many others.The problem with wrong user and password is because that pwadmin stores the password as bin_salt wich means you will need to search on this forum for a bin_salt register script and auth.Someone already posted an archive with 3 auth and registration pages in md5 salt and bin_salt hash format.
http://forum.ragezone.com/f751/fixed...daemon-894765/
Use bin_salt auth and register script with the database from ronny's pwadmin.if you already have an account registered in the db with the previous script it will not work since it's not bin_salt,just delete it and register another one with the bin_salt script in the archive from the post i gave you.
Hi, so I followed all the instructions and I managed to get my server and client to run but two error messages appear and I've tried everything, for 2 days I've been looking. If anyone has a solution please PM or reply to this with a quote. thanks. screenshots of problem: this I ignored but first error; http://i.imgur.com/d6EP24N.png and the second error when I actually run the game then try to log in: Your current client program version Is low please exit and update. additional info: I've tried almost everything but Verifying doesn't work.
No you didn't.If i have to count how many times that has been answered around here i think it would be "Over 9000".You need to get a timestamped gshop and copy it in server and client.Also copy elements.data airpolicy.data taks.data dyn_tasks.data from client to server or viceversa. gshop - Download - 4shared - Taw Darky
Base64 is an encoding. All the authds use md5 in some way, what's different is the encoding of it, which I meant to express through that post.
ok, uh, thanks.
I'll definitely try it, thanks for the info.
Everything i searched on this had 0 solutions. thanks though.
Hi, tawdarky, sorry to say its me again, have followed all your instructions and still end up with this frustrating "LOW" . I am going to ask a really dumb question now, so please forgive me, I am a real Noob, my question is this :- why has no one ever provided a "matched SERVER and CLIENT" where all that is required is to do a ifconfig and note own ip address and then instructions on which files to to insert the ip into. This would mean no "patching 719, no Gshop changes, Policy etc. The server would then not have this "LOW" problem. Once the server and client are working together, changing Gshop etc would then be a doddle! What do you think of this suggestion, bearing in mind that there are lots of noobs out there, that it would be helping. Looking forward to some constructive answer"S" thanks.
Spoon-feed people? Why, Why would we want more newbies learning nothing at all?
if you can't figure things out using older server files or just guess and check, I'm sorry, but you shouldn't be running a server. and that's my 2¢
You install a client that matches the server from PWI, you edit gshop/gshop1 make a new timestamp, make a .sev version, and run the server. it's NOT hard
If you change anything on the gshop you would still have timestamp etc, so why would it be a doddle?, which begs the question...why provide a matching set in the first instance if you would only change it anyway?
There is a lot to be learned from the 136 files, generally the quest for knowledge begins there and eventuates in the 145+ section.
When the server files 145+ are given, nobody cares about gshop, nobody that knows how to run them properly anyway...the files are not given with helpful hints or instructions...it is assumed you would know what is needed and just do it.
If you have played with the 136 files and read the 136 forum section you would know, infact the whole forum is absolutely chock full of any informations you seek.
gshop is easy, as for anything else required it is also very easy...providing you know what you are doing.
You know what you are doing from practice and thinking and reading and more reading and actually trying and failing till you get it right.
One final thing...you will remain a 'noob' forever if everything requires no effort or thinking, practice makes perfect.
Ok so you are still getting version low.What client do you use?Did you put those files where i told you? elements.data tasks.data dyn_tasks.data airpolicy.data gshop.data and gshop1.data -> home/gamed/config -> for server and pwclient/element/data -for client.It's impossible that it doesn't work.Take those files from the client except for the gshop,use the gshop i gave you.It's empty btw so you will have no gshop in game but it should work.
This is the client i recommend -> http://forum.ragezone.com/f751/perfe...t-v719-958168/
I uploaded it myself and it works.It's a PWI v719 untouched client so you have to do nothing to it just put the gshop in it.
:P: Well Psytrac, what a constructive answer this was! Yes I am a noob, and asking for constructive help, just like lots of noobs on this PW Forum. So what do I get back in return, some other noob that cannot understand the question, and has a peanut for a brain! Read the question again, then have another look at the answer you gave me!!! LOL. Please do not waste our time with answers like this, it just makes you look a real "Jerk". I will invite you to my private server within the next two months, then we will see what you have to say. So please don't waste my time and other users that are looking for real answers to their questions.
if you working and learning in next two mounths 24/7 on pw, you will be noob like now. when u spent YEARS by dev, and over some hundred USEFULL post here then you can blame any1 here.
he was jerk so what? you know why? coz we are epic-mega-ultra-xtreme-superbatmen-piratejesus tired on answering question which is answered / solved int * n times
What we all learned we learned by LEARNING we didn't have all these guides and people pushing us answers. When I was given my first server package, it had nothing done, the files were COMPLETELY untouched. I took the time to figure out everything and filled it out myself.
Hi Argonaut, your reply was really helpful, as you know I am a noob and there are lots of us on this forum. The point you make is a good one, and I will go back and read all the old posts, but my real problem is getting to match up a server and client, when it may well be the gshop that is at fault (LOW) in the first place. Your question of "which begs the question...why provide a matching set in the first instance if you would only change it anyway?" Please note that it cannot be changed, if I cannot get the server and client working in the first place! and it may be the Gshop that is stopping it! Just one last point, as a noob, who has just joined the Forum, I went straight to ver 1.4.4 as these are the latest servers. Sorry about that.
http://forum.ragezone.com/f753/typic...g-hand-836410/
Took a whole 10 seconds of searching..
Hi Psytrac, sorry I was a little hard on you, but I found your last answers NO help what so ever, in your #273 reply. I really thought the PW Forum was here to help, so any help to my previous questions would be very much appreciated. So please would you have another look at my question, and provide me with an answer worth reading. Thanks a lot, in anticipation of your constructive help.
"figure things out using older server files or just guess and check"Quote:
version low
wrong gshop.data or gshop1.data [ client ]
wrong gshopsev.data or gshopsev1.data [ sever ]
gshop = normal boutique | gshop1 = event boutique
gshop.data | 1 and gshopsev.data | 1 need same timetamp
Price ( value 0 : crash server) [ thx @ NoSlave ]
stack > max stack causes this too [ thx @ Psytrac ] > 343 says
... glinkd/gamesys.conf the version= may be set to the wrong number. [ thx @qwename ]
"You install a client that matches the server from PWI, you edit gshop/gshop1 make a new timestamp, make a .sev version, and run the server. it's NOT hard"
you just don't read..
Here, personal story..
I started with the same questions, the same issues, I was told to work on it on my own, and when I had SPECIFIC questions, they were answered. "How do I make a server" was not answered
Hi again Psytrac, you are now starting to help solve my problem, with this (LOW).I can assure you I have read the above reasons for the LOL, and may I also add a few more,
"You need to get a timestamped gshop and copy it in server and client.Also copy elements.data airpolicy.data taks.data dyn_tasks.data from client to server or viceversa." (thanks to tawdarky, who has been exceptionally helpful in his replies). My story line is like this :- I have tried all these suggestions, on two different computers, one running Win8 with virtualbox and Ubuntu 12.04 desktop version and another computer running Win7 virtualbox and Ubuntu server. Have had the same problem on both systems. Just out of interest, I have had the 1.3.6 hrace009 server and client working with no difficulty on both computers. (Maybe this is why I am despite to get the 1.4.7. v80 up and running. Thanks for your help.:*:
and still you aren't stating what you did, how you did it, or anything..
post game1.log
(and don't worry about the gibberish, also put it in code tags. thanks)
Just so you know it doesn't matter where you run your server that problem is configuration related.And btw the gshop tools have a timestamp bug,both of them.best way to timestamp files is to get this windows shell extension -> SKTimeStamp
Works with XP and Windows 7 and you will have no problems with it.
Uhm - you're not aware that windows timestamp != gshop timestamp it seems?!...
pwtools has no timestamp bug and all tools work 100% ...
Where did i say that?I sayd i tried both of those tools and none of them work.I always thought it;s the gshop that doesn't work but they actualy had a wrong timestamp,it just didn't timestamped it the same.Tried them with xp and windows 7 and same problem.I didn't mention that when i was using sgshop editor it was an older version and not the latest.
Firsl post links is dead. Re-share please
https://disk.yandex.com/public/?hash...c%3D&locale=ru
original source
Hello tawdarky, thank you very much for all your help, your an inspiration to to all us noobs. Sorry I have not replied to you sooner, I have been working away from home, most of the week. I would like to clarify a few points, firstly I am using ServerFiles1.4.7.zip as the Server, and the Sql_for_ Database.sql. Should I be using [Server] 1.4.7.SOW as the SERVER? The 2nd thing is when I run the client you suggested, it shows version 1.4.6 build 2305, should this not show 1.4.7? The third question is what config files in the client do I put my ip address into, I have noticed glinkd config file has 0.0.0.0 in the first 4 locations and the rest has 127.0.0.1. Do I need to put my 192.168.0.24 if read from ifconfig display page into these 4 locations, or leave them 0.0.0.0? Sorry to ask these questions, but the Forum pages do contradict themselves some times. Lastly which files in the server needs 192.168.0.24? Just to clarify the above, I am using the instructions on the first page of the Forum to load the server and its database into VirtualBox 4.2.18 r88780 and Ubuntu desktop 12.04.3-desktop i386. The server files are ServerFiles1.4.7.zip as the Server, and the Sql_for_ Database.sql and the client are Perfect World TS.Part01 to 09. I have also followed all your instructions with Gshop and xxx.data files to the letter. Again I have noticed a coulple of things, one is when I copy files over to the server, they change from root to my username, is this normal? and 2nd thing is I have to delete gshopsev1.data as it comes up error 3 when I try to copy the new gshopsev1.dat over it. I am really sorry to have to ask all these questions, but I have had so much useful help from you, rather then some idiots on the Forum that want to waste my time, calling me, owing that I am a noob, and proud of it. We all started as a noob at some stage. Many thanks, in anticipation of your constructive answers.
1.ServerFiles1.4.7 is just fine that's what i use
2.Those files are not actualy 1.4.7 they are still 1.4.6 like someone suggested on this thread so that client works fine
3.you replace 127.0.0.1 with your server ip (ifconfig in ubuntu) 0.0.0.0 should not be changed
4.sql for database is only if you don't plan on using ronny's pwadmin.If you want to use pwadmin use the structure that came with pwadmin(the file was named dbo.sql).
5.I'm not sure what you mean when you say they change from root to your username.Are you not logged in as root in winscp?what's your username in ubuntu?root or something else?
I could help you set it up trough teamviewer if you want.PM me with your skype id and i will set it up for you.
Well what an experience that was, I was so impressed with your skill and knowledge on this problem of mine of the "Low" and you resolved so quickly, it was amazing! Thanks so much for all your help, I hopefully will become as skilled and as helpful as you have been to me. Some so called answers I have had on the Forum just makes me wonder if they know anything at all about the subject of the question, and so they answer with an absolute useless comment, so why do they bother responding with what is total crap! Many thanks friend, from KingofSiara it was a MAGIC experience.:D:
If someone came and did my work for me, or fed me grapes to the mouth then it would also be a "magic" experience...mind you i would not have actually achieved anything.
A lot of answers are designed to get that old grey matter pumping again and to show you the way of being self sufficient in searching and reading...this way you actually learn and achieve something.Quote:
Some so called answers I have had on the Forum just makes me wonder if they know anything at all about the subject of the question, and so they answer with an absolute useless comment, so why do they bother responding with what is total crap
Being that you jumped straight to the latest files...i never did that, spent a long while on the 136 files and so a lot of noob questions were either answered there in 136 section or had already been answered and surely did not require repeating the same old questions again...and again....and again...and again...you get the picture there.Quote:
rather then some idiots on the Forum that want to waste my time, calling me, owing that I am a noob, and proud of it
Anyway glad your problem got sorted, with tawdarky doing it for you.
The problem with you becoming experienced is not due to lack of help. it's lack of commitment on your part, having the answers HANDED to you is not how you become skilled.
Sure, I started that way on 1.4.4, but I had SOME experience with 1.3.6 by then, and when 1.4.5 came out I was handed untouched files, and told: fix them yourself. it took me a week or so, but then with just a MINIMAL amount of assistance I get them up and running. reflections came AS a cpackage, we all worked those from scratch, and v70 and v80 we were given packs with modified files, I sought the only files I needed to have a clean package, and in doing so I got everything untouched. I worked those from scratch and I figured them out fairly quickly. In the meantime I set up a CPW server, and am now working on much more than just "setting up" a server, I assisted several people in setting up theirs, but they didn't ask 50 questions about everything, and demand matched clients and servers. We have EVERYTHING you need to get here on the forums. take the time to search and discover them
You wont -- if you always have people doing stuff FOR you -- instead of learning for yourself! Ever hear -- "Give a man a fish, feed him for a day; Teach a man to fish, feed him for life" ???!!!???
Lets see how you get after 'hanging out here' for 5+ years and watch people ask the SAME EXACT fuckin' questions OVER and OVER and OVER and OVER and OVER and OVER and OVER and OVER and OVER and OVER and OVER and... I hope you get the point! Some questions have been asked literally 1,000,000,000 times! People don't bother to read and search (and then search and read some MORE) all the plethora of information that already exists here. Instead they'd rather have everything spoon-fed to them from a golden spoon, off a silver platter!!! So yes, if anyone asks something that is info already laying somewhere around here, they will either: not receive an answer at all, receive a smart ass answer, receive an answer that sounds plausible but is incorrect info... And (sadly?) that doesn't bother me (being a "mod") ONE BIT, why, because I too think people need to learn to READ and SEARCH and then just when they think they're done reading and searching -- SEARCH and READ SOME MORE :wink:
:ehh: I am using these files with client 719 http://forum.ragezone.com/f751/perfe...t-v719-958168/.
almost everything is working right, but the npc's "Spirit of the Forge" Nirvana and Twiligt forges are not working. when i try to craft something it says: "Invalid Service Request."
what to do now?
i have followed this little guide but still nothing my problem is not solved :(::(:http://forum.ragezone.com/f753/servi...ilable-870023/
Thanks Gentlemen for all your help, it's been interesting search and read /laugh .
Keep up the good work.
i want 1.5.0 file server :o
who know when we can download 1.5.0 file server ?:o
when ppl offers 5k, 1.5k, 700 usd for legit v85 files and 1-6k usd for v88 files for a non-leeching ppl what you think when its coming to public? ofc maybe you can obtain cheeper from no-name nubs whos even dont know how to use, but does not matter, they getting for free and tryng to sell. this is the reason why i gonna delete all of my tools, source codes etc to all of latest mysql record in fcking database
*Edit*
http://prntscr.com/23wk24
http://prntscr.com/23wk4d
please help
First off, don't go harassing people in PM.
Honestly.. I'm not even one of the "big dogs" Why does EVERYONE bother me with "I need help"
2nd off.. that's glinkd or gdeliveryd that is failing
Exactly, read what its telling you, check logs of whats failing, and go from there.
Don't just instantly ask for help, you can help yourself a bit.
Good afternoon, Please could re-leveling of the rar file and also the SQL server are offline, so I'm not asking because I thought the forum such file if you can help thank you very much, thank you! PS: The title of the poster was not 1.4.7 v80? kkkk good weekend everyone :)
Sorry, um..
Yeah, what? XD.