Weekend dialogues when talking with Kerry.
This commit is contained in:
parent
d1feb43afd
commit
0d62bacb31
@ -4,9 +4,7 @@ I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter the Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy a Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
|
13
L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
13
L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<html><body><br><br><br>
|
||||
Ah, hello!<br><br>
|
||||
I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
</body></html>
|
@ -189,7 +189,13 @@ public class ProvisionalHalls extends AbstractNpcAI
|
||||
@Override
|
||||
public String onFirstTalk(Npc npc, PlayerInstance player)
|
||||
{
|
||||
return npc.getId() + "-01.html";
|
||||
final Calendar calendar = Calendar.getInstance();
|
||||
final int dayOfWeek = calendar.get(Calendar.DAY_OF_WEEK);
|
||||
if ((dayOfWeek != Calendar.SATURDAY) && (dayOfWeek != Calendar.SUNDAY))
|
||||
{
|
||||
return "33359-01.html";
|
||||
}
|
||||
return "33359-01b.html";
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
|
@ -4,9 +4,7 @@ I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter the Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy a Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
|
13
L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
13
L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<html><body><br><br><br>
|
||||
Ah, hello!<br><br>
|
||||
I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
</body></html>
|
@ -189,7 +189,13 @@ public class ProvisionalHalls extends AbstractNpcAI
|
||||
@Override
|
||||
public String onFirstTalk(Npc npc, PlayerInstance player)
|
||||
{
|
||||
return npc.getId() + "-01.html";
|
||||
final Calendar calendar = Calendar.getInstance();
|
||||
final int dayOfWeek = calendar.get(Calendar.DAY_OF_WEEK);
|
||||
if ((dayOfWeek != Calendar.SATURDAY) && (dayOfWeek != Calendar.SUNDAY))
|
||||
{
|
||||
return "33359-01.html";
|
||||
}
|
||||
return "33359-01b.html";
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
|
@ -4,9 +4,7 @@ I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter the Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy a Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
|
13
L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
13
L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<html><body><br><br><br>
|
||||
Ah, hello!<br><br>
|
||||
I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
</body></html>
|
@ -189,7 +189,13 @@ public class ProvisionalHalls extends AbstractNpcAI
|
||||
@Override
|
||||
public String onFirstTalk(Npc npc, PlayerInstance player)
|
||||
{
|
||||
return npc.getId() + "-01.html";
|
||||
final Calendar calendar = Calendar.getInstance();
|
||||
final int dayOfWeek = calendar.get(Calendar.DAY_OF_WEEK);
|
||||
if ((dayOfWeek != Calendar.SATURDAY) && (dayOfWeek != Calendar.SUNDAY))
|
||||
{
|
||||
return "33359-01.html";
|
||||
}
|
||||
return "33359-01b.html";
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
|
@ -4,9 +4,7 @@ I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter the Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy a Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
|
13
L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
13
L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<html><body><br><br><br>
|
||||
Ah, hello!<br><br>
|
||||
I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
</body></html>
|
@ -189,7 +189,13 @@ public class ProvisionalHalls extends AbstractNpcAI
|
||||
@Override
|
||||
public String onFirstTalk(Npc npc, PlayerInstance player)
|
||||
{
|
||||
return npc.getId() + "-01.html";
|
||||
final Calendar calendar = Calendar.getInstance();
|
||||
final int dayOfWeek = calendar.get(Calendar.DAY_OF_WEEK);
|
||||
if ((dayOfWeek != Calendar.SATURDAY) && (dayOfWeek != Calendar.SUNDAY))
|
||||
{
|
||||
return "33359-01.html";
|
||||
}
|
||||
return "33359-01b.html";
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
|
@ -4,9 +4,7 @@ I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter the Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy a Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
|
13
L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
13
L2J_Mobius_5.0_Salvation/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<html><body><br><br><br>
|
||||
Ah, hello!<br><br>
|
||||
I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
</body></html>
|
@ -189,7 +189,13 @@ public class ProvisionalHalls extends AbstractNpcAI
|
||||
@Override
|
||||
public String onFirstTalk(Npc npc, PlayerInstance player)
|
||||
{
|
||||
return npc.getId() + "-01.html";
|
||||
final Calendar calendar = Calendar.getInstance();
|
||||
final int dayOfWeek = calendar.get(Calendar.DAY_OF_WEEK);
|
||||
if ((dayOfWeek != Calendar.SATURDAY) && (dayOfWeek != Calendar.SUNDAY))
|
||||
{
|
||||
return "33359-01.html";
|
||||
}
|
||||
return "33359-01b.html";
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
|
@ -4,9 +4,7 @@ I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter the Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy a Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
|
13
L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
13
L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<html><body><br><br><br>
|
||||
Ah, hello!<br><br>
|
||||
I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
</body></html>
|
@ -189,7 +189,13 @@ public class ProvisionalHalls extends AbstractNpcAI
|
||||
@Override
|
||||
public String onFirstTalk(Npc npc, PlayerInstance player)
|
||||
{
|
||||
return npc.getId() + "-01.html";
|
||||
final Calendar calendar = Calendar.getInstance();
|
||||
final int dayOfWeek = calendar.get(Calendar.DAY_OF_WEEK);
|
||||
if ((dayOfWeek != Calendar.SATURDAY) && (dayOfWeek != Calendar.SUNDAY))
|
||||
{
|
||||
return "33359-01.html";
|
||||
}
|
||||
return "33359-01b.html";
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
|
@ -4,9 +4,7 @@ I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter the Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy a Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
|
13
L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
13
L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<html><body><br><br><br>
|
||||
Ah, hello!<br><br>
|
||||
I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
</body></html>
|
@ -189,7 +189,13 @@ public class ProvisionalHalls extends AbstractNpcAI
|
||||
@Override
|
||||
public String onFirstTalk(Npc npc, PlayerInstance player)
|
||||
{
|
||||
return npc.getId() + "-01.html";
|
||||
final Calendar calendar = Calendar.getInstance();
|
||||
final int dayOfWeek = calendar.get(Calendar.DAY_OF_WEEK);
|
||||
if ((dayOfWeek != Calendar.SATURDAY) && (dayOfWeek != Calendar.SUNDAY))
|
||||
{
|
||||
return "33359-01.html";
|
||||
}
|
||||
return "33359-01b.html";
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
|
@ -4,9 +4,7 @@ I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter the Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy a Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
|
13
L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
13
L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<html><body><br><br><br>
|
||||
Ah, hello!<br><br>
|
||||
I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
</body></html>
|
@ -189,7 +189,13 @@ public class ProvisionalHalls extends AbstractNpcAI
|
||||
@Override
|
||||
public String onFirstTalk(Npc npc, PlayerInstance player)
|
||||
{
|
||||
return npc.getId() + "-01.html";
|
||||
final Calendar calendar = Calendar.getInstance();
|
||||
final int dayOfWeek = calendar.get(Calendar.DAY_OF_WEEK);
|
||||
if ((dayOfWeek != Calendar.SATURDAY) && (dayOfWeek != Calendar.SUNDAY))
|
||||
{
|
||||
return "33359-01.html";
|
||||
}
|
||||
return "33359-01b.html";
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
|
@ -4,9 +4,7 @@ I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter the Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy a Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
|
13
L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
13
L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<html><body><br><br><br>
|
||||
Ah, hello!<br><br>
|
||||
I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
</body></html>
|
@ -189,7 +189,13 @@ public class ProvisionalHalls extends AbstractNpcAI
|
||||
@Override
|
||||
public String onFirstTalk(Npc npc, PlayerInstance player)
|
||||
{
|
||||
return npc.getId() + "-01.html";
|
||||
final Calendar calendar = Calendar.getInstance();
|
||||
final int dayOfWeek = calendar.get(Calendar.DAY_OF_WEEK);
|
||||
if ((dayOfWeek != Calendar.SATURDAY) && (dayOfWeek != Calendar.SUNDAY))
|
||||
{
|
||||
return "33359-01.html";
|
||||
}
|
||||
return "33359-01b.html";
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
|
@ -4,9 +4,7 @@ I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter the Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy a Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
|
13
L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
13
L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<html><body><br><br><br>
|
||||
Ah, hello!<br><br>
|
||||
I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
</body></html>
|
@ -189,7 +189,13 @@ public class ProvisionalHalls extends AbstractNpcAI
|
||||
@Override
|
||||
public String onFirstTalk(Npc npc, PlayerInstance player)
|
||||
{
|
||||
return npc.getId() + "-01.html";
|
||||
final Calendar calendar = Calendar.getInstance();
|
||||
final int dayOfWeek = calendar.get(Calendar.DAY_OF_WEEK);
|
||||
if ((dayOfWeek != Calendar.SATURDAY) && (dayOfWeek != Calendar.SUNDAY))
|
||||
{
|
||||
return "33359-01.html";
|
||||
}
|
||||
return "33359-01b.html";
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
|
@ -4,9 +4,7 @@ I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter the Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy a Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
|
13
L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
13
L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/ai/others/ProvisionalHalls/33359-01b.html
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<html><body><br><br><br>
|
||||
Ah, hello!<br><br>
|
||||
I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
</body></html>
|
@ -189,7 +189,13 @@ public class ProvisionalHalls extends AbstractNpcAI
|
||||
@Override
|
||||
public String onFirstTalk(Npc npc, PlayerInstance player)
|
||||
{
|
||||
return npc.getId() + "-01.html";
|
||||
final Calendar calendar = Calendar.getInstance();
|
||||
final int dayOfWeek = calendar.get(Calendar.DAY_OF_WEEK);
|
||||
if ((dayOfWeek != Calendar.SATURDAY) && (dayOfWeek != Calendar.SUNDAY))
|
||||
{
|
||||
return "33359-01.html";
|
||||
}
|
||||
return "33359-01b.html";
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
|
@ -4,9 +4,7 @@ I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter the Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy a Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
|
@ -0,0 +1,13 @@
|
||||
<html><body><br><br><br>
|
||||
Ah, hello!<br><br>
|
||||
I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
</body></html>
|
@ -189,7 +189,13 @@ public class ProvisionalHalls extends AbstractNpcAI
|
||||
@Override
|
||||
public String onFirstTalk(Npc npc, PlayerInstance player)
|
||||
{
|
||||
return npc.getId() + "-01.html";
|
||||
final Calendar calendar = Calendar.getInstance();
|
||||
final int dayOfWeek = calendar.get(Calendar.DAY_OF_WEEK);
|
||||
if ((dayOfWeek != Calendar.SATURDAY) && (dayOfWeek != Calendar.SUNDAY))
|
||||
{
|
||||
return "33359-01.html";
|
||||
}
|
||||
return "33359-01b.html";
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
|
@ -4,9 +4,7 @@ I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter the Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy a Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
|
@ -0,0 +1,13 @@
|
||||
<html><body><br><br><br>
|
||||
Ah, hello!<br><br>
|
||||
I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
</body></html>
|
@ -189,7 +189,13 @@ public class ProvisionalHalls extends AbstractNpcAI
|
||||
@Override
|
||||
public String onFirstTalk(Npc npc, PlayerInstance player)
|
||||
{
|
||||
return npc.getId() + "-01.html";
|
||||
final Calendar calendar = Calendar.getInstance();
|
||||
final int dayOfWeek = calendar.get(Calendar.DAY_OF_WEEK);
|
||||
if ((dayOfWeek != Calendar.SATURDAY) && (dayOfWeek != Calendar.SUNDAY))
|
||||
{
|
||||
return "33359-01.html";
|
||||
}
|
||||
return "33359-01b.html";
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
|
@ -4,9 +4,7 @@ I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter the Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy a Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
|
@ -0,0 +1,13 @@
|
||||
<html><body><br><br><br>
|
||||
Ah, hello!<br><br>
|
||||
I am the Clan Hall Gatekeeper, Kerry. It's an honor to serve you.<br>
|
||||
Do you need help with the <font color="FFFB99">Provisional Clan Hall</font>?<br>
|
||||
<br><br>
|
||||
<center>
|
||||
<button action="bypass -h Quest ProvisionalHalls enter" value="Enter Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-03.html" value="Buy Clan Hall" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
<button action="bypass -h Quest ProvisionalHalls 33359-02.html" value="Learn more" width=180 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
<br>
|
||||
</body></html>
|
@ -189,7 +189,13 @@ public class ProvisionalHalls extends AbstractNpcAI
|
||||
@Override
|
||||
public String onFirstTalk(Npc npc, PlayerInstance player)
|
||||
{
|
||||
return npc.getId() + "-01.html";
|
||||
final Calendar calendar = Calendar.getInstance();
|
||||
final int dayOfWeek = calendar.get(Calendar.DAY_OF_WEEK);
|
||||
if ((dayOfWeek != Calendar.SATURDAY) && (dayOfWeek != Calendar.SUNDAY))
|
||||
{
|
||||
return "33359-01.html";
|
||||
}
|
||||
return "33359-01b.html";
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
|
Loading…
Reference in New Issue
Block a user