* You may notice that your /guild2/ folder shrunk considerably - you're welcome. x.x

* You may also notice that your /guild2/ folder no longer functions. If that's the case... blame Maki (you can find him on the forums, IRC, TS, TSR, etc...)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16571 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
euphyy 2012-08-03 21:28:27 +00:00
parent eec011f75c
commit 9441082024
14 changed files with 2208 additions and 29161 deletions

View File

@ -1,9 +1,11 @@
//===== rAthena Script =======================================
//= WOE Controller
//= Euphy's WOE Controller
//===== By: ==================================================
//= Euphy
//===== Current Version: =====================================
//= 1.3a
//= 1.3b
//===== Compatible With: =====================================
//= rAthena SVN r16571+
//===== Description: =========================================
//= A controller for War of Emperium designed for
//= simplicity and ease of use.
@ -38,7 +40,7 @@ OnInit:
"aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05",
"arug_cas01","arug_cas02","arug_cas03","arug_cas04","arug_cas05",
"schg_cas01","schg_cas02","schg_cas03","schg_cas04","schg_cas05";
setarray .EndLabel$[0],"aru01","aru02","aru03","aru04","aru05","sch01","sch02","sch03","sch04","sch05";
setarray .EndLabel$[0],"ar01","ar02","ar03","ar04","ar05","sc01","sc02","sc03","sc04","sc05";
setarray .Days$[0],"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday";
setarray .Regions$[0],"Prontera","Payon","Geffen","Aldebaran","Arunafeltz","Schwaltzvalt";
setarray .Map$[0],"prt_gld","pay_gld","gef_fild13","alde_gld","aru_gld","sch_gld";
@ -83,7 +85,7 @@ OnMinute00:
donpcevent "Agit#"+.Castles$[.@j]+"::OnAgitEnd";
killmonster .Castles$[.@j], "Agit#"+.Castles$[.@j]+"::OnAgitBreak";
} else {
donpcevent "Manager#"+.Castles$[.@j]+"_02::OnAgitEnd2";
donpcevent "Manager#"+.Castles$[.@j]+"::OnAgitEnd2";
killmonster .Castles$[.@j], "Steward#"+.EndLabel$[.@j-20]+"::OnStartArena"; } } }
break; } }
set .Init,0;

1796
npc/guild2/agit_main_se.txt Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,172 +0,0 @@
//===== rAthena Script =======================================
//= War of Emperium Second Edition
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
//= 1.0
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= WoE SE Guild dungeon entrances in Juno and Rachel
//===== Additional Comments: =================================
//= 1.0 First Version [L0ne_W0lf]
//============================================================
schg_cas01,280,391,3 script Mysterious Sunflower#01 976,{
set .@GID, GetCastleData("schg_cas01",1);
if (getcharid(2) == .@GID) {
mes "-It's an amazingly huge sunflower; as big as a human! ... You feel something mysterious emanating from the flower.-";
next;
switch(select("Hold the stem.:Do nothing.")) {
case 1:
warp "schg_dun01",262,314;
end;
case 2:
mes "It's too scary to touch unknown things.";
close;
}
}
}
schg_cas02,174,328,3 script Mysterious Sunflower#02 976,{
set .@GID, GetCastleData("schg_cas02",1);
if (getcharid(2) == .@GID) {
mes "-It's an amazingly huge sunflower; as big as a human! ... You feel something mysterious emanating from the flower.-";
next;
switch(select("Hold the stem.:Do nothing.")) {
case 1:
warp "schg_dun01",94,284;
end;
case 2:
mes "It's too scary to touch unknown things.";
close;
}
}
}
schg_cas03,25,22,3 script Mysterious Sunflower#03 976,{
set .@GID, GetCastleData("schg_cas03",1);
if (getcharid(2) == .@GID) {
mes "-It's an amazingly huge sunflower; as big as a human! ... You feel something mysterious emanating from the flower.-";
next;
switch(select("Hold the stem.:Do nothing.")) {
case 1:
warp "schg_dun01",79,140;
end;
case 2:
mes "It's too scary to touch unknown things.";
close;
}
}
}
schg_cas04,280,391,3 script Mysterious Sunflower#04 976,{
set .@GID, GetCastleData("schg_cas04",1);
if (getcharid(2) == .@GID) {
mes "-It's an amazingly huge sunflower; as big as a human! ... You feel something mysterious emanating from the flower.-";
next;
switch(select("Hold the stem.:Do nothing.")) {
case 1:
warp "schg_dun01",212,70;
end;
case 2:
mes "It's too scary to touch unknown things.";
close;
}
}
}
schg_cas05,280,391,3 script Mysterious Sunflower#05 976,{
set .@GID, GetCastleData("schg_cas05",1);
if (getcharid(2) == .@GID) {
mes "-It's an amazingly huge sunflower; as big as a human! ... You feel something mysterious emanating from the flower.-";
next;
switch(select("Hold the stem.:Do nothing.")) {
case 1:
warp "schg_dun01",322,166;
end;
case 2:
mes "It's too scary to touch unknown things.";
close;
}
}
}
arug_cas01,157,345,3 script Mysterious Sunflower#06 977,{
set .@GID, GetCastleData("arug_cas01",1);
if (getcharid(2) == .@GID) {
mes "-It's an amazingly huge sunflower; as big as a human! ... You feel something mysterious emanating from the flower.-";
next;
switch(select("Hold the stem.:Do nothing.")) {
case 1:
warp "arug_dun01",350,350;
end;
case 2:
mes "It's too scary to touch unknown things.";
close;
}
}
}
arug_cas02,350,294,3 script Mysterious Sunflower#07 977,{
set .@GID, GetCastleData("arug_cas02",1);
if (getcharid(2) == .@GID) {
mes "-It's an amazingly huge sunflower; as big as a human! ... You feel something mysterious emanating from the flower.-";
next;
switch(select("Hold the stem.:Do nothing.")) {
case 1:
warp "arug_dun01",350,50;
end;
case 2:
mes "It's too scary to touch unknown things.";
close;
}
}
}
arug_cas03,312,154,3 script Mysterious Sunflower#08 977,{
set .@GID, GetCastleData("arug_cas03",1);
if (getcharid(2) == .@GID) {
mes "-It's an amazingly huge sunflower; as big as a human! ... You feel something mysterious emanating from the flower.-";
next;
switch(select("Hold the stem.:Do nothing.")) {
case 1:
warp "arug_dun01",50,50;
end;
case 2:
mes "It's too scary to touch unknown things.";
close;
}
}
}
arug_cas04,312,154,3 script Mysterious Sunflower#09 977,{
set .@GID, GetCastleData("arug_cas04",1);
if (getcharid(2) == .@GID) {
mes "-It's an amazingly huge sunflower; as big as a human! ... You feel something mysterious emanating from the flower.-";
next;
switch(select("Hold the stem.:Do nothing.")) {
case 1:
warp "arug_dun01",50,350;
end;
case 2:
mes "It's too scary to touch unknown things.";
close;
}
}
}
arug_cas05,312,154,3 script Mysterious Sunflower#10 977,{
set .@GID, GetCastleData("arug_cas05",1);
if (getcharid(2) == .@GID) {
mes "-It's an amazingly huge sunflower; as big as a human! ... You feel something mysterious emanating from the flower.-";
next;
switch(select("Hold the stem.:Do nothing.")) {
case 1:
warp "arug_dun01",200,386;
end;
case 2:
mes "It's too scary to touch unknown things.";
close;
}
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -35,21 +35,18 @@ npc: npc/guild/prtg_cas05.txt
//npc: npc/guild/trs_rp.txt
// --------------- War of Emperium Second Edition ---------------
// WoE SE scripts in their purest form, unoptomized.
// To disable any single castle, comment it out.
// --------------------------------------------------------------
// - WoE SE time settings
npc: npc/guild2/agit_start_se.txt
// - Guild NPC Template file
npc: npc/guild2/agit_main_se.txt
// - Town Flags
npc: npc/guild2/guild_flags.txt
// - Arunafeltz
npc: npc/guild2/arug_cas01.txt
npc: npc/guild2/arug_cas02.txt
npc: npc/guild2/arug_cas03.txt
npc: npc/guild2/arug_cas04.txt
npc: npc/guild2/arug_cas05.txt
// - Guild Dungeon Entrances
npc: npc/guild2/guild_dungeon.txt
// - Town Flags
npc: npc/guild2/guild_flags.txt
// - Schwaltzvalt
npc: npc/guild2/schg_cas01.txt
npc: npc/guild2/schg_cas02.txt