First round of minor updates for WoE SE.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12462 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
3f944dd947
commit
a1d132effc
@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
|
||||
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
||||
|
||||
2008/04/02
|
||||
* Rev. 12462 Updated MAX_GUILDCASTLE to support new castles. [L0ne_W0lf]
|
||||
* Added SV_KEEP_TERMINATOR option to not split the line terminator.
|
||||
* Added sv_split to strlib.c/h (similar to sv_parse). [FlavioJS]
|
||||
2008/03/31
|
||||
|
@ -1,5 +1,7 @@
|
||||
Date Added
|
||||
|
||||
2008/04/02
|
||||
* Rev. 12462 Uncommented restricted map entryies for WoESE maps. [L0ne_W0lf]
|
||||
2008/03/07
|
||||
* Added config settings mob_active_time and boss_active_time, what they do
|
||||
is specify a duration during which monsters will keep running their active
|
||||
|
@ -31,13 +31,13 @@ force_1-3 mapflag restricted 3
|
||||
prt_are_in mapflag restricted 3
|
||||
|
||||
//WoE:SE Maps
|
||||
//schg_cas01 mapflag restricted 4
|
||||
//schg_cas02 mapflag restricted 4
|
||||
//schg_cas03 mapflag restricted 4
|
||||
//schg_cas04 mapflag restricted 4
|
||||
//schg_cas05 mapflag restricted 4
|
||||
//arug_cas01 mapflag restricted 4
|
||||
//arug_cas02 mapflag restricted 4
|
||||
//arug_cas03 mapflag restricted 4
|
||||
//arug_cas04 mapflag restricted 4
|
||||
//arug_cas05 mapflag restricted 4
|
||||
schg_cas01 mapflag restricted 4
|
||||
schg_cas02 mapflag restricted 4
|
||||
schg_cas03 mapflag restricted 4
|
||||
schg_cas04 mapflag restricted 4
|
||||
schg_cas05 mapflag restricted 4
|
||||
arug_cas01 mapflag restricted 4
|
||||
arug_cas02 mapflag restricted 4
|
||||
arug_cas03 mapflag restricted 4
|
||||
arug_cas04 mapflag restricted 4
|
||||
arug_cas05 mapflag restricted 4
|
||||
|
@ -44,6 +44,8 @@
|
||||
|
||||
=======================
|
||||
2008/04/02
|
||||
* Rev. 12462 Added new castles to castle database. [L0ne_W0lf]
|
||||
* Added new restriction for new castle maps to skill_nocast_db.
|
||||
* Rev. 12460 Updated Anubis drops to official. [L0ne_W0lf]
|
||||
2008/03/27
|
||||
* Added constants for the cell checking script function [ultramage]
|
||||
|
@ -22,12 +22,17 @@
|
||||
17,prtg_cas03,Fadhgridh,Agit_Pt03,1 // kRO : Lazrigees
|
||||
18,prtg_cas04,Skoegul,Agit_Pt04,1 // kRO : Squagul
|
||||
19,prtg_cas05,Gondul,Agit_Pt05,1 // kRO : Guindull
|
||||
20,nguild_alde,Novice Castle 1,Agit_N01,2
|
||||
21,nguild_gef,Novice Castle 2,Agit_N02,2
|
||||
22,nguild_pay,Novice Castle 3,Agit_N03,2
|
||||
23,nguild_prt,Novice Castle 4,Agit_N04,2
|
||||
//24,schg_cas01,Schwaltzvalt Castle,Agit_sc01,1 // kRO : Schwaltzvalt Castle
|
||||
//25,schg_cas02,Schwaltzvalt Castle,Agit_sc02,1 // kRO : Schwaltzvalt Castle
|
||||
//26,schg_cas03,Schwaltzvalt Castle,Agit_sc03,1 // kRO : Schwaltzvalt Castle
|
||||
//27,schg_cas04,Schwaltzvalt Castle,Agit_sc04,1 // kRO : Schwaltzvalt Castle
|
||||
//28,schg_cas05,Schwaltzvalt Castle,Agit_sc05,1 // kRO : Schwaltzvalt Castle
|
||||
20,nguild_alde,Earth,Agit_N01,2
|
||||
21,nguild_gef,Air,Agit_N02,2
|
||||
22,nguild_pay,Water,Agit_N03,2
|
||||
23,nguild_prt,Fire,Agit_N04,2
|
||||
24,schg_cas01,Himinn,Agit_Sc01,1 // kRO : Himinn
|
||||
25,schg_cas02,Andlangr,Agit_Sc02,1 // kRO : Andlangr
|
||||
26,schg_cas03,Viblainn,Agit_Sc03,1 // kRO : Viblainn
|
||||
27,schg_cas04,Hljod,Agit_Sc04,1 // kRO : Hljod
|
||||
28,schg_cas05,Skidbladnir,Agit_Sc05,1 // kRO : Skidbladnir
|
||||
29,arug_cas01,Mardol,Agit_Ar01,1 // kRO : Mardol
|
||||
30,arug_cas02,Cyr,Agit_Ar02,1 // kRO : Cyr
|
||||
31,arug_cas03,Horn,Agit_Ar03,1 // kRO : Horn
|
||||
32,arug_cas04,Gefn,Agit_Ar04,1 // kRO : Gefn
|
||||
33,arug_cas05,Bandis,Agit_Ar05,1 // kRO : Bandis
|
||||
|
@ -60,3 +60,7 @@
|
||||
//Zone 3 - Izlude Battle Arena
|
||||
219,128 //Snatch
|
||||
26,128 //Teleport
|
||||
|
||||
//Zone 4 - WoE:SE
|
||||
264,256 //Snap
|
||||
426,256 //High Jump
|
||||
|
@ -94,6 +94,16 @@ Info: Gained access to Rachel Santuary (yes/no)
|
||||
How to set: set MISC_QUEST,MISC_QUEST | 8192;
|
||||
How to check: if(MISC_QUEST & 8192){}
|
||||
|
||||
Quest: Message Delivery Quest
|
||||
Info: Send a message to Elly, in Niflheim from Erious.
|
||||
How to set: set MISC_QUEST,MISC_QUEST | 16384;
|
||||
How to check: if(MISC_QUEST & 16384){}
|
||||
|
||||
Quest: Umbala Domestic Dispute?
|
||||
Info: Reward: 1 yggdrasil leaf.
|
||||
How to set: set MISC_QUEST,MISC_QUEST | 32768;
|
||||
How to check: if(MISC_QUEST & 32768){}
|
||||
|
||||
--------------------------------------------------------------
|
||||
Variable: MISC_QUEST2
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
#define MAX_GUILDEXPULSION 32
|
||||
#define MAX_GUILDALLIANCE 16
|
||||
#define MAX_GUILDSKILL 15 // increased max guild skills because of new skills [Sara-chan]
|
||||
#define MAX_GUILDCASTLE 29 // increased to include novice castles [Valaris]
|
||||
#define MAX_GUILDCASTLE 34 // Updated to include new entries for WoE:SE. [L0ne_W0lf]
|
||||
#define MAX_GUILDLEVEL 50
|
||||
#define MAX_GUARDIANS 8 //Local max per castle. [Skotlex]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user