Community Downloads of x32 / x 64 cores - Much appreciation and thanks for this:
PSD 10969+ Pryd Server 3.3.5 (64 Bit Blizz server)
64 Bit Win -- Ty Giorqa
RapidShare AG, Cham, Switzerland
32 Bit Win -- Ty Cyrez
Uploaded 32Bit compile for those interested Here
Question:
Answer:
Bots, unfortunately, have many issues as you've pointed out. I wish I had the time and expertise to make it the way Lorac & machiavelli used to...
At this time, the community can work on the code if they choose. Since it's already in the source, one would think that would make it
easier to improve, since half the battle is patching the bots in, and making them spawn w/out crashing the server.
As far as the /whisper quest goes, I would disable /whisper quest to the bots until someone can shed light with a proper fix.
In my opinion, I'd much rather see the combat side of bots come back and be improved first. As to when that will happen, up to the masses.
Question:
Answer:
When you run the server for the first time, run it in a command prompt. Open Start Menu, type in. Select the Command Window and type in:Code:CMDtill you get to your root folder,Code:cd..
usually c: then doto find your emulation folder example:Code:/dir or /listFinally once in the right folder, run the worldserver.exe by just typingCode:cd C:/Emulation/PDScore/
Then when the server closes, due to an error, the CMD window will not close and you can post up your results here.Code:worldserver.exe
Otherwise make sure that you have changed the config files from worldserver.conf.dist to worldserver.conf, authserver.conf. World not starting it normally due to
configuration errors, hosed database on install, missing core ( system updates ) like x32/x64 redistributable's by Microsoft.
Question:
Answer:
Download Navicat Lite for MySQL. Open up character database and the table in question, usually character game event save..
Right click, Truncate. Restart Server. One must do this any time a switch is made between YTDB or TDB.
Question:
[QUOTE=giorqa;2027962]Do like I do not know.
I made this version.
Prid do I add a server, Witergrasp-but it does not work properly.
Answer:
Giorqa,
Thanks for sharing the x64 bins. I'm sorry we don't have WinterGrasp included at this time but hopefully in a future release.
Best thing I can say is if you have files that you've tested with the core, post it up on our community forums where we can all have go at it. We also have a pastebin, feel free to use that too!
Question:
Answer:
For the most part SVN revision 198 ( not auto-balancer core ) has all the customs coded into the source.
You just need to compile the source and use the proper database.
As far as how to .patch, there are many ways to do that depending on what program you are using;
examples git, svn, hg, or even by hand as I prefer to do. Therefore you should look up a guide as to what program you are patching with.
Normally patches work well when you:
1) have patches that match core releases like LordPsyan does.
2) Also patches are meant to be patched onto a pure source ( for the most part )
PDS sources are NOT pure, therefore, the patches ( if executed ) would hardly be able to account for all of the changes in our custom cores, so don't waste your time trying
again unless of course you are hand coding, then by all means, feel free to enhance.
Lastly, I may provide the .patches ( if I do ) it's because I want you and others to know
just what we had to do, to make it work, ( or to see by looking if the patch is hard coded ).
That way if someone wants to enhance or remove they'll know just how to do it by working the code in reverse.