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
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
470
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
470
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