diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-28 17:22:58 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-28 17:22:58 +0000 |
commit | bac34367a987e5eeb0b263b7dafe36282fdd7a51 (patch) | |
tree | 15cbb4422ce3e764a66236f014423e4237bbc1e5 /npc/pre-re/jobs/1-1/thief.txt | |
parent | 693467a92ac8dd1c2c0cc1962e0de54ae94c92ea (diff) | |
download | hercules-bac34367a987e5eeb0b263b7dafe36282fdd7a51.tar.gz hercules-bac34367a987e5eeb0b263b7dafe36282fdd7a51.tar.bz2 hercules-bac34367a987e5eeb0b263b7dafe36282fdd7a51.tar.xz hercules-bac34367a987e5eeb0b263b7dafe36282fdd7a51.zip |
- Follow up r16521
* Forgot to apply some changes from my Test folder to the rAthena folder.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16522 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/pre-re/jobs/1-1/thief.txt')
-rw-r--r-- | npc/pre-re/jobs/1-1/thief.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/pre-re/jobs/1-1/thief.txt b/npc/pre-re/jobs/1-1/thief.txt index 5c72e51cc..14f9cae71 100644 --- a/npc/pre-re/jobs/1-1/thief.txt +++ b/npc/pre-re/jobs/1-1/thief.txt @@ -143,7 +143,7 @@ moc_prydb1,39,129,2 script Thief Guildsman 69,{ next; switch (select("I want to be a Thief.:Nothing.")) { case 1: - if (job_thief_q == 0) { + if (THF_Q == 0) { mes "[Thief Guildsman]"; mes "Well, are you that proud of it? You're telling me so proudly that you want to be a Thief! Why don't you go to all the villages and advertise yourself for being a thief?"; mes "'Ha ha ha! Go put up a banner that says 'I will be a proud thief who steals other people's stuff.'"; @@ -191,7 +191,7 @@ moc_prydb1,39,129,2 script Thief Guildsman 69,{ mes "[Thief Guildsman]"; mes "Alright. I looked at your Felony Record, and you seem to have a very interesting history. You might have what it takes to be a Thief."; mes "" + strcharinfo(0) + ". I now decree that you have passed this interview. Good work!"; - set job_thief_q,1; + set THF_Q,1; next; mes "[Thief Guildsman]"; mes "Well, I'm not in charge of making you a Thief. I just accept applications, get it?"; @@ -203,7 +203,7 @@ moc_prydb1,39,129,2 script Thief Guildsman 69,{ close; } } - if (job_thief_q == 1) { + if (THF_Q == 1) { mes "[Thief Guildsman]"; mes "Well, I'm not in charge of making you a Thief. I just accept applications, get it?"; mes " If you want to become a Thief, ask the sharp-eyed guy next to me."; @@ -244,12 +244,12 @@ moc_prydb1,42,133,2 script Comrade 118,{ mes "you doing here anyway?"; close; } - if (job_thief_q == 0) { + if (THF_Q == 0) { mes "[Comrade]"; mes "What's the matter? If you want to be a Thief, speak to the woman beside me."; close; } - if (job_thief_q == 1) { + if (THF_Q == 1) { mes "[Thief Guildsman]"; mes "Alright. You must have passed the job interview, huh?"; mes "Good. I'll accept you."; @@ -318,7 +318,7 @@ moc_ruins,141,125,3 script Mr. Irrelevant 83,{ close; } } - if (job_thief_q == 1) { + if (THF_Q == 1) { mes "[Mr. Irrelevant]"; mes "There is this strange smell coming from... You. Now why would that be?"; close; |