Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
[Luclin] Acrylia Overhaul (#128)
Browse files Browse the repository at this point in the history
All are based on Al'Kabor era events

- Encounterize all events
  - Khati Sha
  - Ring of Fire
  - Trondol Escort (IAC Key)
  - High Priest
  - Archmage
  - Foreman
  - Witchdoctor

NOTE: Items missing from Archmage - Archmage's Sandals and Shiny Metallic Sash
  • Loading branch information
fryguy503 authored Jan 31, 2025
1 parent 6a95146 commit a4c219f
Show file tree
Hide file tree
Showing 28 changed files with 2,292 additions and 417 deletions.
20 changes: 20 additions & 0 deletions acrylia/#A_Grimling_Warder.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
-- #A_Grimling_Warder (154377) in Acrylia - event guardian for several events

function event_spawn(e)
eq.set_proximity(e.self:GetX() - 25, e.self:GetX() + 25, e.self:GetY() - 25, e.self:GetY() + 25);
end

function event_enter(e)
local instance_id = eq.get_zone_instance_id();
e.self:Say("A fine sacrifice you make! Say hello to the master!");
e.other:MovePCInstance(154, instance_id, -40, -766, -10, 510);
end

function event_signal(e)
if e.signal == 1 then
e.self:Shout("Master! The sacred ring of fire has been cleansed of trespassers.");
eq.depop();
elseif e.signal == 2 then
eq.depop();
end
end
22 changes: 0 additions & 22 deletions acrylia/#EvInvis.lua

This file was deleted.

23 changes: 0 additions & 23 deletions acrylia/#Raidman.lua

This file was deleted.

30 changes: 0 additions & 30 deletions acrylia/#Ward_of_Death.lua

This file was deleted.

46 changes: 0 additions & 46 deletions acrylia/#Ward_of_Life.lua

This file was deleted.

24 changes: 0 additions & 24 deletions acrylia/154052.lua

This file was deleted.

9 changes: 0 additions & 9 deletions acrylia/154129.lua

This file was deleted.

34 changes: 0 additions & 34 deletions acrylia/154151.lua

This file was deleted.

24 changes: 0 additions & 24 deletions acrylia/154152.lua

This file was deleted.

7 changes: 0 additions & 7 deletions acrylia/154156.lua

This file was deleted.

9 changes: 0 additions & 9 deletions acrylia/154159.lua

This file was deleted.

7 changes: 0 additions & 7 deletions acrylia/A_Spell_Jammer.lua

This file was deleted.

7 changes: 0 additions & 7 deletions acrylia/Defiled_Minion.lua

This file was deleted.

59 changes: 0 additions & 59 deletions acrylia/Khati_Sha_the_Twisted.lua

This file was deleted.

7 changes: 0 additions & 7 deletions acrylia/Spiritist_Andro_Shimi.lua

This file was deleted.

Loading

0 comments on commit a4c219f

Please sign in to comment.