A small sign quest fix according to a recent patch.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8203 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
5cdcef4080
commit
2c18fc43fe
@ -34,6 +34,8 @@ Playtester
|
|||||||
|
|
||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
08/09
|
||||||
|
* A small sign quest fix according to a recent patch. [MasterOfMuppets]
|
||||||
08/06
|
08/06
|
||||||
* Added official spawn locations for all Yuno Fields [Playtester]
|
* Added official spawn locations for all Yuno Fields [Playtester]
|
||||||
- note: only works with Skotlex's spawn area fix
|
- note: only works with Skotlex's spawn area fix
|
||||||
|
@ -9664,7 +9664,7 @@ que_sign01.gat,178,19,0 script #serinwarp2 45,1,1,{
|
|||||||
|
|
||||||
geffen.gat,119,55,1 script GeffeniaWarper 45,2,2,{
|
geffen.gat,119,55,1 script GeffeniaWarper 45,2,2,{
|
||||||
|
|
||||||
switch(rand(1,4))
|
switch($GeffeniaWarp)
|
||||||
{
|
{
|
||||||
|
|
||||||
case 1:
|
case 1:
|
||||||
@ -9730,9 +9730,9 @@ L_Lament:
|
|||||||
|
|
||||||
L_Throw:
|
L_Throw:
|
||||||
misceffect 247;
|
misceffect 247;
|
||||||
|
set $GeffeniaWarp,rand(1,4);
|
||||||
enablenpc "GeffeniaWarper";
|
enablenpc "GeffeniaWarper";
|
||||||
donpcevent "GeffeniaWarper::OnWarping";
|
donpcevent "GeffeniaWarper::OnWarping";
|
||||||
set $GeffeniaWarp,1;
|
|
||||||
mes "^3355FFOnce the Lucifer's Lament";
|
mes "^3355FFOnce the Lucifer's Lament";
|
||||||
mes "splashes into the water, the";
|
mes "splashes into the water, the";
|
||||||
mes "light reveals a peculiar warp";
|
mes "light reveals a peculiar warp";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user