diff options
author | eaac <eaac@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-27 00:50:05 +0000 |
---|---|---|
committer | eaac <eaac@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-27 00:50:05 +0000 |
commit | 2651b01417f5c6d009e2d700e80854cb93639506 (patch) | |
tree | 9e0c2516acf7db9550e45ee9feac7e6844a1e8b2 /npc/custom/eAAC_Scripts/vendmachine.txt | |
parent | 4dbc4e3a2dd8fcb9c6d8a09b3038040024f0d07f (diff) | |
download | hercules-2651b01417f5c6d009e2d700e80854cb93639506.tar.gz hercules-2651b01417f5c6d009e2d700e80854cb93639506.tar.bz2 hercules-2651b01417f5c6d009e2d700e80854cb93639506.tar.xz hercules-2651b01417f5c6d009e2d700e80854cb93639506.zip |
* Added Rachel NPCs:
~ Added Official warps of Rachel. About 50% of them. Will get the rest soon. [erKURITA]
~ Added the Tool/Armor/Weapon dealer, aswell as a Vegetable Gardener. [erKURITA]
~ Added the guards + guide locations. Also added the Zondaman location. [erKURITA]
~ Added Rachel Inn npc. [erKURITA]
\- Special thanks to RockmanEXE for all the info above.
* eAAC update to the vending machine, disguiser and quest warper. [erKURITA]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7349 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/eAAC_Scripts/vendmachine.txt')
-rw-r--r-- | npc/custom/eAAC_Scripts/vendmachine.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/npc/custom/eAAC_Scripts/vendmachine.txt b/npc/custom/eAAC_Scripts/vendmachine.txt index 92a542a21..82a514c8d 100644 --- a/npc/custom/eAAC_Scripts/vendmachine.txt +++ b/npc/custom/eAAC_Scripts/vendmachine.txt @@ -1,12 +1,10 @@ //=====================================
// Vending Machine Script
-// v2.4
+// v2.3
//=====================================
// by Celestria
//=====================================
// Changelog:
-// 2.4 - Removed Duplicates [Silent]
-//
// 2.3 - Added in "Slam" feature, as well as admin ability to turn machine on and off.
// - Added admin menu. Allows GMs to put machines in/out of service, and to clear
// all jammed items.
@@ -295,4 +293,4 @@ R_Item: close;}
mes "The machine shakes, but nothing happens";
close;
-}
\ No newline at end of file +}
|