Work on Icecrown Citadel has been started.
Will return to development of Ruby Sanctum (i mean to finish Halion) after that.
ArcLuaScripts its a NON-OFFICIAL scripting project for ArcEmu just for learning purposes. Its NOT intended as a replace for ArcEmu official plugins, its a complement.
I had started this project for myself, but use it if you want. In that case i hope you enjoy it as much as i enjoyed ArcEmu.
WARNING: this wont expand too much since lua resources are very limited but i will push it to his limits.
Feel free to open tickets to report bugs.
Lua scripts for Instances, Bosses, Creatures, GameObjects, Gossips and Quests. The main focus is set at Ruby Sanctum.
All script has been writed to prevent variable collision. Some bosses has been scripted in modular way.
- Support to load creatures speaches (sound + text + emote) from database
- AI Summons loaded from database (experimental)
- AI Out of Combat Cast loaded from database (experimental)
- There are some others script wich are uncompleted, useless or gonna be ported to APE
| Icecrown Citadel | Status |
|---|---|
| Lord Marrowgar | ✔️ |
| Lady Deathwhisper | ✔️ |
| Gunship Battle | ❌ Need core support |
| Deathbringer Saurfang | ❌ Need core support |
| Festergut | WIP |
| Rotface | WIP |
| Professor Putricide | ❌ Need core support |
| Sister Svalna | WIP |
| Sindragosa | WIP: need gravity, far visibility, far spawn |
| The Lich King | WIP: need SetZoneMusic |
| Instance | WIP |
| The Ruby Sanctum | Status |
|---|---|
| Baltharus | ✔️ |
| Saviana | ✔️ |
| Zarithian | ✔️ |
| Halion | WIP: need GO anim progress, better formation angles |
| Instance | ✔️ |
To run properly require the contents of 0Misc folder from ArcEmu github repository.
Also require db world database.
-
Copy all files from scripts\prod folder in to your ArcEmu scripts folder.
-
Apply all files from sql folder to your world database (for db only).
- Trinity for texts, sound ids, timers, spell ids and some inspiration.
- @DarkAngel39 for his instance progression system.
- @Marforius for ArcAddons who make my life much easier.
- Hypersniper for his lua guides and some job in the lua engine.
- @Paroxysm for his Modular Way of scripting, LCF and Lua Scripting Expected Standards.
- ArcEmu developers for ArcEmu and A.L.E, specially to @dfighter1985