* Removed unofficial spawns form airship.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10427 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
8760891805
commit
0434ca3152
@ -1,5 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
2007/05/02
|
||||||
|
* Removed unofficial spawns form airship. [Samuray22]
|
||||||
2007/05/01
|
2007/05/01
|
||||||
* Changed the labels on the "Big Doors" to "Identifier Names" to prevent an error with using getvariableofnpc [L0ne_W0lf]
|
* Changed the labels on the "Big Doors" to "Identifier Names" to prevent an error with using getvariableofnpc [L0ne_W0lf]
|
||||||
* Added Few Missings NPCs to the Airplane [Samuray22]
|
* Added Few Missings NPCs to the Airplane [Samuray22]
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
//v 1.1
|
|
||||||
//Temporary spawns until Airship quest is finished
|
|
||||||
|
|
||||||
airplane_01,225,52,25,10 monster Gremlin 1632,9,7200000,3600000,1
|
|
||||||
airplane_01,225,52,25,10 monster Beholder 1633,6,7200000,3600000,1
|
|
||||||
airplane_01,225,52,25,10 monster Picky 1049,4,7200000,3600000,1
|
|
||||||
airplane_01,225,52,25,10 monster Familiar 1005,2,7200000,3600000,1
|
|
||||||
airplane_01,225,52,25,10 monster Drainliar 1111,1,7200000,3600000,1
|
|
||||||
airplane_01,225,52,25,10 monster Rotar Zairo 1392,4,7200000,3600000,1
|
|
||||||
airplane_01,225,52,25,10 monster Steel Chonchon 1042,2,7200000,3600000,1
|
|
@ -1063,7 +1063,7 @@ airplane_01,1,1,0 script Quest_Izl -1,{
|
|||||||
OnInit:
|
OnInit:
|
||||||
disablenpc "Airship Captain#02";
|
disablenpc "Airship Captain#02";
|
||||||
OnInvasion:
|
OnInvasion:
|
||||||
while($@mobinv == 9 && $@mobrand == 3)
|
while($@mobinv >= 9 && $@mobrand == 3)
|
||||||
{
|
{
|
||||||
Initnpctimer;
|
Initnpctimer;
|
||||||
end;
|
end;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user