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

Newbie Spellweaver
Joined
Oct 18, 2012
Messages
22
Reaction score
2
Hello Suuzy, plis help me?
my VM receives this message when I try to load your file



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


EDIT: SORRY, I OPENING IN VMWARE kkkkkkkkkkkkkk
 
Last edited:
Newbie Spellweaver
Joined
Jun 13, 2016
Messages
50
Reaction score
1
you need use oracle VM.
It wrong format to run VMware.
try again with oracle VM
 

drz

Junior Spellweaver
Joined
Jun 7, 2013
Messages
145
Reaction score
71
Can some mod please move this VM Question of djmaiko? Wrong topic.

Anyway. Another push is done.
Fixed ATA-SoulSucker Skill
Fixed Warpgate from DE3 -> Ancient Temple.

pull from remote for getting this fixes
 
Newbie Spellweaver
Joined
Jun 13, 2016
Messages
50
Reaction score
1
can you tell me about add class new Point. Assassine and shaman
I had check some files . smPacket.h , fileread.cpp , Morayon.cpp , hoLogin.cpp , playmodel.h ...... but I had add new define . client crash when i put creat new class .
I want add style model head Tier 5 .
tell me about it. Thank so much.
 

drz

Junior Spellweaver
Joined
Jun 7, 2013
Messages
145
Reaction score
71
for new classes, youn need to add:
-new class definitions for them
-change skillid system to new kpt structure for adding skills for new classes
-loading thier models files and assign them
-check all occurences of old classes and check if new classes have to handel there to
 
Newbie Spellweaver
Joined
Jun 13, 2016
Messages
50
Reaction score
1
thank you.
But i had check all ok. can you tell me list file need fix new class.
because old version the first you had add new class OK. only Shaman error ^^
Thanks so much .
 

drz

Junior Spellweaver
Joined
Jun 7, 2013
Messages
145
Reaction score
71
Just compare with old Version. I dont have a List Like this and the implementing of new classes was never finished in old version
 
Newbie Spellweaver
Joined
Jun 4, 2010
Messages
12
Reaction score
3
New features added, use the following define on nettype.h to use them:
Code:
#DEFINE USE_NEW_FEATURES
  • Global Chat
  • Stats +10 holding B for players
  • Premium mask hh/mm/ss instead of Min
  • Items stay on the NPC after being bought
  • Remember the last logged ID
  • Boss time command for players (/bosstime)
 
RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
@drz i've just uploaded the v3 of the PHP clan files, (implemented a fail check to ensure db connectivity). (just an fyi :) )
 
Newbie Spellweaver
Joined
Jun 13, 2016
Messages
50
Reaction score
1
when i add new class.
i had problem crash client. . when i put button creat new account and chose tempskron .
Debug to point MotionInfo
line
frame = MotionInfo->StartFrame*160;
at file character.cpp .
can you tell me about error ?
I had add new amor in playmodel.h and all connect to JOBCODE_ASSASSINE.

Thank so much.
 
Back
Top