summaryrefslogtreecommitdiff
path: root/npc/custom/events
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-02-07 01:23:46 +0100
committerHaru <haru@dotalux.com>2016-02-07 01:23:46 +0100
commit1fd628e7be9e6de4ea48394be09ae10e912d8f3d (patch)
tree4e5b42a444f83976c33f22540d3aa46a8ceb7001 /npc/custom/events
parente68aa1f74d315f7bf24d7c8829002d0031b23539 (diff)
parent0462bc828e59ce99a48303a2f6190d3a01ce9465 (diff)
downloadhercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.gz
hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.bz2
hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.xz
hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.zip
Merge pull request #1110 from dastgir/22-ScriptClean-Phase2
Script CleanUp Phase 2
Diffstat (limited to 'npc/custom/events')
-rw-r--r--npc/custom/events/cluckers.txt2
-rw-r--r--npc/custom/events/disguise.txt8
-rw-r--r--npc/custom/events/mushroom_event.txt2
3 files changed, 6 insertions, 6 deletions
diff --git a/npc/custom/events/cluckers.txt b/npc/custom/events/cluckers.txt
index 1f32f9f25..2388d239d 100644
--- a/npc/custom/events/cluckers.txt
+++ b/npc/custom/events/cluckers.txt
@@ -57,7 +57,7 @@ prontera,156,219,4 script Cluckers 4_NFCOCK,{
mes "Cluck cluck! Cluuuuuck? ^FF0000~Hi GM " + strcharinfo(0) + ", Wanna play today?~^000000";
mes "Cluck cluck... CLUCK! ^FF0000~Just tell me what to do!~^000000";
next;
- while(1) switch(select("Start Event:Check Prize:Set Prize:Not today Cluckers")) {
+ while(1) switch(select("Start Event", "Check Prize", "Set Prize", "Not today Cluckers")) {
case 1:
mes "[Cluckers]";
mes "CLUCK! ^FF0000~Sure thing!~^000000";
diff --git a/npc/custom/events/disguise.txt b/npc/custom/events/disguise.txt
index ac218a2c2..476a21f27 100644
--- a/npc/custom/events/disguise.txt
+++ b/npc/custom/events/disguise.txt
@@ -22,7 +22,7 @@ prontera,160,155,4 script Disguise Event 4_M_NFDEADMAN,{
mes .@n$;
mes "Select an option.";
next;
- switch(select("Turn ON/OFF Event:Event Settings")) {
+ switch(select("Turn ON/OFF Event", "Event Settings")) {
case 1:
mes .@n$;
if (.EventON) {
@@ -32,7 +32,7 @@ prontera,160,155,4 script Disguise Event 4_M_NFDEADMAN,{
mes "The Event is currently: [^FF0000OFF^000000]";
mes "Would you like to turn it ON?";
}
- if(select("Yes:No")==2) close;
+ if(select("Yes", "No")==2) close;
if (.EventON) {
set .EventON,0; set .Timer,0;
setnpctimer 0; stopnpctimer;
@@ -50,7 +50,7 @@ prontera,160,155,4 script Disguise Event 4_M_NFDEADMAN,{
mes .@n$;
mes "Pick a setting to modify.";
next;
- switch(select("Monster Display:Number of Rounds:Prize Settings")) {
+ switch(select("Monster Display", "Number of Rounds", "Prize Settings")) {
case 1:
setarray .@r$[0],"Disguise as all monsters.","Disguise as MVPs only.";
mes .@n$;
@@ -104,7 +104,7 @@ prontera,160,155,4 script Disguise Event 4_M_NFDEADMAN,{
mes .@n$;
mes "Welcome.";
mes "How may I be of assistance?";
- if(select("Information:Nothing, just passing through.")==2) close;
+ if(select("Information", "Nothing, just passing through.")==2) close;
next;
mes .@n$;
mes "This event is quite simple.";
diff --git a/npc/custom/events/mushroom_event.txt b/npc/custom/events/mushroom_event.txt
index 29faaf979..ef25a9294 100644
--- a/npc/custom/events/mushroom_event.txt
+++ b/npc/custom/events/mushroom_event.txt
@@ -23,7 +23,7 @@ prontera,142,228,6 script Find the Mushroom BLACK_MUSHROOM,{
if (.status || getgmlevel() < .GM) close;
mes "Start the event?";
next;
- if(select("- No:- Yes") == 1) close;
+ if(select("- No", "- Yes") == 1) close;
donpcevent strnpcinfo(0)+"::OnMinute10";
mes "[ Find The Mushroom ]";
mes "Event started!";