1- i can't see monster
2- any acc login by any password
3-DragonWhirl skill and BladeTempest can Crossing the pole wall
[Only registered and activated users can see links. Click Here To Register...]
any help :mofo:
PHP Code:
public uint Hitpoints
{
get
{
return _hitpoints;
}
set
{
if (EntityFlag == EntityFlag.Player)
Update(Network.GamePackets.Update.Hitpoints, value, false);
WriteUInt16((ushort)value, 84, SpawnPacket);//74
_hitpoints = value;
}
}
PHP Code:
public string Name
{
get { return _Name; }
set
{
_Name = value;
WriteUInt16(10014, 2, SpawnPacket);
SpawnPacket = new byte[8 + 230 + _Name.Length];
WriteUInt16((ushort)(230 + _Name.Length), 0, SpawnPacket);
WriteStringList(new List<string> { _Name }, 226, SpawnPacket);
WriteUInt16(10014, 2, SpawnPacket);
}
}
3-DragonWhirl skill and BladeTempest can Crossing the pole wall
[Only registered and activated users can see links. Click Here To Register...]
any help :mofo: