diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-25 18:45:11 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-25 18:45:11 +0000 |
commit | 37b88b7d93d0bd21e4d44292f8940f2bde5ce32a (patch) | |
tree | ff6630bc850c5f46e2ab6d9696835f00e055368a /npc/events | |
parent | 51ab2f51de791cda47e0ccef4b4bfbd408a01a6a (diff) | |
download | hercules-37b88b7d93d0bd21e4d44292f8940f2bde5ce32a.tar.gz hercules-37b88b7d93d0bd21e4d44292f8940f2bde5ce32a.tar.bz2 hercules-37b88b7d93d0bd21e4d44292f8940f2bde5ce32a.tar.xz hercules-37b88b7d93d0bd21e4d44292f8940f2bde5ce32a.zip |
Changed item names to item IDs on some scripts.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11798 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/events')
-rw-r--r-- | npc/events/custom/uneasy_cemetery.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/events/custom/uneasy_cemetery.txt b/npc/events/custom/uneasy_cemetery.txt index 0c219b6d0..06fe4a8f8 100644 --- a/npc/events/custom/uneasy_cemetery.txt +++ b/npc/events/custom/uneasy_cemetery.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Lupus //===== Current Version: ===================================== -//= 1.2 (Tested and fully working!) +//= 1.2a (Tested and fully working!) //===== Compatible With: ===================================== //= eAthena Version 1.0 //===== Description: ========================================= @@ -16,6 +16,7 @@ //===== Additional Comments: ================================= //= 1.1 More advanced ver. Added some bonus the the one who'd kill the last walking undead //= 1.2 Added coords to the script to make label OmMobDead working +//= 1.2a Changed item names to item IDs. [Samuray22] //============================================================ @@ -109,7 +110,7 @@ L_Undead_Walk: if (Sex==0) mapannounce "prontera","[Mother Mathana]: In the name of Odin we declare beautiful "+$UNEASY_H$+" as a Prontera savior!",0; mes "[Mother Mathana]"; mes "In the name of Odin we bless you and decently present a modest gift just from Mareusis' wine-cellar."; - getitem "Blue_Potion",1; + getitem 505,1; //Blue_Potion set JobExp,JobExp+100; set BaseExp,BaseExp+50; close; |