fixed timer error, mobscript bug, overlapped npcs
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8942 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
8f93eb15be
commit
a9dc343876
@ -29,6 +29,9 @@ Playtester
|
|||||||
|
|
||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
10/06
|
||||||
|
* Many minor fixes, thanks to theultramage [Lupus]
|
||||||
|
- Fixed "mymob" Niflheim bug, fixed Sworman Job Quest timer issue, fixed overlapping NPCs.
|
||||||
10/05
|
10/05
|
||||||
* Fixed typo [Vicious]
|
* Fixed typo [Vicious]
|
||||||
* Umbala: Added official chance of failure to Create Essence (u may get a Garlet instead) [Lupus]
|
* Umbala: Added official chance of failure to Create Essence (u may get a Garlet instead) [Lupus]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
//= Fyrien, Dizzy, PKGINGO
|
//= Fyrien, Dizzy, PKGINGO
|
||||||
//= Official NPCs translated and re-edited by Celest
|
//= Official NPCs translated and re-edited by Celest
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.3
|
//= 1.3a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= Any eAthena Version; Niflheim Required
|
//= Any eAthena Version; Niflheim Required
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -137,7 +137,7 @@ L_end:
|
|||||||
}
|
}
|
||||||
|
|
||||||
niflheim.gat,350,258,5 script Cursed Soul 802,{
|
niflheim.gat,350,258,5 script Cursed Soul 802,{
|
||||||
killmonster "niflheim.gat","mymob";
|
killmonster "niflheim.gat","OnNFMob";
|
||||||
mes "[Ashe Bruce]";
|
mes "[Ashe Bruce]";
|
||||||
mes "I feel a strong curse on youaaaahhhhh";
|
mes "I feel a strong curse on youaaaahhhhh";
|
||||||
mes "I shall deny your existanceahhhhhhh";
|
mes "I shall deny your existanceahhhhhhh";
|
||||||
@ -151,7 +151,7 @@ L_book1:
|
|||||||
mes "Don't you touch my bookssssahhh!!";
|
mes "Don't you touch my bookssssahhh!!";
|
||||||
mes "Ahahaha, I curse you for being bitten, torn and clawed at!!";
|
mes "Ahahaha, I curse you for being bitten, torn and clawed at!!";
|
||||||
mes "Forever binded to this curse!!";
|
mes "Forever binded to this curse!!";
|
||||||
monster "niflheim.gat",350,258,"Rideword",1478,1,"mymob";
|
monster "niflheim.gat",350,258,"Rideword",1478,1,"OnNFMob";
|
||||||
close;
|
close;
|
||||||
|
|
||||||
L_book2:
|
L_book2:
|
||||||
@ -192,13 +192,13 @@ L_book3:
|
|||||||
mes "Hahahaha!! Your prayers were wrong!!";
|
mes "Hahahaha!! Your prayers were wrong!!";
|
||||||
mes "Time to face deathohohohoho,";
|
mes "Time to face deathohohohoho,";
|
||||||
mes "May you be cursed forevahahahaha!!";
|
mes "May you be cursed forevahahahaha!!";
|
||||||
monster "niflheim.gat",349,256,"Orc Skeleton",1462,1,"mymob";
|
monster "niflheim.gat",349,256,"Orc Skeleton",1462,1,"OnNFMob";
|
||||||
monster "niflheim.gat",347,258,"Orc Skeleton",1462,1,"mymob";
|
monster "niflheim.gat",347,258,"Orc Skeleton",1462,1,"OnNFMob";
|
||||||
monster "niflheim.gat",347,254,"Orc Skeleton",1462,1,"mymob";
|
monster "niflheim.gat",347,254,"Orc Skeleton",1462,1,"OnNFMob";
|
||||||
monster "niflheim.gat",350,252,"Orc Skeleton",1462,1,"mymob";
|
monster "niflheim.gat",350,252,"Orc Skeleton",1462,1,"OnNFMob";
|
||||||
monster "niflheim.gat",344,255,"Orc Skeleton",1462,1,"mymob";
|
monster "niflheim.gat",344,255,"Orc Skeleton",1462,1,"OnNFMob";
|
||||||
monster "niflheim.gat",348,252,"Orc Skeleton",1462,1,"mymob";
|
monster "niflheim.gat",348,252,"Orc Skeleton",1462,1,"OnNFMob";
|
||||||
monster "niflheim.gat",347,259,"Orc Skeleton",1462,1,"mymob";
|
monster "niflheim.gat",347,259,"Orc Skeleton",1462,1,"OnNFMob";
|
||||||
close;
|
close;
|
||||||
|
|
||||||
L_back:
|
L_back:
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= kobra_k88
|
//= kobra_k88
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.6
|
//= 1.6a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena 1.0 +
|
//= eAthena 1.0 +
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -313,7 +313,7 @@ sword_1-1.gat,1,1,0 script TimerSwrdmn -1,{
|
|||||||
areaannounce "sword_1-1.gat", 0, 0, 400, 400, "[Test Hall Staff]: Your times up! You failed the test.",0;
|
areaannounce "sword_1-1.gat", 0, 0, 400, 400, "[Test Hall Staff]: Your times up! You failed the test.",0;
|
||||||
end;
|
end;
|
||||||
OnTimer428000:
|
OnTimer428000:
|
||||||
stopnpctimer "TimerSwrdmn";
|
stopnpctimer;
|
||||||
warp "izlude_in.gat",39,170;
|
warp "izlude_in.gat",39,170;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= kobra_k88
|
//= kobra_k88
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.3
|
//= 1.3a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena 7.15 +
|
//= eAthena 7.15 +
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -30,11 +30,11 @@ aldebaran.gat,133,104,1 script Welcome Sign::ws_aldebaran 111,{
|
|||||||
// Alberta //
|
// Alberta //
|
||||||
//=======================================================================//
|
//=======================================================================//
|
||||||
// Sign: Alberta Harbor -----------------------------------------------
|
// Sign: Alberta Harbor -----------------------------------------------
|
||||||
alberta.gat,35,241,1 script Alberta Harbor 111,{
|
//alberta.gat,35,241,1 script Alberta Harbor 111,{
|
||||||
mes "~sign reads....~";
|
// mes "~sign reads....~";
|
||||||
mes "Welcome to the port city Alberta! Alberta is the city of the sea! A tourist delight!";
|
// mes "Welcome to the port city Alberta! Alberta is the city of the sea! A tourist delight!";
|
||||||
close;
|
// close;
|
||||||
}
|
//}
|
||||||
|
|
||||||
// Welcome Sign -----------------------------------------------
|
// Welcome Sign -----------------------------------------------
|
||||||
alberta.gat,196,152,1 script Welcome Sign::ws_alberta 111,{
|
alberta.gat,196,152,1 script Welcome Sign::ws_alberta 111,{
|
||||||
@ -63,13 +63,6 @@ geffen.gat,116,58,1 script Welcome Sign::ws_geffen 111,{
|
|||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sign: Mage Association ---------------------------------------
|
|
||||||
geffen.gat,61,174,1 script Mage Association 111,{
|
|
||||||
mes "~sign reads...~";
|
|
||||||
mes "Greetings!! This is the Geffen Magic Academy. Come in if you have an interest in all things magic!";
|
|
||||||
close;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Sign: Geffen Tower Sign ----------------------------------------------
|
// Sign: Geffen Tower Sign ----------------------------------------------
|
||||||
geffen.gat,113,104,1 script Geffen Tower 111,{
|
geffen.gat,113,104,1 script Geffen Tower 111,{
|
||||||
mes "~sign reads...~";
|
mes "~sign reads...~";
|
||||||
|
@ -16,10 +16,12 @@
|
|||||||
|
|
||||||
|
|
||||||
//=================================================Sign====================================================
|
//=================================================Sign====================================================
|
||||||
//geffen.gat,61,174,4 script Sign#M 111,{ // Bad coordinates [Jukka]
|
geffen.gat,61,174,4 script Sign#M 111,{
|
||||||
// mes "- Mage Job Change -";
|
mes "~sign reads...~";
|
||||||
// close;
|
mes "Greetings!! This is the Geffen Magic Academy. Come in if you have an interest in all things magic!";
|
||||||
//}
|
close;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
//=================================================New Mage Manager====================================================
|
//=================================================New Mage Manager====================================================
|
||||||
geffen.gat,67,180,4 script New Mage Manager#M 102,{
|
geffen.gat,67,180,4 script New Mage Manager#M 102,{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user