The Sign: Fixed possible exploit

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9933 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Lupus 2007-02-28 11:42:46 +00:00
parent 6c66c2095f
commit cca4b5be95
2 changed files with 5 additions and 2 deletions

View File

@ -26,6 +26,8 @@ KarLaeda
Date Added Date Added
====== ======
2007/03/01
* The Sign: Fixed possible exploit, thanks to happylight [Lupus]
2007/02/28 2007/02/28
* Fixes to Merchant/Smith skill quests according to ragnainfo wiki [DracoRPG] * Fixes to Merchant/Smith skill quests according to ragnainfo wiki [DracoRPG]
- Added missing 1 Banana Juice requirement to Cart Revolution quest - Added missing 1 Banana Juice requirement to Cart Revolution quest

View File

@ -3,7 +3,7 @@
//===== By: ================================================== //===== By: ==================================================
//= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs) //= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs)
//===== Current Version: ===================================== //===== Current Version: =====================================
//= 1.7a //= 1.7b
//===== Compatible With: ===================================== //===== Compatible With: =====================================
//= eAthena SVN 3422+(Requires jA Script System) //= eAthena SVN 3422+(Requires jA Script System)
//===== Description: ========================================= //===== Description: =========================================
@ -26,6 +26,7 @@
//= as suggested Tantarian, to let people Reborn [Lupus] //= as suggested Tantarian, to let people Reborn [Lupus]
//= 1.6 Minor fix, thanks to theultramage for pointing it out. [MasterOfMuppets] //= 1.6 Minor fix, thanks to theultramage for pointing it out. [MasterOfMuppets]
//= 1.7 Fixed exploit [KarLaeda] 1.7a, fixed wrong dialogue [Lupus] //= 1.7 Fixed exploit [KarLaeda] 1.7a, fixed wrong dialogue [Lupus]
//= 1.7b Fixed possible exploit [Lupus]
//============================================================ //============================================================
//===== Configuration : ====================================== //===== Configuration : ======================================
prontera.gat,1,1,1 script TheSignConfig -1,{ prontera.gat,1,1,1 script TheSignConfig -1,{
@ -6463,7 +6464,7 @@ himinn.gat,48,86,5 script Valkyrie#2 811,{
mes "travel there and ferret"; mes "travel there and ferret";
mes "out true darkness from"; mes "out true darkness from";
mes "one of the hearts there..."; mes "one of the hearts there...";
set signquest,33; if(signquest==32)set signquest,33;
close2; close2;
warp "geffen.gat",120,100; warp "geffen.gat",120,100;
end; end;