All zones should be deactivated on entry.
This commit is contained in:
parent
79e2ecfb01
commit
922992467c
@ -65,7 +65,7 @@ public class TimedHuntingZoneList implements IClientOutgoingPacket
|
||||
packet.writeD(holder.getMaximumAddedTime() / 1000);
|
||||
packet.writeD(holder.getRemainRefillTime());
|
||||
packet.writeD(holder.getRefillTimeMax());
|
||||
packet.writeC(!_isInTimedHuntingZone || _player.isInTimedHuntingZone(holder.getZoneId()) ? 1 : 0); // field activated
|
||||
packet.writeC(_isInTimedHuntingZone ? 0 : 1); // field activated
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
@ -65,7 +65,7 @@ public class TimedHuntingZoneList implements IClientOutgoingPacket
|
||||
packet.writeD(holder.getMaximumAddedTime() / 1000);
|
||||
packet.writeD(holder.getRemainRefillTime());
|
||||
packet.writeD(holder.getRefillTimeMax());
|
||||
packet.writeD(!_isInTimedHuntingZone || _player.isInTimedHuntingZone(holder.getZoneId()) ? 1 : 0); // field activated (272 C to D)
|
||||
packet.writeD(_isInTimedHuntingZone ? 0 : 1); // field activated (272 C to D)
|
||||
packet.writeH(0); // 245
|
||||
}
|
||||
return true;
|
||||
|
@ -65,7 +65,7 @@ public class TimedHuntingZoneList implements IClientOutgoingPacket
|
||||
packet.writeD(holder.getMaximumAddedTime() / 1000);
|
||||
packet.writeD(holder.getRemainRefillTime());
|
||||
packet.writeD(holder.getRefillTimeMax());
|
||||
packet.writeD(!_isInTimedHuntingZone || _player.isInTimedHuntingZone(holder.getZoneId()) ? 1 : 0); // field activated (272 C to D)
|
||||
packet.writeD(_isInTimedHuntingZone ? 0 : 1); // field activated (272 C to D)
|
||||
packet.writeH(0); // 245
|
||||
}
|
||||
return true;
|
||||
|
@ -65,7 +65,7 @@ public class TimedHuntingZoneList implements IClientOutgoingPacket
|
||||
packet.writeD(holder.getMaximumAddedTime() / 1000);
|
||||
packet.writeD(holder.getRemainRefillTime());
|
||||
packet.writeD(holder.getRefillTimeMax());
|
||||
packet.writeC(!_isInTimedHuntingZone || _player.isInTimedHuntingZone(holder.getZoneId()) ? 1 : 0); // field activated
|
||||
packet.writeC(_isInTimedHuntingZone ? 0 : 1); // field activated
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
@ -65,7 +65,7 @@ public class TimedHuntingZoneList implements IClientOutgoingPacket
|
||||
packet.writeD(holder.getMaximumAddedTime() / 1000);
|
||||
packet.writeD(holder.getRemainRefillTime());
|
||||
packet.writeD(holder.getRefillTimeMax());
|
||||
packet.writeD(!_isInTimedHuntingZone || _player.isInTimedHuntingZone(holder.getZoneId()) ? 1 : 0); // field activated (272 C to D)
|
||||
packet.writeD(_isInTimedHuntingZone ? 0 : 1); // field activated (272 C to D)
|
||||
packet.writeH(0); // 245
|
||||
}
|
||||
return true;
|
||||
|
@ -65,7 +65,7 @@ public class TimedHuntingZoneList implements IClientOutgoingPacket
|
||||
packet.writeD(holder.getMaximumAddedTime() / 1000);
|
||||
packet.writeD(holder.getRemainRefillTime());
|
||||
packet.writeD(holder.getRefillTimeMax());
|
||||
packet.writeD(!_isInTimedHuntingZone || _player.isInTimedHuntingZone(holder.getZoneId()) ? 1 : 0); // field activated (272 C to D)
|
||||
packet.writeD(_isInTimedHuntingZone ? 0 : 1); // field activated (272 C to D)
|
||||
packet.writeH(0); // 245
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user