
* Updated monsters DB (data from aegis and DP) * Updated item_db (data from aegis and DP) * Updated quest_db, thanks to @zackdreaver for the quests names ! * Implemented SC_EP16_2_BUFF_SS, SC_EP16_2_BUFF_SC, SC_EP16_2_BUFF_AC buff, thanks to @aleos89 ! ** Not removed on change map ** Not removed on log out ** Not removed by dispell/clearance/Vanishing Buster ** Removed on death * SQL synchronisation Thanks to @Badarosk0, @attackjom, @admkakaroto, @JohnnyPlayy, @Angelic234, @teededung for the reviews/contributions !
19 lines
495 B
Plaintext
19 lines
495 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]
|
|
//============================================================
|
|
|
|
- script dummy_npc -1,{
|
|
end;
|
|
}
|
|
|
|
- script dummy_cloaked_npc -1,{
|
|
end;
|
|
OnInit:
|
|
cloakonnpc strnpcinfo(0);
|
|
end;
|
|
}
|