Guest User

Untitled

a guest
Jan 21st, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. public final void handlePacket(SeekableLittleEndianAccessor slea, MapleClient c) {
  2. MapleCharacter player = c.getPlayer();
  3. AttackInfo attack = parseDamage(slea, player, false);
  4. if (attack.skill == 21110007 || attack.skill == 21110008) {
  5. c.announce(MaplePacketCreator.updateSkill(attack.skill, c.getPlayer().getSkillLevel(21110002), 20, -1));
  6. }
  7. if (attack.skill == 21120009 || attack.skill == 21120010) {
  8. c.announce(MaplePacketCreator.updateSkill(attack.skill, c.getPlayer().getSkillLevel(21120002), 30, -1));
  9. }
Add Comment
Please, Sign In to add comment