From 3a9351dbca5aaa24e614a4d15f7399efd8386e07 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Mon, 1 Oct 2007 14:37:17 +0000 Subject: * Fixed an assortment of typos and bugs care of yyCC. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11343 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/1-1e/gunslinger.txt | 6 ++++-- npc/jobs/2-2/crusader.txt | 9 +++++---- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'npc/jobs') diff --git a/npc/jobs/1-1e/gunslinger.txt b/npc/jobs/1-1e/gunslinger.txt index 800b8920d..0facac58d 100644 --- a/npc/jobs/1-1e/gunslinger.txt +++ b/npc/jobs/1-1e/gunslinger.txt @@ -7,7 +7,7 @@ //= DON'T REMOVE THIS! (by request of him, he provided all //= the info regarding the quests and shops.) //===== Current Version: ===================================== -//= 1.10b +//= 2.1 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -23,8 +23,9 @@ //= 1.7b Parenthesis fixes [KarLaeda] //= 1.8 Fixed the reward you can get [Playtester] //= 1.9 Removed some 'clever' script constructs [ultramage] -//= 1.10 Updated to official version - Thanks to Omega for +//= 2.0 Updated to official version - Thanks to Omega for //= his first try [SinSloth] 1.10b - removed .GATs [Lupus] +//= 2.1 Wise Bull Horn now deletes all items. Thanks to yyCC. [L0ne_W0lf] //============================================================ que_ng,152,167,3 script Master Miller 901,{ @@ -318,6 +319,7 @@ payon,184,65,3 script The Wise Bull Horn 866,{ delitem 1019,1; delitem 912,3; delitem 511,3; + delitem 1013,3; //Colorful_Shell set GUNS_Q,3; close; diff --git a/npc/jobs/2-2/crusader.txt b/npc/jobs/2-2/crusader.txt index 48bd861b2..588650ba1 100644 --- a/npc/jobs/2-2/crusader.txt +++ b/npc/jobs/2-2/crusader.txt @@ -4,7 +4,7 @@ //= Made by: Black Dragon //= Converted by: Shin //===== Current Version: ===================================== -//= 2.8 +//= 2.9 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -26,6 +26,7 @@ //= made some NPC more unique names: Monster Summon#cr1 [Lupus] //= 2.7 Fixed Some variables like ".@item", and changed to "@item". [Samuray22] //= 2.8 Fixed a little minor bug. [Samuray22] +//= 2.9 Minor fixes, typos, an incorrect answer. Thanks to yyCC. [L0ne_W0lf] //============================================================ @@ -573,7 +574,7 @@ C_Questions: mes "[Gabriel Valentine]"; mes "1. Which of the following monsters is a different attribute than the others?"; next; - if (select("Karat:Wind Ghost:Isis:Wanderer") == 3) + if (select("Carat:Wind Ghost:Isis:Wanderer") == 3) set .@cru_t,.@cru_t+10; mes "[Gabriel Valentine]"; @@ -585,7 +586,7 @@ C_Questions: mes "[Gabriel Valentine]"; mes "3. Which item is NOT dropped by Dokebi?"; next; - if (select("Rough Elunium:Golden Hamer:Sword Mace:Mighty Staff") == 2) + if (select("Rough Elunium:Golden Hammer:Sword Mace:Mighty Staff") == 2) set .@cru_t,.@cru_t+10; mes "[Gabriel Valentine]"; @@ -609,7 +610,7 @@ C_Questions: mes "[Gabriel Valentine]"; mes "7. Which attribute is the most effective on the Wind Ghost?"; next; - if (select("Water:Earth:Fire:Wind") == 3) + if (select("Water:Earth:Fire:Wind") == 2) set .@cru_t,.@cru_t+10; mes "[Gabriel Valentine]"; -- cgit v1.2.3-70-g09d2