• 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)

Joined
Sep 23, 2012
Messages
472
Reaction score
178
Re: [Release]Piercing Blow

I do not know how to find it

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
            });
        }
    }
}
 
Newbie Spellweaver
Joined
May 9, 2013
Messages
49
Reaction score
0
Re: [Release]Piercing Blow

Not Work T_T

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
        });
     }
}
 
Joined
Sep 23, 2012
Messages
472
Reaction score
178
Re: [Release]Piercing Blow

No
How to fix ?

edit db Character

`Character_Id =` 602009
`Character_Head =` 701021
`Character_Face` = 800040
`Character_Jacket =` 900018
`Character_Poket` = 1000015
`Character_Glove` = 1100013
`Character_Belt` = 1200008
`Character_Holster = `1300010
`Character_Skin` = 0
`Character_Beret` = 0
 
Newbie Spellweaver
Joined
May 9, 2013
Messages
49
Reaction score
0
Re: [Release]Piercing Blow

Not Work T_T
How to fix ?





edit db Character

`Character_Id =` 602009
`Character_Head =` 701021
`Character_Face` = 800040
`Character_Jacket =` 900018
`Character_Poket` = 1000015
`Character_Glove` = 1100013
`Character_Belt` = 1200008
`Character_Holster = `1300010
`Character_Skin` = 0
`Character_Beret` = 0
 
Joined
Sep 23, 2012
Messages
472
Reaction score
178
Re: [Release]Piercing Blow

Not Work T_T
How to fix ?



i update github
fix start battle
Kirito2105 - Piercing Blow Emulator Source (Unfinished) - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Oct 29, 2015
Messages
9
Reaction score
1
Re: [Release]Piercing Blow

database not complate :(
I wanna Added new weapon
 
Newbie Spellweaver
Joined
Aug 27, 2016
Messages
6
Reaction score
0
Re: [Release]Piercing Blow

1)Open config files and edit ip address.
2)start Cached.exe , Login.exe , Game.exe
3)edit in client file \Config\lwsi_En.sif
4)stat client run.bat

Kirito which the program used to run the server?
 
Newbie Spellweaver
Joined
Aug 27, 2016
Messages
6
Reaction score
0
Re: [Release]Piercing Blow

kirito please download database complete
 
Back
Top