#author("2025-06-21T09:14:03+00:00","default:yoya","yoya")
#author("2025-06-21T10:46:19+00:00","default:yoya","yoya")
[[Windower/Lua]]

* 戦闘終了 [#t4ea4738]

- https://github.com/Technyze/XIVHotbar2/issues/17

 if id == 0x02D then -- Kill Message
     mob_killed = true	
 	old_level = windower.ffxi.get_player().main_job_level
 elseif mob_killed and id == 0x061 then -- Mob Killed and Char Stats Message	
 	local packet = packets.parse('incoming', original)
 	(略)
 	mob_killed = false