• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Piercing Blow Emulator Source (Unfinished)

Elite Diviner
Joined
Dec 17, 2014
Messages
485
Reaction score
61
Re: [Release]Piercing Blow

hello man, how to compiled this server? but i compiled getting error.
 
Elite Diviner
Joined
Dec 17, 2014
Messages
485
Reaction score
61
Re: [Release]Piercing Blow

what error?

this error bro
Kirito2105 - Piercing Blow Emulator Source (Unfinished) - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Oct 4, 2014
Messages
12
Reaction score
1
Re: [Release]Piercing Blow

How can i fix it?

 
Newbie Spellweaver
Joined
Apr 14, 2013
Messages
36
Reaction score
8
Re: [Release]Piercing Blow

open folder Piercing-Blow.git\trunk\PiercingBlow.Game\Network\Send
and edit file PROTOCOL_BATTLE_STARTBATTLE_ACK.cs
open in notepad
Code:
using PiercingBlow.Commons.Network;

namespace PiercingBlow.Game.Network.Send
{
    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, 0x02, 0x00, 0x00, 0x01
            });
        }
    }
}

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


Yeah ! I get a fix it but i don't know how to find value packet.
Thanks for all the support.
 
Newbie Spellweaver
Joined
Mar 2, 2022
Messages
28
Reaction score
0
can you reupload the client.. i just need the client and the server is already compiled
 
Back
Top