* Fixed an incorrect item check (bugreport:6184)
* Disabled two Dewata warp portals clashing with quest scripts (bugreport:6185, bugreport:5944) git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16380 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
865d3e7471
commit
26f5eadf1c
@ -846,7 +846,7 @@ monk_in,18,38,6 script Priest Gardron#tu 110,{
|
|||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
} else if(tu_acolyte01 == 8){
|
} else if(tu_acolyte01 == 8){
|
||||||
if(countitem(957) > 4){
|
if(countitem(939) > 4){
|
||||||
mes "Oh..!";
|
mes "Oh..!";
|
||||||
mes "You've returned!";
|
mes "You've returned!";
|
||||||
mes "Let's see... One...";
|
mes "Let's see... One...";
|
||||||
|
@ -3,18 +3,19 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Chilly
|
//= Chilly
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.0
|
//= 1.1
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= rAthena SVN
|
//= rAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
//= Warp Points for Dewata
|
//= Warp Points for Dewata
|
||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
//= 1.0 First version
|
//= 1.0 First version
|
||||||
|
//= 1.1 Disabled warps that clash with quest warps. [Euphy]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
dewata,44,252,0 warp dewata0001 1,1,dew_fild01,372,212
|
dewata,44,252,0 warp dewata0001 1,1,dew_fild01,372,212
|
||||||
dew_fild01,375,212,0 warp dewata0002 1,1,dewata,47,252
|
dew_fild01,375,212,0 warp dewata0002 1,1,dewata,47,252
|
||||||
dew_fild01,57,273,0 warp dewata0003 1,1,dew_in01,16,34
|
//dew_fild01,57,273,0 warp dewata0003 1,1,dew_in01,16,34
|
||||||
dew_in01,16,31,0 warp dewata0004 1,1,dew_fild01,60,273
|
//dew_in01,16,31,0 warp dewata0004 1,1,dew_fild01,60,273
|
||||||
dew_fild01,48,65,0 warp dewata0005 1,1,dew_dun02,302,30
|
dew_fild01,48,65,0 warp dewata0005 1,1,dew_dun02,302,30
|
||||||
dew_dun02,305,30,0 warp dewata0006 1,1,dew_fild01,51,65
|
dew_dun02,305,30,0 warp dewata0006 1,1,dew_fild01,51,65
|
||||||
|
Loading…
x
Reference in New Issue
Block a user