Re: [Release]Piercing Blow
Re: [Release]Piercing Blow
Quote:
Originally Posted by
QcBlastar
you are welcome
Re: [Release]Piercing Blow
Re: [Release]Piercing Blow
Quote:
Originally Posted by
QcBlastar
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
});
}
}
Re: [Release]Piercing Blow
Quote:
Originally Posted by
Kirito2105
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
Re: [Release]Piercing Blow
Quote:
Originally Posted by
QcBlastar
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
});
}
}
}
Re: [Release]Piercing Blow
Not Work T_T
Quote:
Originally Posted by
Kirito2105
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
});
}
}
Re: [Release]Piercing Blow
Quote:
Originally Posted by
bmzproject
Not Work T_T
you fix item?
Re: [Release]Piercing Blow
No
How to fix ?
Quote:
Originally Posted by
Kirito2105
you fix item?
Re: [Release]Piercing Blow
Quote:
Originally Posted by
bmzproject
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
Re: [Release]Piercing Blow
Not Work T_T
How to fix ?
ฝากรูป ฝากรูปฟรี โหลดเร็ว ไม่มีล่ม คิดจะฝากรูปคิดถึง MX7
ฝากรูป ฝากรูปฟรี โหลดเร็ว ไม่มีล่ม คิดจะฝากรูปคิดถึง MX7
Quote:
Originally Posted by
Kirito2105
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
Re: [Release]Piercing Blow
Quote:
Originally Posted by
bmzproject
i update github
fix start battle
https://pp.vk.me/c638828/v638828434/...R2hWIxH84s.jpg
Re: [Release]Piercing Blow
database not complate :(
I wanna Added new weapon
Re: [Release]Piercing Blow
Quote:
Originally Posted by
Oreki Lazy
database not complate :(
I wanna Added new weapon
I gave the source code on themselves
Re: [Release]Piercing Blow
Ok Thank you ><
Quote:
Originally Posted by
Kirito2105