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!

Piercing Blow Emulator Source (Unfinished)

Joined
Sep 23, 2012
Messages
470
Reaction score
178
THESE FILES ARE INCOMPLETE AND WILL NOT WORK 100%.
DO NOT ASK QUESTIONS RELATED TO INCOMPLETE FEATURES.


Due to lack of time and knowledge.
I decided to lay out your project.
It does not have a lot of things, but for now suffice.
This is the latest version at the moment.

Screenshots and descriptions are in this topic.
http://forum.ragezone.com/f903/showcase-piercing-blow-project_gideon-1103676/

If that write, I will help.
Download Client:
Download Server:
database:

Thank you for the help:Awiion and PROGRAMMATOR

 
Last edited by a moderator:
Shh, quiet, you might piss somebody off
Developer
Joined
Dec 23, 2011
Messages
1,797
Reaction score
2,162
Re: [Release]Piercing Blow

what is version from client ? i have one client here, wants know if is required download all entire client or just update it at latest, and ty for release, is a good content for study purposes
 
Joined
Sep 23, 2012
Messages
470
Reaction score
178
Re: [Release]Piercing Blow

what is version from client ? i have one client here, wants know if is required download all entire client or just update it at latest, and ty for release, is a good content for study purposes

i using last usa 3.8
 
Joined
Sep 23, 2012
Messages
470
Reaction score
178
Re: [Release]Piercing Blow

with last usa i got crash at training room, u are sure is the latest from development thread, ( by the way there no problem with that, just want know if is latest one ).

yes last
just after the updates are not all updated
later fix
 
Newbie Spellweaver
Joined
Apr 14, 2013
Messages
36
Reaction score
8
Re: [Release]Piercing Blow

Kirito2105 - Piercing Blow Emulator Source (Unfinished) - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Sep 17, 2013
Messages
9
Reaction score
1
Re: [Release]Piercing Blow

Kirito I have this error

Kirito2105 - Piercing Blow Emulator Source (Unfinished) - RaGEZONE Forums
 
Joined
Sep 23, 2012
Messages
470
Reaction score
178
Re: [Release]Piercing Blow

HOW TO FIX IT ? :8:

Kirito2105 - Piercing Blow Emulator Source (Unfinished) - RaGEZONE Forums

need fix PROTOCOL_BATTLE_STARTBATTLE_ACK
Code:
class PROTOCOL_BATTLE_STARTBATTLE_ACK : ServerPacket
    {
        public override void WriteImpl()
        {
            WriteB(new byte[] {
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
        });
     }
}
 
Newbie Spellweaver
Joined
Apr 14, 2013
Messages
36
Reaction score
8
Re: [Release]Piercing Blow

need fix PROTOCOL_BATTLE_STARTBATTLE_ACK
Code:
class PROTOCOL_BATTLE_STARTBATTLE_ACK : ServerPacket
    {
        public override void WriteImpl()
        {
            WriteB(new byte[] {
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
        });
     }
}



I do not know how to find it
 
Back
Top