You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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;
}