diff options
author | Mysteries <mysteriousragnarok@hotmail.com> | 2013-01-29 20:02:52 -0500 |
---|---|---|
committer | Mysteries <mysteriousragnarok@hotmail.com> | 2013-01-29 20:02:52 -0500 |
commit | 7e10f1611d51f1d0c6d9efce6efe3e046cdd3aca (patch) | |
tree | d553def7ce802ee8e57d7c07a2fc05db85c517e6 /npc/custom/etc | |
parent | 634b23975791077d6fca0ae18accab87f64875e9 (diff) | |
download | hercules-7e10f1611d51f1d0c6d9efce6efe3e046cdd3aca.tar.gz hercules-7e10f1611d51f1d0c6d9efce6efe3e046cdd3aca.tar.bz2 hercules-7e10f1611d51f1d0c6d9efce6efe3e046cdd3aca.tar.xz hercules-7e10f1611d51f1d0c6d9efce6efe3e046cdd3aca.zip |
Updated placeholders.
Diffstat (limited to 'npc/custom/etc')
-rw-r--r-- | npc/custom/etc/airplane.txt | 4 | ||||
-rw-r--r-- | npc/custom/etc/bank.txt | 4 | ||||
-rw-r--r-- | npc/custom/etc/bank_kafra.txt | 4 | ||||
-rw-r--r-- | npc/custom/etc/blackjack.txt | 4 |
4 files changed, 4 insertions, 12 deletions
diff --git a/npc/custom/etc/airplane.txt b/npc/custom/etc/airplane.txt index 2469b6a24..ac784b599 100644 --- a/npc/custom/etc/airplane.txt +++ b/npc/custom/etc/airplane.txt @@ -1,11 +1,9 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= elRO Airship //===== By: ================================================== //= Draike, Bluto, Hephaestus //===== Current Version: ===================================== //= 2.2a -//===== Compatible With: ===================================== -//= rAthena SVN //===== Description: ========================================= //= It's the elRO airship. XD //===== Additional Comments: ================================= diff --git a/npc/custom/etc/bank.txt b/npc/custom/etc/bank.txt index ed514c901..b7a62d228 100644 --- a/npc/custom/etc/bank.txt +++ b/npc/custom/etc/bank.txt @@ -1,11 +1,9 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Banker Script //===== By: ================================================== //= Syrus22 (1.0) //===== Current Version: ===================================== //= 2.0 -//===== Compatible With: ===================================== -//= Any rAthena version with Account variables. //===== Description: ========================================= //= An account wide Banker to store Zeny //===== Additional Comments: ================================= diff --git a/npc/custom/etc/bank_kafra.txt b/npc/custom/etc/bank_kafra.txt index 734c129d5..5ac35fe85 100644 --- a/npc/custom/etc/bank_kafra.txt +++ b/npc/custom/etc/bank_kafra.txt @@ -1,11 +1,9 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= The 2nd Bank of Prontera (with daily 0.01% income!) //===== By: ================================================== //= Lupus (1.0) //===== Current Version: ===================================== //= 1.2a -//===== Compatible With: ===================================== -//= rAthena SVN //===== Description: ========================================= //= A bank which has an interest % //===== Additional Comments: ================================= diff --git a/npc/custom/etc/blackjack.txt b/npc/custom/etc/blackjack.txt index 951af3f68..405409236 100644 --- a/npc/custom/etc/blackjack.txt +++ b/npc/custom/etc/blackjack.txt @@ -1,11 +1,9 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Black Jack //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== //= 1.0 -//===== Compatible With: ===================================== -//= rAthena SVN //===== Description: ========================================= //= Black Jack card game. Gameplay based off standard casino //= black jack rules. Dealer must have at least 17 to stay and will |