
* Implementation of the Episode 16.1 - Edda Half Moon In The Daylight - Memorial Dungeon (quests and exchange NPCs) Thanks to @Pokye @OptimusM @idk-whoami ! Co-authored-by: Aleos <aleos89@users.noreply.github.com> Co-authored-by: Atemo <Atemo@users.noreply.github.com>
21 lines
561 B
Plaintext
21 lines
561 B
Plaintext
//===== rAthena Script =======================================
|
|
//= Global NPCs
|
|
//===== Description: =========================================
|
|
//= General npcs which should be loaded first.
|
|
//===== Additional Comments: =================================
|
|
//= 1.0 Added "dummy_npc" and "dummy_cloaked_npc". [Capuche]
|
|
//= 1.1 Added "dummy_disabled_npc". [Capuche]
|
|
//============================================================
|
|
|
|
- script dummy_npc -1,{
|
|
end;
|
|
}
|
|
|
|
- script(CLOAKED) dummy_cloaked_npc -1,{
|
|
end;
|
|
}
|
|
|
|
- script(DISABLED) dummy_disabled_npc -1,{
|
|
end;
|
|
}
|