diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-27 06:07:26 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-27 06:07:26 +0000 |
commit | bc0cf0471276101770cb08b34ecb58dd7d65fd8d (patch) | |
tree | 37ab785b17b53c6fffd21e60e0ac058d281b52db /npc/custom | |
parent | 9cedf4890c7b99e7ac205905cbe771069e96654f (diff) | |
download | hercules-bc0cf0471276101770cb08b34ecb58dd7d65fd8d.tar.gz hercules-bc0cf0471276101770cb08b34ecb58dd7d65fd8d.tar.bz2 hercules-bc0cf0471276101770cb08b34ecb58dd7d65fd8d.tar.xz hercules-bc0cf0471276101770cb08b34ecb58dd7d65fd8d.zip |
fixed bandits beard quest. disabled guild storage by default. changed novices castles warper and treasure chests count to 1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8496 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom')
-rw-r--r-- | npc/custom/quests/bandit_beard.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/custom/quests/bandit_beard.txt b/npc/custom/quests/bandit_beard.txt index 8efb0243a..609a7fe14 100644 --- a/npc/custom/quests/bandit_beard.txt +++ b/npc/custom/quests/bandit_beard.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= Mega Man Expert & Lupus
//===== Current Version: =====================================
-//= 1.1b
+//= 1.2
//===== Compatible With: =====================================
//= eAthena 0.5.2 +
//===== Description: =========================================
@@ -13,6 +13,7 @@ //= 1.0 First release
//= 1.1 Fixed some exploits, bugs and typos. Optimized 8) [Lupus]
//= 1.1b fixed some typos
+//= 1.2 fixed donpcevent label [Lupus]
//============================================================
umbala.gat,126,129,4 script Bearded Man 120,{
@@ -183,7 +184,7 @@ alberta.gat,65,123,6 script Man 85,{ mes "[Thread Merchant]";
mes "Oh NO! Here they come!!";
emotion 19;
- donpcevent "BRDQ_MOBS";
+ donpcevent "BRDQ_MOBS::OnStart";
close;
L_KILLED:
@@ -208,6 +209,7 @@ M_NO: //mobsummons -------
alberta.gat,1,1,1 script BRDQ_MOBS -1,{
+OnStart:
set $@beardMob,10;
set $@beardMobD,0;
monster "alberta.gat",65,120,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie";
|