diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-01 12:41:08 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-01 12:41:08 +0000 |
commit | f0a41cf9855f91de3aa3aa57307e14e42e4b12dc (patch) | |
tree | b6a4c68623eed2be0f05ca59df0014169a90a747 /npc | |
parent | ccfc2c4088290cc1d06f6bff99b9584c7300f6de (diff) | |
download | hercules-f0a41cf9855f91de3aa3aa57307e14e42e4b12dc.tar.gz hercules-f0a41cf9855f91de3aa3aa57307e14e42e4b12dc.tar.bz2 hercules-f0a41cf9855f91de3aa3aa57307e14e42e4b12dc.tar.xz hercules-f0a41cf9855f91de3aa3aa57307e14e42e4b12dc.zip |
redo "bugfix" in cool_event_corp.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9941 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/kafras/cool_event_corp.txt | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index b62ed0652..ada3f4310 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -29,6 +29,7 @@ Date Added 2007/03/01 * The Sign: Fixed possible exploit, thanks to happylight [Lupus] - Added npc/sample/npc_test_setitemx.txt + - Redo "conditional bug" in cool_event_corp.txt. That wasn't a bug. 2007/02/28 * Fixes to Merchant/Smith skill quests according to ragnainfo wiki [DracoRPG] - Added missing 1 Banana Juice requirement to Cart Revolution quest diff --git a/npc/kafras/cool_event_corp.txt b/npc/kafras/cool_event_corp.txt index 935f72d72..8da63ddce 100644 --- a/npc/kafras/cool_event_corp.txt +++ b/npc/kafras/cool_event_corp.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Gepard //===== Current Version: ===================================== -//= 1.1 +//= 1.1a //===== Compatible With: ===================================== //= eAthena //===== Description: ========================================= @@ -12,6 +12,7 @@ //===== Additional Comments: ================================= //= 1.0 First version, iRO Sakray X.4 [Gepard] //= 1.1 Optimized, fixed a conditional bug [Lupus] +//= 1.1a Redo back. It wasn't a bug [Lupus] //============================================================ hugel.gat,88,168,4 script Cool Event Corp. Staff#hk 874,{ @@ -37,7 +38,7 @@ hugel.gat,88,168,4 script Cool Event Corp. Staff#hk 874,{ close; case 2: mes "[Cool Event Corp. Staff]"; - if(basicskillcheck() || getskilllv(1) < 6){ + if(basicskillcheck() && getskilllv(1) < 6){ mes "I'm sorry, but you"; mes "need the Novice's"; mes "Basic Skill Level 6 to"; |