diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-14 16:18:26 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-14 16:18:26 +0000 |
commit | 581475bc6416790765c498aa3d611f6868ffb64a (patch) | |
tree | 347ebf88eaa76e50488f23989d67cad834f3c9b1 /npc/jobs/2-1-1/Sniper.txt | |
parent | 600362764ce348c5c9de96eababff2e08bb90d4a (diff) | |
download | hercules-581475bc6416790765c498aa3d611f6868ffb64a.tar.gz hercules-581475bc6416790765c498aa3d611f6868ffb64a.tar.bz2 hercules-581475bc6416790765c498aa3d611f6868ffb64a.tar.xz hercules-581475bc6416790765c498aa3d611f6868ffb64a.zip |
Fixed some file types
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@172 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-1-1/Sniper.txt')
-rw-r--r-- | npc/jobs/2-1-1/Sniper.txt | 128 |
1 files changed, 64 insertions, 64 deletions
diff --git a/npc/jobs/2-1-1/Sniper.txt b/npc/jobs/2-1-1/Sniper.txt index 91524c9a4..32468bfae 100644 --- a/npc/jobs/2-1-1/Sniper.txt +++ b/npc/jobs/2-1-1/Sniper.txt @@ -1,64 +1,64 @@ -//Sniper Made by Evera/Lorri
-valkyrie.gat,44,55,6 script Sniper 727,{
- if ((readparam(11) >= 99) && (Class == 11) && (JobLevel >= 50)) goto Lnovice;
- if ((Class == 4001) && (readparam(55) >= 10)) goto Lharcher;
- if ((Class == 4001) && (readparam(55) < 10)) goto LCem;
- if ((Class == 4004) && (readparam(55) >= 40)) goto Lhsni;
- if ((Class == 4004) && (readparam(55) < 40)) goto LCem;
- if (Class == 4012) goto Lcrazy;
- mes "[Sniper]";
- mes "Who are you?";
- mes "Only the archer class can become a Sniper...";
- mes "Meet all the requirements first.";
- close;
-Lnovice:
- mes "[Sniper]";
- mes "Now, here's the deal. I change you into a High Novice.";
- mes "You come back to become a Sniper, then become a sniper.";
- mes "You wanna do it?";
- menu "Yes",Lnovice2,"No",Lcancel;
-Lnovice2:
- if (readparam(12) != 0) goto Lskpt;
- mes "By the tip of my arrow.. The distance it moves...";
- next;
- jobchange 24;// Job: Job_Novice_High
- resetlvl(1);
- close;
-Lharcher:
- mes "[Sniper]";
- mes "Wanna become a High Arhcer?";
- menu "Yes",Lhtheif2,"No",Lcancel;
-Lhtheif2:
- if (readparam(12) != 0) goto Lskpt;
- mes "[Sniper]";
- mes "By the tip of my arrow.. The distance it moves...";
- next;
- jobchange 27;// Job: Job_Archer_High
- close;
-Lhsni:
- mes "[Sniper]";
- mes "Ready to become a sniper, like me??";
- menu "Yes",Lhsni2,"No",Lcancel;
-Lhsni2:
- if (readparam(12) != 0) goto Lskpt;
- mes "[Sniper]";
- mes "By the tip of my arrow.. The distance it moves...";
- jobchange 35;// Job: Job_Sniper
- close;
-Lcrazy:
- mes "[Sniper]";
- mes "You're already a Sniper!";
- mes "How are you doing?";
- close;
-Lskpt:
- mes "[Sniper]";
- mes "Please finish up your skillpoints first";
- close;
-LCem:
- mes "[Sniper]";
- mes "Please train your arrows to move faster.";
- close;
-Lcancel:
- mes "Bye";
- close;
-}
+//Sniper Made by Evera/Lorri +valkyrie.gat,44,55,6 script Sniper 727,{ + if ((readparam(11) >= 99) && (Class == 11) && (JobLevel >= 50)) goto Lnovice; + if ((Class == 4001) && (readparam(55) >= 10)) goto Lharcher; + if ((Class == 4001) && (readparam(55) < 10)) goto LCem; + if ((Class == 4004) && (readparam(55) >= 40)) goto Lhsni; + if ((Class == 4004) && (readparam(55) < 40)) goto LCem; + if (Class == 4012) goto Lcrazy; + mes "[Sniper]"; + mes "Who are you?"; + mes "Only the archer class can become a Sniper..."; + mes "Meet all the requirements first."; + close; +Lnovice: + mes "[Sniper]"; + mes "Now, here's the deal. I change you into a High Novice."; + mes "You come back to become a Sniper, then become a sniper."; + mes "You wanna do it?"; + menu "Yes",Lnovice2,"No",Lcancel; +Lnovice2: + if (readparam(12) != 0) goto Lskpt; + mes "By the tip of my arrow.. The distance it moves..."; + next; + jobchange 24;// Job: Job_Novice_High + resetlvl(1); + close; +Lharcher: + mes "[Sniper]"; + mes "Wanna become a High Arhcer?"; + menu "Yes",Lhtheif2,"No",Lcancel; +Lhtheif2: + if (readparam(12) != 0) goto Lskpt; + mes "[Sniper]"; + mes "By the tip of my arrow.. The distance it moves..."; + next; + jobchange 27;// Job: Job_Archer_High + close; +Lhsni: + mes "[Sniper]"; + mes "Ready to become a sniper, like me??"; + menu "Yes",Lhsni2,"No",Lcancel; +Lhsni2: + if (readparam(12) != 0) goto Lskpt; + mes "[Sniper]"; + mes "By the tip of my arrow.. The distance it moves..."; + jobchange 35;// Job: Job_Sniper + close; +Lcrazy: + mes "[Sniper]"; + mes "You're already a Sniper!"; + mes "How are you doing?"; + close; +Lskpt: + mes "[Sniper]"; + mes "Please finish up your skillpoints first"; + close; +LCem: + mes "[Sniper]"; + mes "Please train your arrows to move faster."; + close; +Lcancel: + mes "Bye"; + close; +} |