Disabled a debug NPC in the Endless Tower script. I don't see any mention of this NPC in any guide I've seen...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15464 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
08667a36b8
commit
d586c11059
@ -4040,7 +4040,8 @@ OnEnable:
|
|||||||
monster "5@tower",84,85,"Thorn of Pureness",1961,1;
|
monster "5@tower",84,85,"Thorn of Pureness",1961,1;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
|
// This looks like debug? Disabled.
|
||||||
|
/*
|
||||||
5@tower,71,1,0 script #Manager Mode5 844,{
|
5@tower,71,1,0 script #Manager Mode5 844,{
|
||||||
mes "This NPC manages the crystal on the 100th Floor. Please enter the password.";
|
mes "This NPC manages the crystal on the 100th Floor. Please enter the password.";
|
||||||
input .@inputstr$;
|
input .@inputstr$;
|
||||||
@ -4052,7 +4053,7 @@ OnEnable:
|
|||||||
else
|
else
|
||||||
mes "Please enter the correct password.";
|
mes "Please enter the correct password.";
|
||||||
close;
|
close;
|
||||||
}
|
} */
|
||||||
|
|
||||||
// Floor 101
|
// Floor 101
|
||||||
6@tower,45,89,2 script Spring of Life#1 844,{
|
6@tower,45,89,2 script Spring of Life#1 844,{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user