Explorar el Código

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
jmanfffreak hace 13 años
padre
commit
d586c11059
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      npc/instances/EndlessTower.txt

+ 3 - 2
npc/instances/EndlessTower.txt

@@ -4040,7 +4040,8 @@ OnEnable:
 		monster "5@tower",84,85,"Thorn of Pureness",1961,1;
 	end;
 }
-
+// This looks like debug? Disabled.
+/*
 5@tower,71,1,0	script	#Manager Mode5	844,{
 	mes "This NPC manages the crystal on the 100th Floor. Please enter the password.";
 	input .@inputstr$;
@@ -4052,7 +4053,7 @@ OnEnable:
 	else
 		mes "Please enter the correct password.";
 	close;
-}
+} */
 
 // Floor 101
 6@tower,45,89,2	script	Spring of Life#1	844,{