summaryrefslogtreecommitdiff
path: root/npc/battleground/flavius/flavius01.txt
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2016-08-29 17:40:13 +0100
committerhemagx <ibrahem.h.basyone@gmail.com>2016-09-02 04:56:00 +0200
commit0f1d0507eb95cf07ce7eb66d89ad9853938612e6 (patch)
tree57780b1ecc7c5ae125be1c89406f8db1e00a581b /npc/battleground/flavius/flavius01.txt
parent0f1d03f505fdc03533122db8ba19fa55f64f11b7 (diff)
downloadhercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.gz
hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.bz2
hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.xz
hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.zip
change *strcharinfo to use constants
Diffstat (limited to 'npc/battleground/flavius/flavius01.txt')
-rw-r--r--npc/battleground/flavius/flavius01.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/npc/battleground/flavius/flavius01.txt b/npc/battleground/flavius/flavius01.txt
index 62c11135f..681786792 100644
--- a/npc/battleground/flavius/flavius01.txt
+++ b/npc/battleground/flavius/flavius01.txt
@@ -413,7 +413,7 @@ bat_b01,10,294,3 script Guillaume Vintenar#b01_a 4_M_RASWORD,{
mes("[Axl Rose]");
mes("Blessed Guillaume!");
mes("Let's enjoy our glorious victory!");
- mesf("%s, it's a sign reflecting victory.", strcharinfo(0));
+ mesf("%s, it's a sign reflecting victory.", strcharinfo(PC_NAME));
close2;
getitem BF_Badge2,9;
}
@@ -421,7 +421,7 @@ bat_b01,10,294,3 script Guillaume Vintenar#b01_a 4_M_RASWORD,{
mes("[Axl Rose]");
mes("Blessed Guillaume!");
mes("Let's enjoy our glorious victory!");
- mesf("%s, it's a sign reflecting victory.", strcharinfo(0));
+ mesf("%s, it's a sign reflecting victory.", strcharinfo(PC_NAME));
close2;
getitem BF_Badge2,.@medal_gap;
}
@@ -465,7 +465,7 @@ bat_b01,389,14,3 script Croix Vintenar#b01_b 4_M_RASWORD,{
mes("[Swandery]");
mes("Blessed Croix!");
mes("Let's enjoy our glorious victory!");
- mesf("%s, it's a sign reflecting victory.", strcharinfo(0));
+ mesf("%s, it's a sign reflecting victory.", strcharinfo(PC_NAME));
close2;
getitem BF_Badge2,9;
}
@@ -473,7 +473,7 @@ bat_b01,389,14,3 script Croix Vintenar#b01_b 4_M_RASWORD,{
mes("[Swandery]");
mes("Blessed Croix!");
mes("Let's enjoy our glorious victory!");
- mesf("%s, it's a sign reflecting victory.", strcharinfo(0));
+ mesf("%s, it's a sign reflecting victory.", strcharinfo(PC_NAME));
close2;
getitem BF_Badge2,.@medal_gap;
}
@@ -483,7 +483,7 @@ bat_b01,389,14,3 script Croix Vintenar#b01_b 4_M_RASWORD,{
.@medal_gap = 500 - .@your_medal;
if (.@medal_gap > 2) {
mes("[Swandery]");
- mesf("Oh, %s. Don't be sad.", strcharinfo(0));
+ mesf("Oh, %s. Don't be sad.", strcharinfo(PC_NAME));
mes("Even though we didn't win, we did our best.");
mes("This is a Royal gift from Croix, and please don't forget this battle. We will win the next one.");
close2;
@@ -491,7 +491,7 @@ bat_b01,389,14,3 script Croix Vintenar#b01_b 4_M_RASWORD,{
}
else {
mes("[Swandery]");
- mesf("Oh, %s. Don't be sad.", strcharinfo(0));
+ mesf("Oh, %s. Don't be sad.", strcharinfo(PC_NAME));
mes("Even though we didn't win, we did our best.");
mes("This is a Royal gift from Croix, and please don't forget this battle. We will win the next one.");
close2;
@@ -598,7 +598,7 @@ bat_b01,10,294,3 script Vintenar#bat_b01_aover 4_M_KY_HEAD,{
mes("[Axl Rose]");
mes("Blessed Guillaume!");
mes("Let's enjoy our glorious victory!");
- mesf("%s, it's a sign reflecting victory.", strcharinfo(0));
+ mesf("%s, it's a sign reflecting victory.", strcharinfo(PC_NAME));
close2;
getitem BF_Badge2,9;
}
@@ -606,7 +606,7 @@ bat_b01,10,294,3 script Vintenar#bat_b01_aover 4_M_KY_HEAD,{
mes("[Axl Rose]");
mes("Blessed Guillaume!");
mes("Let's enjoy our glorious victory!");
- mesf("%s, it's a sign reflecting victory.", strcharinfo(0));
+ mesf("%s, it's a sign reflecting victory.", strcharinfo(PC_NAME));
close2;
getitem BF_Badge2,.@medal_gap;
}
@@ -674,7 +674,7 @@ bat_b01,389,14,3 script Vintenar#bat_b01_bover 4_M_CRU_HEAD,{
.@medal_gap = 500 - .@your_medal;
if (.@medal_gap > 2) {
mes("[Swandery]");
- mesf("Oh, %s. Don't be sad.", strcharinfo(0));
+ mesf("Oh, %s. Don't be sad.", strcharinfo(PC_NAME));
mes("Even though we didn't win, we did our best.");
mes("This is a Royal gift from Croix, and please don't forget this battle. We will win the next one.");
close2;
@@ -682,7 +682,7 @@ bat_b01,389,14,3 script Vintenar#bat_b01_bover 4_M_CRU_HEAD,{
}
else {
mes("[Swandery]");
- mesf("Oh, %s. Don't be sad.", strcharinfo(0));
+ mesf("Oh, %s. Don't be sad.", strcharinfo(PC_NAME));
mes("Even though we didn't win, we did our best.");
mes("This is a Royal gift from Croix, and please don't forget this battle. We will win the next one.");
close2;
@@ -694,7 +694,7 @@ bat_b01,389,14,3 script Vintenar#bat_b01_bover 4_M_CRU_HEAD,{
.@medal_gap = 500 - .@your_medal;
if (.@medal_gap > 2) {
mes("[Swandery]");
- mesf("Oh, %s. Don't be sad.", strcharinfo(0));
+ mesf("Oh, %s. Don't be sad.", strcharinfo(PC_NAME));
mes("Even though we didn't win, we did our best.");
mes("This is a Royal gift from Croix, and please don't forget this battle. We will win the next one.");
close2;
@@ -702,7 +702,7 @@ bat_b01,389,14,3 script Vintenar#bat_b01_bover 4_M_CRU_HEAD,{
}
else {
mes("[Swandery]");
- mesf("Oh, %s. Don't be sad.", strcharinfo(0));
+ mesf("Oh, %s. Don't be sad.", strcharinfo(PC_NAME));
mes("Even though we didn't win, we did our best.");
mes("This is a Royal gift from Croix, and please don't forget this battle. We will win the next one.");
close2;
@@ -716,7 +716,7 @@ bat_b01,389,14,3 script Vintenar#bat_b01_bover 4_M_CRU_HEAD,{
mes("[Swandery]");
mes("Blessed Croix!");
mes("Let's enjoy our glorious victory!");
- mesf("%s, it's a sign reflecting victory.", strcharinfo(0));
+ mesf("%s, it's a sign reflecting victory.", strcharinfo(PC_NAME));
close2;
getitem BF_Badge2,9;
}
@@ -724,7 +724,7 @@ bat_b01,389,14,3 script Vintenar#bat_b01_bover 4_M_CRU_HEAD,{
mes("[Swandery]");
mes("Blessed Croix!");
mes("Let's enjoy our glorious victory!");
- mesf("%s, it's a sign reflecting victory.", strcharinfo(0));
+ mesf("%s, it's a sign reflecting victory.", strcharinfo(PC_NAME));
close2;
getitem BF_Badge2,.@medal_gap;
}