Minor fix to the sign quest, thanks to theultramage for pointing it out.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9419 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
74303fe227
commit
2a9b9b6854
@ -33,6 +33,8 @@ KarLaeda
|
|||||||
|
|
||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
12/06
|
||||||
|
* Minor fix to the sign quest, thanks to theultramage for pointing it out [MasterOfMuppets]
|
||||||
12/01
|
12/01
|
||||||
* Fixed event's label for many quest-spawned monsters [KarLaeda]
|
* Fixed event's label for many quest-spawned monsters [KarLaeda]
|
||||||
* Small fix to The Sign Quest [KarLaeda]
|
* Small fix to The Sign Quest [KarLaeda]
|
||||||
|
@ -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.5
|
//= 1.6
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN 3422+(Requires jA Script System)
|
//= eAthena SVN 3422+(Requires jA Script System)
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -24,6 +24,7 @@
|
|||||||
//= Also moved the Alberta sign since another NPC was on top of it. [Llyr]
|
//= Also moved the Alberta sign since another NPC was on top of it. [Llyr]
|
||||||
//= 1.5 Fixed exploits and bugs. Plus add a removal of exttra sobbing pieces
|
//= 1.5 Fixed exploits and bugs. Plus add a removal of exttra sobbing pieces
|
||||||
//= 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]
|
||||||
//============================================================
|
//============================================================
|
||||||
//===== Configuration : ======================================
|
//===== Configuration : ======================================
|
||||||
prontera.gat,1,1,1 script TheSignConfig -1,{
|
prontera.gat,1,1,1 script TheSignConfig -1,{
|
||||||
@ -2454,6 +2455,7 @@ else
|
|||||||
}
|
}
|
||||||
OnMonsterDead:
|
OnMonsterDead:
|
||||||
set $signmazemonster,$signmazemonster - 1;
|
set $signmazemonster,$signmazemonster - 1;
|
||||||
|
end;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user