diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-07 18:33:27 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-07 18:33:27 +0000 |
commit | bedc8551743c08b42b56ec11dbee97fc570dddf2 (patch) | |
tree | 9560b70d4a7a0d1146ab081e31f899e4da9835f2 /npc/quests/newgears/neris.txt | |
parent | 2e2bc3402805a132af5515b55c46b022c1abedf0 (diff) | |
download | hercules-bedc8551743c08b42b56ec11dbee97fc570dddf2.tar.gz hercules-bedc8551743c08b42b56ec11dbee97fc570dddf2.tar.bz2 hercules-bedc8551743c08b42b56ec11dbee97fc570dddf2.tar.xz hercules-bedc8551743c08b42b56ec11dbee97fc570dddf2.zip |
fixed some item names
and fixed coords of some NPC of new headgear quests
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@493 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/newgears/neris.txt')
-rw-r--r-- | npc/quests/newgears/neris.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/quests/newgears/neris.txt b/npc/quests/newgears/neris.txt index b1c46bd35..3356a6bad 100644 --- a/npc/quests/newgears/neris.txt +++ b/npc/quests/newgears/neris.txt @@ -1,4 +1,4 @@ -//===== eAthena Script ======================================= +//===== eAthena Script =======================================1 //= Neris (New Hat Quests) //===== By: ================================================== //= Halca (1.0) @@ -13,11 +13,12 @@ //= 1.2 Fixed wrong labels, added missing text [Lupus] //============================================================ -yuno.gat,21,17,7 script Neris 806,{ + +yuno.gat,353,282,7 script Neris 806,{ mes "[Neris]"; mes "So, whatcha want then?"; next; - menu "Big Golden Bell.",M_LGB,"Crown of Mistress.",M_COM,"Crown of Ancient Queen.",M_COAQ,"Nothing, thanks.",M_EXIT; + menu "Golden Bells.",M_LGB,"Crown of Mistress.",M_COM,"Crown of Ancient Queen.",M_COAQ,"Nothing, thanks.",M_EXIT; M_LGB: mes "[Neris]"; @@ -27,7 +28,7 @@ M_LGB: mes "[Neris]"; mes "Looks pretty cute when you wear it."; mes "So... what can I do for you?"; - menu "Make me the golden bell!",-,"What do I need to make it?",M_REQL,"Nothing, thanks.",M_EXIT; + menu "Make me Golden Bells!",-,"What do I need to make it?",M_REQL,"Nothing, thanks.",M_EXIT; if ((countitem(10016) < 1) || (countitem(714) < 1) || (countitem(969) < 3) || (Zeny < 1000)) GOTO L_NOITEM;//Items: Golden Bell, Emperium, Gold, mes "[Neris]"; @@ -37,7 +38,7 @@ M_LGB: delitem 714,1;//Items: Emperium, delitem 969,3;//Items: Gold, set Zeny,Zeny-1000; - getitem 5091,1;//Items: Big Golden Bell, + getitem 5091,1;//Items: Golden Bells, mes "[Neris]"; mes "Thanks, and bye!"; close; |