diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-01 22:45:51 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-01 22:45:51 +0000 |
commit | 779e8c6fb93bbff8fba7d5ef287eb92590d115dd (patch) | |
tree | a0d42fc5d7c0bab47527e50d3a54d7139921bb56 /npc/re/jobs/3-1/guillotine_cross.txt | |
parent | acee0f80c837286e302b82d9b29a05b4f3a6e404 (diff) | |
download | hercules-779e8c6fb93bbff8fba7d5ef287eb92590d115dd.tar.gz hercules-779e8c6fb93bbff8fba7d5ef287eb92590d115dd.tar.bz2 hercules-779e8c6fb93bbff8fba7d5ef287eb92590d115dd.tar.xz hercules-779e8c6fb93bbff8fba7d5ef287eb92590d115dd.zip |
* Updated Arch Bishop, Guillotine Cross, Mechanic, and Royal Guard job quests to their latest versions.
* Fixed Izlude RE warps (bugreport:6884, bugreport:6285).
* Fixed experience reward in Cursed Spirit quest (bugreport:6288).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16990 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re/jobs/3-1/guillotine_cross.txt')
-rw-r--r-- | npc/re/jobs/3-1/guillotine_cross.txt | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/npc/re/jobs/3-1/guillotine_cross.txt b/npc/re/jobs/3-1/guillotine_cross.txt index ec1009ccb..3fa7f087e 100644 --- a/npc/re/jobs/3-1/guillotine_cross.txt +++ b/npc/re/jobs/3-1/guillotine_cross.txt @@ -3709,17 +3709,6 @@ job3_guil01,148,53,3 script Bercasell#3rdgc16 467,{ next; mes "[Bercasell]"; mes "And... these are presents to celebrate your becoming a Guillotine Cross."; - //FIXME: Outdated? - /* - set Silent_Executer,Silent_Executer+1; - next; - mes "[Bercasell]"; - mes "And... A ticket and a ring,"; - mes "these are presents to celebrate your becoming a Guillotine Cross."; - next; - mes "[Bercasell]"; - mes "Unfortunately, we don't have any new weapons to offer at this time."; - */ close; case 2: mes "[Bercasell]"; @@ -3789,37 +3778,6 @@ job3_guil01,148,53,3 script Bercasell#3rdgc16 467,{ close; } } else if (Class == Job_Guillotine_Cross || Class == Job_Guillotine_Cross_T || Class == Job_Baby_Cross) { - //FIXME: Outdated? - /*if (job_3rd_gc > 20 && job_3rd_gc < 25) { - if (countitem(6153) > 0) { - mes "Long time no see."; - mes "Are you doing well lately?"; - next; - mes "[Bercasell]"; - mes "Actually, supplies from the guild have just arrived."; - mes "It's been quite tough work to make new ones."; - next; - mes "[Bercasell]"; - mes "There wll be any different in grade about lank by clearing mission. So do not worry."; - mes "I'm pretty sure that you made your mind."; - next; - mes "[Bercasell]"; - mes "Death doesn't tell anything..."; - delitem 6153,1; //Special_Exchange_Coupon - if (job_3rd_gc > 20 && job_3rd_gc < 25) - set job_3rd_gc, job_3rd_gc+4; - completequest 7100; - set Silent_Executer,Silent_Executer+1; - close; - } else { - mes "Actually, supplies from the guild have just arrived."; - mes "It's been quite tough work to make new ones."; - next; - mes "[Bercasell]"; - mes "If you give me the exchange ticket I gave you before, I'll give you the supplies."; - close; - } - }*/ mes "Don't pursue only strength."; mes "You'll get tired."; mes "It's no better than living."; |