diff --git a/pupatt.lua b/pupatt.lua index e2e1158..72b359f 100644 --- a/pupatt.lua +++ b/pupatt.lua @@ -57,21 +57,6 @@ petlessZones = {50,235,234,224,284,233,70,257,251,14,242,250,226,245, 237,249,131,53,252,231,236,246,232,240,247,243,223,248,230, 26,71,244,239,238,241,256,257} ---[[ keeping for reference - -local player = GetPlayerEntity(); -local pet = player.PetTargetIndex -local recastTimerActivate = ashita.ffxi.recast.get_ability_recast_by_id(205); -local recastTimerDeactivate = ashita.ffxi.recast.get_ability_recast_by_id(208); -local recastTimerdeusex = ashita.ffxi.recast.get_ability_recast_by_id(115); -local MainJob = AshitaCore:GetDataManager():GetPlayer():GetMainJob(); -local SubJob = AshitaCore:GetDataManager():GetPlayer():GetSubJob(); -local buffs = AshitaCore:GetDataManager():GetPlayer():GetBuffs(); -local limitpoints = AshitaCore:GetDataManager():GetPlayer():GetLimitPoints(); -local zone_id = AshitaCore:GetDataManager():GetParty():GetMemberZone(0); - -]] - --------------------------------------------------------------- --try to load file when addon is loaded ---------------------------------------------------------------