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)

Elite Diviner
Joined
Dec 17, 2014
Messages
482
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
482
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