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!

[Release] PT Source 2012 (Visual Studio 2013) Fixed

drz

Junior Spellweaver
Joined
Jun 7, 2013
Messages
145
Reaction score
71
[Release] PT Source 2015 (Visual Studio 2015) Fixed

Greatings,

i realese an updated Version of the (2015)PT Source. The changes are done by bocadecao and me. Please note, there can be more bugs in the source.

Chancelog:

  • Move Project Files to VS2015 Community
  • Add Debug Console to Client/Server
  • Add Shared Library wich include some Tools
  • Project use Classic files version 2015
  • Disable Code Chucksum Function. (Crash the client)
  • Disable Attack-Packet-Endcoding. (Crash the client)
  • Disable Client Ingame Message, if texture loading was failed. (Crash the client)
  • Change MSSQL Connection class for use MSSQL2008 r2
  • and some more fixes.


How to Use:
Download and install GitExtensions Full ():
Download PT-Classic: Use GitExtensions for get the Files from: git@gitlab.com:drzi/PTClassic.git

Alternative: follow install guide in ClassicPT/Bin/install_guide_classicpt.docx


Options:
gloabal: _DEBUG (will show the debug console and some debug messages)

Build Project
Use DebugServer-Configuration for building the Server
Use DebugClient-Configuration for building the Client

If you miss ATL Files, you can download here.
Upload atl librarys for all of them, they miss it in thier Windows SDK


smd3d.h
#define DISPLAY_TEXTURE_LOAD_ERROR (if this flag is set, missing textures will display in debug console and log file)

PS: sorry for bad english. i'm still learning. :(


Addinonal:
The Project includes a XAMPP WebService for provide ClanFiles as .PHP Version. (Released by Phatkone). Thank you for releasing them.
 
Last edited:
Initiate Mage
Joined
Dec 5, 2011
Messages
15
Reaction score
0
me liked :w00t:

thanks drz and bocadecao, awesome!!
 
Experienced Elementalist
Joined
Oct 30, 2009
Messages
290
Reaction score
23
Hey anyway u can post how ur VC++ directories are setup i currently have the includes and stuff, got client compiled fine but im running into errors via building in release...

Always saying cannot find or open include directory but i have put the includes in there and librarys totally lost on it lol.
 

drz

Junior Spellweaver
Joined
Jun 7, 2013
Messages
145
Reaction score
71
Never run the source in release. So i will fix the include erros int his mode provide update as soon as it done.
 
Elite Diviner
Joined
Dec 17, 2014
Messages
478
Reaction score
61
can upload all include & file in one rar?
 
Experienced Elementalist
Joined
Oct 30, 2009
Messages
290
Reaction score
23
Never run the source in release. So i will fix the include erros int his mode provide update as soon as it done.

Isnt Release to compile the runmap3d_server.exe or am i wrong when i did debug it only did the runmap3d.exe which if im right its the client?

Nvm just read #define _W_SERVER (if this flag is set, the project will build as server)
 
Last edited:

drz

Junior Spellweaver
Joined
Jun 7, 2013
Messages
145
Reaction score
71
I've allready upload everything what you need. And ya, _w_server will define the server mode of this project.
 
Experienced Elementalist
Joined
Oct 30, 2009
Messages
290
Reaction score
23
I've allready upload everything what you need. And ya, _w_server will define the server mode of this project.

I have a question when spawning armors there is like 3 specs on the armor is that normal or?
 

drz

Junior Spellweaver
Joined
Jun 7, 2013
Messages
145
Reaction score
71
Are you use Google translator? Please explain what exactly will happen. I dont notice any errors related to armor specs.
 
Experienced Elementalist
Joined
Oct 30, 2009
Messages
290
Reaction score
23
Are you use Google translator? Please explain what exactly will happen. I dont notice any errors related to armor specs.

No this is what i meant,

GrKx3Ah - [Release] PT Source 2012 (Visual Studio 2013) Fixed - RaGEZONE Forums


But only does with Assassin havent tested shaman yet.

Also command wise is there any levelup command?
 

Attachments

You must be registered for see attachments list

drz

Junior Spellweaver
Joined
Jun 7, 2013
Messages
145
Reaction score
71
Add model useage for new classes. (currently just models, no skills or functions)
As i said, there is no functionality even to Item for nur classes. So you have to remove Assassin/Shamen item from Server Directory.

Also command wise is there any levelup command?
Commands are implement in netplay.cpp. Maybe i change some (not sure) please look there.

Note: Please remember, this is not a Client/Server Project ready for use as public Server. Its just a project for learning how the PT Source works and share progress base on this source.
 
Junior Spellweaver
Joined
Jul 16, 2007
Messages
117
Reaction score
4
No this is what i meant,

drz - [Release] PT Source 2012 (Visual Studio 2013) Fixed - RaGEZONE Forums


But only does with Assassin havent tested shaman yet.

Also command wise is there any levelup command?

for now as it is not my interest new chars and 5 tier I disabled them and for now solved the problem, it has many things to be fixed before the comoceçar Mecher with these characters and tier 5
 
Junior Spellweaver
Joined
Jul 16, 2007
Messages
117
Reaction score
4
Table of level max 150

0,// 1
1000,// 2
2500,// 3
5000,// 4
9500,// 5
17100,// 6
29925,// 7
51471,// 8
87500,// 9
140001,// 10
212801,// 11
306434,// 12
416750,// 13
537608,// 14
672010,// 15
833293,// 16
1024950,// 17
1250439,// 18
1515533,// 19
1824702,// 20
2182343,// 21
2592624,// 22
3059296,// 23
3591614,// 24
4195005,// 25
4874596,// 26
5635033,// 27
6480288,// 28
7413449,// 29
8443919,// 30
9575404,// 31
10820207,// 32
12194373,// 33
13706475,// 34
15378665,// 35
17224105,// 36
19273774,// 37
21548079,// 38
24069204,// 39
26861232,// 40
29950274,// 41
33364605,// 42
37134805,// 43
41293904,// 44
45836233,// 45
50878219,// 46
56474823,// 47
62687054,// 48
69582630,// 49
77236719,// 50
85809995,// 51
95334904,// 52
105917079,// 53
117673875,// 54
130735675,// 55
145312702,// 56
161515069,// 57
179523999,// 58
199540925,// 59
221789738,// 60
246630189,// 61
274252770,// 62
304969080,// 63
339125617,// 64
377107687,// 65
419532302,// 66
466729685,// 67
519236775,// 68
577650912,// 69
642636640,// 70
715254581,// 71
796078348,// 72
886035202,// 73
986157179,// 74
1097592941,// 75
1222169740,// 76
1360886005,// 77
1515346567,// 78
1687338402,// 79
1878851311,// 80




2104313468, //81
2356831084, //82
2639650815, //83
2956408912, //84
3311177982, //85
3708519340, //86
4153541661, //87
4651966660, //88
5210202659, //89
6252243191, //90
7502691829, //91
9003230195, //92
10803876234, //93
12964651481, //94
15557581778, //95
18669098134, //96
22402917760, //97
26883501313, //98
32260201575, //99
38712241890, //100
46454690268, //101
55745628322, //102
66894753987, //103
80273704784, //104
96328445741, //105
115594134890, //106
138712961868, //107
166455554241, //108
199746665090, //109
239695998108, //110
287635197729, //111
345162237275, //112
414194684730, //113
497033621676, //114
596440346012, //115
715728415214, //116
858874098257, //117
1030648917908, //118
1236778701490, //119
1484134441788, //120
1737674075189, //121
1997552199778, //122
2263927277483, //123
2536961732130, //124
2816822048143, //125
3103678872056, //126
3397707116568, //127
3699086067192, //128
4007999491581, //129
4324635751581, //130
4649187918081, //131
4981853888742, //132
5322836508671, //133
5672343694098, //134
6030588559160, //135
6397789545849, //136
6774170557205, //137
7163720330501, //138
7555396393901, //139
7960717576459, //140
8376171788580, //141
8802012356004, //142
9238863196174, //143
9685897683765, //144
10144481398569, //145
10614529706243, //146
11096329221609, //147
11590173724859, //148
12100659307987, //149
12615209721918, //150
13129760135849, //151
 
Junior Spellweaver
Joined
Oct 4, 2007
Messages
109
Reaction score
17
Nvm that post, and I'm currently setting up to see if i can contribute to this. I'm still more interested in a PT2 source because aparantly some BR people managed to setup a Priston2 server but they are not in any way going to give out there source :|

Which client does this run on/ any direct link toward MPT db files?
 
Last edited:

drz

Junior Spellweaver
Joined
Jun 7, 2013
Messages
145
Reaction score
71
I never see a real working PT2 Server yet. Just "answearing some packets". Its hard to develop for PT2 because, there is no example. I gave up, after login into PT2 World. :)

The uploaded archive contains both. Server/Client-Source and the Server/Client Resource Files.
 
Junior Spellweaver
Joined
Oct 4, 2007
Messages
109
Reaction score
17
I never see a real working PT2 Server yet. Just "answearing some packets". Its hard to develop for PT2 because, there is no example. I gave up, after login into PT2 World. :)

The uploaded archive contains both. Server/Client-Source and the Server/Client Resource Files.
Well actually some Brazilian people recently setup so there is server files out there somewhere ;)
 

drz

Junior Spellweaver
Joined
Jun 7, 2013
Messages
145
Reaction score
71
Oh nevermind, i tought you talk about Laxelore (PT 1.5) my fault~~. I dont think PT2 is worth to work on private server, because this game looks like a cheap world of warcraft. And there are many server for it. So, i think it should be possible to rebuild Mangos/Ascend for PT2. Maybe the difference is not so big
 
Back
Top