diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-05 17:54:03 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-05 17:54:03 +0000 |
commit | 8508ca74ad6deea3f27cf14c2158a07059b4eb75 (patch) | |
tree | cb9589b37df7c5dad78597c507f16effa53ddcd4 /npc/jobs/2-2 | |
parent | dbc9cb6c9faff4c0c82b8e236ee6c8db99cb3e06 (diff) | |
download | hercules-8508ca74ad6deea3f27cf14c2158a07059b4eb75.tar.gz hercules-8508ca74ad6deea3f27cf14c2158a07059b4eb75.tar.bz2 hercules-8508ca74ad6deea3f27cf14c2158a07059b4eb75.tar.xz hercules-8508ca74ad6deea3f27cf14c2158a07059b4eb75.zip |
* Corrected a bad duplicate name in Kafra Bank (Custom). (bugeport:921)
* Corrected a lot of ";;" Typo errors.
-Some of this are in the bugreport:919
* Corrected a Cutin Problem in Cooking Quest and a Delitem. (bugreport:911)
* Corrected some typo error with "rouge". (bugreport:909)
* Moved Custom Event folder to Custom Folder.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12177 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-2')
-rw-r--r-- | npc/jobs/2-2/rogue.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/npc/jobs/2-2/rogue.txt b/npc/jobs/2-2/rogue.txt index e6053a1f7..3ee0f5eab 100644 --- a/npc/jobs/2-2/rogue.txt +++ b/npc/jobs/2-2/rogue.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 2.4b +//= 2.4c //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -13,7 +13,9 @@ //= 2.4 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf] //= No longer uses function "F_BlockHigh" //= 2.4a Deleted unused variables. [Samuray22] -//= 2.4b Changed a Problem with JobLevel what made impossible get a Gladius [3]. (bugreport:481) [Samuray22] +//= 2.4b Changed a Problem with JobLevel what made +//= impossible get a Gladius [3]. (bugreport:481) [Samuray22] +//= 2.4c Corrected a Typo error ";;" and a typo error with "rouge". (bugreport:909) [Samuray22] //============================================================ morocc,100,104,1 script Thug#rg 118,{ @@ -101,7 +103,7 @@ in_rogue,363,122,4 script Rogue Guildsman#rg 747,{ mes "So why you wanna join up with the Rogues? I guess you gave me your real name, so you'd be an honest Rogue. Not many of those around, heh heh~"; next; mes "[Markie]"; - mes "Rule number 1 for Rouges..."; + mes "Rule number 1 for Rogues..."; mes "Never give out your real identity to most people, most of the time. It's just a little backup measure we like to use."; next; mes "[Markie]"; @@ -935,7 +937,7 @@ S_CheckItems: delitem getarg(6),getarg(7); set ROGUE_Q,7; next; - mes "[Mr. Smith]";; + mes "[Mr. Smith]"; mes "Great, great..."; mes "I think you"; mes "brought everything."; |