* Corrected positions for Thief and Archer quest skills NPCs

* Fixed Ant Hell warps

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1309 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
celest 2005-03-27 10:46:39 +00:00
parent b2f8f7cdc5
commit 04290ffd1b
4 changed files with 7 additions and 3 deletions

View File

@ -37,6 +37,10 @@ Other Ppl
Date Added
======
03/27
* Fixed Ant Hell warps, thanks to Dino9021
* Corrected positions for Thief and Archer quest skills NPCs, thanks to Dino9021
03/24
* Added support for Emsolute Develop in the guild manager script [celest]
* Fixed the custom jobchanger allowing Super Novices to change to high novice,

View File

@ -142,7 +142,7 @@ L_LowLvl:
//<============================== Arrow Repel ===============================>\\
payon.gat,190,176,5 script Jason 88,{
payon.gat,103,63,5 script Jason 88,{
mes "[Jason]";
if (callfunc("Is_Bow_Class")) goto L_Start;

View File

@ -329,7 +329,7 @@ L_Fling:
//====================================================================================
payon.gat,149,120,4 script RuRumuni 99,{
payon.gat,91,77,4 script RuRumuni 99,{
mes "[RuRumuni]";
if(SANDATTACK == 1 && BAGNFNTY != 2) goto L_Start;

View File

@ -19,7 +19,7 @@ anthell01.gat,35,267,0 script ant001 45,1,1,{
moc15: warp "moc_fild15.gat",251,248; break;
}
anthell02.gat,171,169,0 script ant001 45,1,2,{
if(!anthell==0) goto moc15;
if(anthell==0) goto moc15;
moc04: warp "moc_fild04.gat",213,327; break;
moc15: warp "moc_fild15.gat",251,248; break;
}