fixed The Sign Quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9011 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
0ee096b60e
commit
6e7319212f
@ -30,6 +30,7 @@ Playtester
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
10/18
|
10/18
|
||||||
|
* Llyr fixed The_Sign_Quest [Lupus]
|
||||||
* Official kRO 10.1 spawns for Glastheim [Playtester]
|
* Official kRO 10.1 spawns for Glastheim [Playtester]
|
||||||
- Turtle Island
|
- Turtle Island
|
||||||
- Clock Tower
|
- Clock Tower
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
//= eAthena Dev Team
|
//= eAthena Dev Team
|
||||||
//= Darlskies, Darkchild, Syrus22, Lupus, kobra_k88 (2.0)
|
//= Darlskies, Darkchild, Syrus22, Lupus, kobra_k88 (2.0)
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 5.4a
|
//= 5.4b
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -38,6 +38,7 @@
|
|||||||
//= 5.4 added -Guide option (Kafra shows you nearest Guide) Work in progress.
|
//= 5.4 added -Guide option (Kafra shows you nearest Guide) Work in progress.
|
||||||
//= Need all coords for all guides.. and somehow pass their coords to kafra.
|
//= Need all coords for all guides.. and somehow pass their coords to kafra.
|
||||||
//= Removed universal Kafra Pass, added 3 new Kafra Tickets [Lupus]
|
//= Removed universal Kafra Pass, added 3 new Kafra Tickets [Lupus]
|
||||||
|
//= 5.4b temporary moved "-Guide" from the 1st menu punct [Lupus]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
@ -92,20 +93,20 @@ function script F_Kafra {
|
|||||||
break;
|
break;
|
||||||
//Common w/o teleport
|
//Common w/o teleport
|
||||||
case 3:
|
case 3:
|
||||||
setarray @K_Menu0$[0],"-Guide","-Save","-Use Storage","-Rent a Cart","-Other Information Check","-Cancel";
|
setarray @K_Menu0$[0],"-Save","-Use Storage","-Rent a Cart","-Guide","-Other Information Check","-Cancel";
|
||||||
break;
|
break;
|
||||||
//Case 4 is Einbroch no tele message.
|
//Case 4 is Einbroch no tele message.
|
||||||
//Common w/o save and teleport
|
//Common w/o save and teleport
|
||||||
case 5:
|
case 5:
|
||||||
setarray @K_Menu0$[0],"-Guide","-Use Storage","-Rent a Cart","-Other Information Check","-Cancel";
|
setarray @K_Menu0$[0],"-Use Storage","-Rent a Cart","-Other Information Check","-Guide","-Cancel";
|
||||||
break;
|
break;
|
||||||
//Only storage and other info check
|
//Only storage and other info check
|
||||||
case 6:
|
case 6:
|
||||||
setarray @K_Menu0$[0],"-Guide","-Use Storage","-Other Information Check","-Cancel";
|
setarray @K_Menu0$[0],"-Use Storage","-Guide","-Other Information Check","-Cancel";
|
||||||
break;
|
break;
|
||||||
//Common Kafra
|
//Common Kafra
|
||||||
default:
|
default:
|
||||||
setarray @K_Menu0$[0],"-Guide","-Save","-Use Storage","-Use Teleport Service","-Rent a Cart","-Other Information Check","-Cancel";
|
setarray @K_Menu0$[0],"-Save","-Use Storage","-Use Teleport Service","-Rent a Cart","-Guide","-Other Information Check","-Cancel";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if(getarg(0)==2) {
|
if(getarg(0)==2) {
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user