From 581475bc6416790765c498aa3d611f6868ffb64a Mon Sep 17 00:00:00 2001 From: amber Date: Sun, 14 Nov 2004 16:18:26 +0000 Subject: Fixed some file types git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@172 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-1-1/LordKnight.txt | 124 +++++++++++++++++++++--------------------- 1 file changed, 62 insertions(+), 62 deletions(-) (limited to 'npc/jobs/2-1-1/LordKnight.txt') diff --git a/npc/jobs/2-1-1/LordKnight.txt b/npc/jobs/2-1-1/LordKnight.txt index 01791b798..705d55b52 100644 --- a/npc/jobs/2-1-1/LordKnight.txt +++ b/npc/jobs/2-1-1/LordKnight.txt @@ -1,62 +1,62 @@ -//Lord Knight Made by Evera/Lorri -//Fixed by PoW -valkyrie.gat,44,39,6 script Lord Knight 56,{ - if ((readparam(11) >= 99) && (readparam(19) == 7) && (readparam(55) >= 50)) goto Lnovice; - if ((readparam(11) >= 99) && (readparam(19) == 13) && (readparam(55) >= 50)) goto Lnovice; - if ((readparam(19) == 4001) && (readparam(55) >= 10)) goto Lhsword; - if ((readparam(19) == 4001) && (readparam(55) < 10)) goto LCem; - if ((readparam(19) == 4002) && (readparam(55) >= 40)) goto Lhkni; - if ((readparam(19) == 4002) && (readparam(55) < 40)) goto LCem; - if (readparam(19) == 4008) goto Lcrazy; - if (readparam(12) != 0) goto Lskpt; - mes "[Lord Knight]"; - mes "Hello"; - mes "It's a nice day, isnt it?"; - close; -Lnovice: - mes "[Lord Knight]"; - mes "The honor a knight carries is high, but there is something beyond that. The lord knight."; - mes "You come back to become a High Swordsman, then become a Lord Knight."; - mes "You wanna do it?"; - menu "Yes",Lnovice2,"No",Lcancel; -Lnovice2: - mes "We shall start the ceremony...."; - next; - jobchange 24;// Job: Job_Novice_High - resetlvl(1); - close; -Lhsword: - mes "[Lord Knight]"; - mes "Ready to become a high swordsman??"; - menu "Yes",Lhsword2,"No",Lcancel; -Lhsword2: - mes "[Lord Knight]"; - mes "By the vow of my sword, here is the one bestowed upon with the truthful heart"; - next; - jobchange 25;// Job: Job_Swordman_High - close; -Lhkni: - mes "[Lord Knight]"; - mes "The final step in a knight's quest for honor. Will you become a lord knight?"; - menu "Yes",Lhkni2,"No",Lcancel; -Lhkni2: - mes "[Lord Knight]"; - mes "By the vow of my sword, here is the one bestowed upon with the truthful heart"; - jobchange 31;// Job: Job_Lord_Knight - close; -Lcrazy: - mes "[Lord Knight]"; - mes "Nice day isn't it?"; - close; -Lskpt: - mes "[Lord Knight]"; - mes "Use your skillpoints first"; - close; -LCem: - mes "[Lord Knight]"; - mes "You're not ready to go to the next level"; - close; -Lcancel: - mes "Bye"; - close; -} +//Lord Knight Made by Evera/Lorri +//Fixed by PoW +valkyrie.gat,44,39,6 script Lord Knight 56,{ + if ((readparam(11) >= 99) && (readparam(19) == 7) && (readparam(55) >= 50)) goto Lnovice; + if ((readparam(11) >= 99) && (readparam(19) == 13) && (readparam(55) >= 50)) goto Lnovice; + if ((readparam(19) == 4001) && (readparam(55) >= 10)) goto Lhsword; + if ((readparam(19) == 4001) && (readparam(55) < 10)) goto LCem; + if ((readparam(19) == 4002) && (readparam(55) >= 40)) goto Lhkni; + if ((readparam(19) == 4002) && (readparam(55) < 40)) goto LCem; + if (readparam(19) == 4008) goto Lcrazy; + if (readparam(12) != 0) goto Lskpt; + mes "[Lord Knight]"; + mes "Hello"; + mes "It's a nice day, isnt it?"; + close; +Lnovice: + mes "[Lord Knight]"; + mes "The honor a knight carries is high, but there is something beyond that. The lord knight."; + mes "You come back to become a High Swordsman, then become a Lord Knight."; + mes "You wanna do it?"; + menu "Yes",Lnovice2,"No",Lcancel; +Lnovice2: + mes "We shall start the ceremony...."; + next; + jobchange 24;// Job: Job_Novice_High + resetlvl(1); + close; +Lhsword: + mes "[Lord Knight]"; + mes "Ready to become a high swordsman??"; + menu "Yes",Lhsword2,"No",Lcancel; +Lhsword2: + mes "[Lord Knight]"; + mes "By the vow of my sword, here is the one bestowed upon with the truthful heart"; + next; + jobchange 25;// Job: Job_Swordman_High + close; +Lhkni: + mes "[Lord Knight]"; + mes "The final step in a knight's quest for honor. Will you become a lord knight?"; + menu "Yes",Lhkni2,"No",Lcancel; +Lhkni2: + mes "[Lord Knight]"; + mes "By the vow of my sword, here is the one bestowed upon with the truthful heart"; + jobchange 31;// Job: Job_Lord_Knight + close; +Lcrazy: + mes "[Lord Knight]"; + mes "Nice day isn't it?"; + close; +Lskpt: + mes "[Lord Knight]"; + mes "Use your skillpoints first"; + close; +LCem: + mes "[Lord Knight]"; + mes "You're not ready to go to the next level"; + close; +Lcancel: + mes "Bye"; + close; +} -- cgit v1.2.3-70-g09d2