diff options
Diffstat (limited to 'npc/events/god_se_festival.txt')
-rw-r--r-- | npc/events/god_se_festival.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/npc/events/god_se_festival.txt b/npc/events/god_se_festival.txt index 455aad8bc..7c0523cf5 100644 --- a/npc/events/god_se_festival.txt +++ b/npc/events/god_se_festival.txt @@ -49,7 +49,7 @@ yuno,1,1,0 script Festival Manager#gq_fes0 4_F_HUGIRL,{ mes "[Festival Manager]"; mes "What would you like to do?"; next; - switch(select("Disable festival NPCs:Enable festival NPCs")) { + switch(select("Disable festival NPCs", "Enable festival NPCs")) { case 1: mes "[Festival Manager]"; mes "Ending festivals and disabling NPCs."; @@ -66,13 +66,13 @@ yuno,1,1,0 script Festival Manager#gq_fes0 4_F_HUGIRL,{ } yuno,118,192,5 script Rmimi Ravies#gq_fes01 4_F_HUGIRL,{ - .@GID = getcharid(2); + .@GID = getcharid(CHAR_ID_GUILD); if (countitem(Valkyrie_Gift) > 0) { mes "[Rmimi Ravies]"; mes "This is the flower."; mes "This is just a formality, but let me check your qualifications."; next; - if (strcharinfo(0) == getguildmaster(.@GID)) { + if (strcharinfo(PC_NAME) == getguildmaster(.@GID)) { mes "[Rmimi Ravies]"; mes "Your qualification is verified as a Guild master."; next; @@ -96,7 +96,7 @@ yuno,118,192,5 script Rmimi Ravies#gq_fes01 4_F_HUGIRL,{ mes "Anyway,"; mes "Do you want to summon monsters?"; next; - switch(select("Do not summon:Summon, please")) { + switch(select("Do not summon", "Summon, please")) { case 1: mes "[Rmimi Ravies]"; mes "I don't like to be interrupted by others.."; @@ -118,7 +118,7 @@ yuno,118,192,5 script Rmimi Ravies#gq_fes01 4_F_HUGIRL,{ mes "[Rmimi Ravies]"; mes "Now, are you ready to summon monsters?"; next; - switch(select("No, I'm not ready now.:Yes! I'm ready for that.")) { + switch(select("No, I'm not ready now.", "Yes! I'm ready for that.")) { case 1: mes "[Rmimi Ravies]"; mes "If you are not ready, why did you come to me?"; @@ -141,7 +141,7 @@ yuno,118,192,5 script Rmimi Ravies#gq_fes01 4_F_HUGIRL,{ mes "[Rmimi Ravies]"; mes "Have a good time."; donpcevent "Rmimi Ravies#gq_fes01::OnStart"; - announce "["+ strcharinfo(0) +"] member of ["+ getguildname(.@GID) +"] is summoning a 'Valkyrie's Present' in 'Juno'.",bc_all,"0x70dbdb"; + announce "["+ strcharinfo(PC_NAME) +"] member of ["+ getguildname(.@GID) +"] is summoning a 'Valkyrie's Present' in 'Juno'.",bc_all,"0x70dbdb"; close; } else { @@ -425,7 +425,7 @@ rachel,1,1,0 script Festival Manager#gq_fes2 4_F_HUGIRL,{ mes "[Festival Manager]"; mes "What would you like to do?"; next; - switch(select("Disable festival NPCs:Enable festival NPCs")) { + switch(select("Disable festival NPCs", "Enable festival NPCs")) { case 1: mes "[Festival Manager]"; mes "Ending festivals and disabling NPCs."; @@ -442,13 +442,13 @@ rachel,1,1,0 script Festival Manager#gq_fes2 4_F_HUGIRL,{ } rachel,132,117,3 script Rhehe Ravies#gq_fes03 4_F_HUGIRL,{ - .@GID = getcharid(2); + .@GID = getcharid(CHAR_ID_GUILD); if (countitem(Valkyrie_Gift) > 0) { mes "[Rhehe Ravies]"; mes "A flower!!"; mes "Shall we proceed?"; next; - if (strcharinfo(0) == getguildmaster(.@GID)) { + if (strcharinfo(PC_NAME) == getguildmaster(.@GID)) { mes "[Rhehe Ravies]"; mes "Eeeeh, so young and yet you're a guild master? Your guildsmen must be jealous."; next; @@ -474,7 +474,7 @@ rachel,132,117,3 script Rhehe Ravies#gq_fes03 4_F_HUGIRL,{ mes "... Hehehe, anyways let's move on."; mes "So do you wish to summon or not!?"; next; - switch(select("Do not summon:Summon")) { + switch(select("Do not summon", "Summon")) { case 1: mes "[Rhehe Ravies]"; mes "...*Cries*."; @@ -498,7 +498,7 @@ rachel,132,117,3 script Rhehe Ravies#gq_fes03 4_F_HUGIRL,{ mes "[Rhehe Ravies]"; mes "Are you ready to begin the summoning ritual~?"; next; - switch(select("No, not yet.:Yes! I'm ready!")) { + switch(select("No, not yet.", "Yes! I'm ready!")) { case 1: mes "[Rhehe Ravies]"; mes "You're not even ready, why bother talking to me?"; @@ -521,7 +521,7 @@ rachel,132,117,3 script Rhehe Ravies#gq_fes03 4_F_HUGIRL,{ mes "[Rhehe Ravies]"; mes "I hope you enjoy yourself!"; donpcevent "Rhehe Ravies#gq_fes03::OnStart"; - announce "["+ strcharinfo(0) +"] member of ["+ getguildname(.@GID) +"] is summoning a 'Valkyrie's Present' in 'Rachel'.",bc_all,"0x70dbdb"; + announce "["+ strcharinfo(PC_NAME) +"] member of ["+ getguildname(.@GID) +"] is summoning a 'Valkyrie's Present' in 'Rachel'.",bc_all,"0x70dbdb"; close; } else { |