summaryrefslogtreecommitdiff
path: root/npc/custom
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-18 07:23:58 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-18 07:23:58 +0000
commit95454f80676a0619583a91e7194007fd433a755f (patch)
treed53957829716699caa4a39219bddc05697e2ebc0 /npc/custom
parent1950be354765cfc65032d61a3352d0b8f58929c0 (diff)
downloadhercules-95454f80676a0619583a91e7194007fd433a755f.tar.gz
hercules-95454f80676a0619583a91e7194007fd433a755f.tar.bz2
hercules-95454f80676a0619583a91e7194007fd433a755f.tar.xz
hercules-95454f80676a0619583a91e7194007fd433a755f.zip
fixed TONS of wrong wieght, wep lvl, req lvl of the items. minor typo in 6_hats npc
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5655 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom')
-rw-r--r--npc/custom/quests/event_6_new_hats.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/custom/quests/event_6_new_hats.txt b/npc/custom/quests/event_6_new_hats.txt
index 1021d8c3c..d91a780d0 100644
--- a/npc/custom/quests/event_6_new_hats.txt
+++ b/npc/custom/quests/event_6_new_hats.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= RedxSwordxHero, Lupus
//===== Current Version: =====================================
-//= 1.4a
+//= 1.4b
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -30,7 +30,7 @@ prt_in.gat,130,66,5 script Zac 704,{
mes "I am the oldest and strongest of the 4 brothers that makes all the newer hats. You will need to bring me the correct items for each hat, so I can make them.";
next;
mes "[Zac]";
- mes "I provide 8 hats and my brothers provides the other 24.";
+ mes "I provide 1 hat and my brothers provides the other 5.";
next;
menu "Join",L1,"Information",L2,"Cancel",L3;
L1:
@@ -90,7 +90,7 @@ prt_in.gat,162,131,5 script Blac 732,{
mes "I am the youngest and sexiest of the 4 brothers that makes all the newer hats. You will need to bring me the correct items for each hat, so I can make them.";
next;
mes "[Blac]";
- mes "I provide 8 hats and my brothers provides the other 24.";
+ mes "I provide 1 hat and my brothers provides the other 5.";
next;
menu "Join",L1,"Information",L2,"Cancel",L3;
L1:
@@ -144,7 +144,7 @@ prt_in.gat,53,56,5 script Jac 107,{
mes "I am the 2nd oldest and calmest of the 4 brothers that makes all the newer hats. You will need to bring me the correct items for each hat, so I can make them.";
next;
mes "[Jac]";
- mes "I provide 8 hats and my brothers provides the other 24.";
+ mes "I provide 2 hats and my brothers provides the other 4.";
next;
menu "Join",L1,"Information",L2,"Cancel",L3;
L1:
@@ -228,7 +228,7 @@ prt_in.gat,45,113,5 script Pac 705,{
mes "I am 3rd oldest and wisest of the 4 brothers that makes all the newer hats. You will need to bring me the correct items for each hat so I can make them.";
next;
mes "[Pac]";
- mes "I provide 8 hats and my brothers provides the other 24.";
+ mes "I provide 2 hats and my brothers provides the other 4.";
next;
menu "Join",L1,"Information",L2,"Cancel",L3;
L1:
@@ -369,4 +369,4 @@ OnMinute46:
if(rand(2)) end;
enablenpc "Blac";
end;
-}
+} \ No newline at end of file