- Added Magic Book Quest for Warlocks.
- Followup r16102 * Correctly fixed bugreport:5030 now. * Restorded scripts_custom.conf since mine accidently got commited with my last commit. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16103 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
// War of Emperium has started.
|
||||
OnAgitStart:
|
||||
if (strnpcinfo(0) == "Gld_Agit_Manager") end;
|
||||
MapRespawnGuildID strnpcinfo(2),GetCastleData(strnpcinfo(2),1),4;
|
||||
MapRespawnGuildID strnpcinfo(2),GetCastleData(strnpcinfo(2),1),6;
|
||||
GvgOn strnpcinfo(2);
|
||||
|
||||
// Spawn (fall through), or respawn the Emperium once it has been broken.
|
||||
@@ -120,7 +120,7 @@ OnAgitBreak:
|
||||
|
||||
// Announce that the Emperium is destroyed, and respawn all but new castle-occupants.
|
||||
mapannounce strnpcinfo(2),"The emperium has been destroyed.",bc_map|bc_woe,"0x00CCFF",FW_NORMAL,12;
|
||||
MapRespawnGuildID strnpcinfo(2),.@GID,4;
|
||||
MapRespawnGuildID strnpcinfo(2),.@GID,6;
|
||||
|
||||
// Refresh castle data, disable Kafra and reset Invest information.
|
||||
donpcevent strnpcinfo(0)+"::OnRecvCastle";
|
||||
|
||||
2161
npc/quests/magic_books.txt
Normal file
2161
npc/quests/magic_books.txt
Normal file
File diff suppressed because it is too large
Load Diff
@@ -83,6 +83,7 @@ npc: npc/airports/yuno.txt
|
||||
// --------------------------------------------------------------
|
||||
// ------------------------- RE - Quests ------------------------
|
||||
// npc: npc/quests/cupet.txt
|
||||
npc: npc/quests/magic_books.txt
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// --------------------------- Quests ---------------------------
|
||||
@@ -249,7 +250,6 @@ npc: npc/kafras/dts_warper.txt
|
||||
// --------------------------------------------------------------
|
||||
// --------------------------- Events ---------------------------
|
||||
//npc: npc/events/bossnia.txt
|
||||
//npc: npc/events/easter.txt
|
||||
//npc: npc/events/valentinesday.txt
|
||||
//npc: npc/events/xmas.txt
|
||||
//Official idRO Idul Fitri Event
|
||||
|
||||
@@ -7,9 +7,6 @@
|
||||
// ------------------------- My Scripts -------------------------
|
||||
//npc: npc/location/to/script.txt
|
||||
// Your scripts go here!!
|
||||
npc: npc/custom/extrablatt.txt
|
||||
npc: npc/custom/ranker.txt
|
||||
npc: npc/custom/emp_break_room.txt
|
||||
// --------------------------------------------------------------
|
||||
// ----------------------- Basic Scripts -----------------------
|
||||
// -- Card Remover
|
||||
@@ -66,7 +63,7 @@ npc: npc/custom/emp_break_room.txt
|
||||
// A nice lottery (very flexible)
|
||||
//npc: npc/custom/lottery.txt
|
||||
//
|
||||
// Wedding script (rewritten by Scotlex. )
|
||||
// Wedding script (rewritten by Scotlex )
|
||||
// Supports Same-sex marriages.
|
||||
//npc: npc/custom/marriage.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user