added GM lvl check as in other invansion quests
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10757 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
5b409ece01
commit
c735f13fc8
@ -3,6 +3,7 @@ Date Added
|
|||||||
2007/06/12
|
2007/06/12
|
||||||
* Added first part of Hugel quests. Credits go to MasterOfMuppets. [SinSloth]
|
* Added first part of Hugel quests. Credits go to MasterOfMuppets. [SinSloth]
|
||||||
- Moved some Hugel NPCs to proper quest file. [SinSloth]
|
- Moved some Hugel NPCs to proper quest file. [SinSloth]
|
||||||
|
- Added GM lvl check to Morroc Inv.Quest as in other invansion quests [Lupus]
|
||||||
2007/06/11
|
2007/06/11
|
||||||
* Updated dialogs from Binoculars Quest. [Samuray22]
|
* Updated dialogs from Binoculars Quest. [Samuray22]
|
||||||
2007/06/10
|
2007/06/10
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= kobra_k88
|
//= kobra_k88
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.2
|
//= 1.3a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena 7.15 +
|
//= eAthena 7.15 +
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -12,6 +12,7 @@
|
|||||||
//= 1.1 Fixed exploits [Lupus]
|
//= 1.1 Fixed exploits [Lupus]
|
||||||
//= 1.2 Added Dandelion's Request / Morroc Invasion quest. [SinSloth]
|
//= 1.2 Added Dandelion's Request / Morroc Invasion quest. [SinSloth]
|
||||||
//= 1.3 Updated dialogs from Binoculars Quest. [Samuray22]
|
//= 1.3 Updated dialogs from Binoculars Quest. [Samuray22]
|
||||||
|
//= 1.3a added GM lvl check as in other invansion quests [Lupus]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
@ -10436,11 +10437,8 @@ que_job01,70,84,1 duplicate(Simon#mao) Kimmie 882,0,0
|
|||||||
|
|
||||||
sec_in02,38,162,0 script Morroc Invasion Manager 882,{
|
sec_in02,38,162,0 script Morroc Invasion Manager 882,{
|
||||||
|
|
||||||
mes "Enter password.";
|
if(getgmlevel() < 80) end;
|
||||||
next;
|
|
||||||
input .@mao;
|
|
||||||
if(.@mao == 1854)
|
|
||||||
{
|
|
||||||
mes "A total of " + $maoattack + " users completed";
|
mes "A total of " + $maoattack + " users completed";
|
||||||
mes "the Satan Morroc: Lin Quest.";
|
mes "the Satan Morroc: Lin Quest.";
|
||||||
mes "There are 2 requirements to";
|
mes "There are 2 requirements to";
|
||||||
@ -10496,10 +10494,4 @@ sec_in02,38,162,0 script Morroc Invasion Manager 882,{
|
|||||||
mes "You have canceled.";
|
mes "You have canceled.";
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
mes "Do it again.";
|
|
||||||
close;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user