diff --git a/powater/a_little_frog.lua b/powater/a_little_frog.lua new file mode 100644 index 000000000..2046b4141 --- /dev/null +++ b/powater/a_little_frog.lua @@ -0,0 +1,17 @@ +function event_spawn(e) + eq.set_timer('Depop', 1500 * 1000); +end + +function event_combat(e) + if (e.joined == true) then + eq.stop_timer('Depop'); + else + eq.set_timer('Depop', 1500 * 1000); + end +end + +function event_timer(e) + if (e.timer == 'Depop') then + eq.depop(); + end +end diff --git a/powater/a_young_barracuda.lua b/powater/a_young_barracuda.lua new file mode 100644 index 000000000..2046b4141 --- /dev/null +++ b/powater/a_young_barracuda.lua @@ -0,0 +1,17 @@ +function event_spawn(e) + eq.set_timer('Depop', 1500 * 1000); +end + +function event_combat(e) + if (e.joined == true) then + eq.stop_timer('Depop'); + else + eq.set_timer('Depop', 1500 * 1000); + end +end + +function event_timer(e) + if (e.timer == 'Depop') then + eq.depop(); + end +end diff --git a/powater/a_young_deepwater_kraken.lua b/powater/a_young_deepwater_kraken.lua new file mode 100644 index 000000000..2046b4141 --- /dev/null +++ b/powater/a_young_deepwater_kraken.lua @@ -0,0 +1,17 @@ +function event_spawn(e) + eq.set_timer('Depop', 1500 * 1000); +end + +function event_combat(e) + if (e.joined == true) then + eq.stop_timer('Depop'); + else + eq.set_timer('Depop', 1500 * 1000); + end +end + +function event_timer(e) + if (e.timer == 'Depop') then + eq.depop(); + end +end diff --git a/powater/a_young_hraquis.lua b/powater/a_young_hraquis.lua new file mode 100644 index 000000000..2046b4141 --- /dev/null +++ b/powater/a_young_hraquis.lua @@ -0,0 +1,17 @@ +function event_spawn(e) + eq.set_timer('Depop', 1500 * 1000); +end + +function event_combat(e) + if (e.joined == true) then + eq.stop_timer('Depop'); + else + eq.set_timer('Depop', 1500 * 1000); + end +end + +function event_timer(e) + if (e.timer == 'Depop') then + eq.depop(); + end +end diff --git a/powater/a_young_pirahna.lua b/powater/a_young_pirahna.lua new file mode 100644 index 000000000..2046b4141 --- /dev/null +++ b/powater/a_young_pirahna.lua @@ -0,0 +1,17 @@ +function event_spawn(e) + eq.set_timer('Depop', 1500 * 1000); +end + +function event_combat(e) + if (e.joined == true) then + eq.stop_timer('Depop'); + else + eq.set_timer('Depop', 1500 * 1000); + end +end + +function event_timer(e) + if (e.timer == 'Depop') then + eq.depop(); + end +end diff --git a/powater/a_young_regrua.lua b/powater/a_young_regrua.lua new file mode 100644 index 000000000..2046b4141 --- /dev/null +++ b/powater/a_young_regrua.lua @@ -0,0 +1,17 @@ +function event_spawn(e) + eq.set_timer('Depop', 1500 * 1000); +end + +function event_combat(e) + if (e.joined == true) then + eq.stop_timer('Depop'); + else + eq.set_timer('Depop', 1500 * 1000); + end +end + +function event_timer(e) + if (e.timer == 'Depop') then + eq.depop(); + end +end diff --git a/powater/a_young_sea_turtle.lua b/powater/a_young_sea_turtle.lua new file mode 100644 index 000000000..2046b4141 --- /dev/null +++ b/powater/a_young_sea_turtle.lua @@ -0,0 +1,17 @@ +function event_spawn(e) + eq.set_timer('Depop', 1500 * 1000); +end + +function event_combat(e) + if (e.joined == true) then + eq.stop_timer('Depop'); + else + eq.set_timer('Depop', 1500 * 1000); + end +end + +function event_timer(e) + if (e.timer == 'Depop') then + eq.depop(); + end +end diff --git a/powater/a_young_swordfish.lua b/powater/a_young_swordfish.lua new file mode 100644 index 000000000..2046b4141 --- /dev/null +++ b/powater/a_young_swordfish.lua @@ -0,0 +1,17 @@ +function event_spawn(e) + eq.set_timer('Depop', 1500 * 1000); +end + +function event_combat(e) + if (e.joined == true) then + eq.stop_timer('Depop'); + else + eq.set_timer('Depop', 1500 * 1000); + end +end + +function event_timer(e) + if (e.timer == 'Depop') then + eq.depop(); + end +end