
* Various updates to the various guild Castle scripts. - Added Guild Master Room protection. Further security so only the master of the current castle can enter the treasure room. - Updated Guild Castle Flags again. Updated remaining dialogs to official. - Updated a couple announces for when the Emperium breaks. Both are now up to par with iRO. - Moved nguild to the events folder and commented it out, as it was a kRO event that was used twice. Updated .confs to reflect this change. * Added the first class skill resetter into Prontera. She resets players under base level 40 who are first or expanded class. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10669 54d463be-8e91-2dee-dedb-b68131a5f0ec
57 lines
2.4 KiB
Plaintext
57 lines
2.4 KiB
Plaintext
// --------------------------------------------------------------
|
|
// - Warning!! Acktung!! Awas!! gevaar!! peligro!! Âíèìàíèå! -
|
|
// --------------------------------------------------------------
|
|
// - All scripts here should be used at your own risk. If you -
|
|
// - have edited it yourself, we are not responsible for any -
|
|
// - Damages or whatsoever. Do not report any bugs unless you -
|
|
// - are sure they exist. Please provide evidence and proof. -
|
|
// - eAthena developers are not responsible for any damages or -
|
|
// - disruptions of service during the service of the server -
|
|
// - caused by the included scripts or for any damages -
|
|
// - resulting in the use of the scripts. -
|
|
// - Thanks, -
|
|
// - eAthena Dev Team -
|
|
// --------------------------------------------------------------
|
|
// ------------------------- Guild Wars -------------------------
|
|
// -- Guild Wars: General
|
|
npc: npc/guild/gldfunc_manager.txt
|
|
npc: npc/guild/gldfunc_dunsw.txt
|
|
npc: npc/guild/gldfunc_flag.txt
|
|
npc: npc/guild/gldfunc_treasure.txt
|
|
npc: npc/guild/gldfunc_kafra.txt
|
|
npc: npc/guild/gldfunc_ev_agit.txt
|
|
npc: npc/guild/ev_agit_event.txt
|
|
// -- Guild Wars: Al De Baran
|
|
npc: npc/guild/aldeg/aldeg_ev_agit.txt
|
|
npc: npc/guild/aldeg/aldeg_flags.txt
|
|
npc: npc/guild/aldeg/aldeg_managers.txt
|
|
npc: npc/guild/aldeg/aldeg_kafras.txt
|
|
npc: npc/guild/aldeg/aldeg_treas.txt
|
|
npc: npc/guild/aldeg/aldeg_dunsw.txt
|
|
npc: npc/guild/aldeg/aldeg_guardians.txt
|
|
// -- Guild Wars: Geffen
|
|
npc: npc/guild/gefg/gefg_ev_agit.txt
|
|
npc: npc/guild/gefg/gefg_flags.txt
|
|
npc: npc/guild/gefg/gefg_managers.txt
|
|
npc: npc/guild/gefg/gefg_kafras.txt
|
|
npc: npc/guild/gefg/gefg_treas.txt
|
|
npc: npc/guild/gefg/gefg_dunsw.txt
|
|
npc: npc/guild/gefg/gefg_guardians.txt
|
|
// -- Guild Wars: Payon
|
|
npc: npc/guild/payg/payg_ev_agit.txt
|
|
npc: npc/guild/payg/payg_flags.txt
|
|
npc: npc/guild/payg/payg_managers.txt
|
|
npc: npc/guild/payg/payg_kafras.txt
|
|
npc: npc/guild/payg/payg_dunsw.txt
|
|
npc: npc/guild/payg/payg_treas.txt
|
|
npc: npc/guild/payg/payg_guardians.txt
|
|
// -- Guild Wars: Prontera
|
|
npc: npc/guild/prtg/prtg_ev_agit.txt
|
|
npc: npc/guild/prtg/prtg_flags.txt
|
|
npc: npc/guild/prtg/prtg_managers.txt
|
|
npc: npc/guild/prtg/prtg_kafras.txt
|
|
npc: npc/guild/prtg/prtg_dunsw.txt
|
|
npc: npc/guild/prtg/prtg_treas.txt
|
|
npc: npc/guild/prtg/prtg_guardians.txt
|
|
// --------------------------------------------------------------
|