Minor comment changes.
This commit is contained in:
@ -868,9 +868,9 @@ public final class CrystalCaverns extends AbstractInstance
|
||||
}
|
||||
|
||||
/*
|
||||
* private void runBaylorRoom(CCWorld world) { world.status = 30; addSpawn(29101,152758,143479,-12706,52961,false,0,false,world.getInstanceId(),0);//up power addSpawn(29101,151951,142078,-12706,65203,false,0,false,world.getInstanceId(),0);//up power
|
||||
* addSpawn(29101,154396,140667,-12706,22197,false,0,false,world.getInstanceId(),0);//up power addSpawn(29102,152162,141249,-12706,5511,false,0,false,world.getInstanceId(),0);//down power addSpawn(29102,153571,140458,-12706,16699,false,0,false,world.getInstanceId(),0);//down power
|
||||
* addSpawn(29102,154976,141265,-12706,26908,false,0,false,world.getInstanceId(),0);//down power addSpawn(29102,155203,142071,-12706,31560,false,0,false,world.getInstanceId(),0);//down power addSpawn(29102,154380,143468,-12708,43943,false,0,false,world.getInstanceId(),0);//down power
|
||||
* private void runBaylorRoom(CCWorld world) { world.status = 30; addSpawn(29101,152758,143479,-12706,52961,false,0,false,world.getInstanceId(),0); // up power addSpawn(29101,151951,142078,-12706,65203,false,0,false,world.getInstanceId(),0); // up power
|
||||
* addSpawn(29101,154396,140667,-12706,22197,false,0,false,world.getInstanceId(),0); // up power addSpawn(29102,152162,141249,-12706,5511,false,0,false,world.getInstanceId(),0); // down power addSpawn(29102,153571,140458,-12706,16699,false,0,false,world.getInstanceId(),0); // down power
|
||||
* addSpawn(29102,154976,141265,-12706,26908,false,0,false,world.getInstanceId(),0); // down power addSpawn(29102,155203,142071,-12706,31560,false,0,false,world.getInstanceId(),0); // down power addSpawn(29102,154380,143468,-12708,43943,false,0,false,world.getInstanceId(),0); // down power
|
||||
* addSpawn(32271,153573,142069,-9722,11175,false,0,false,world.getInstanceId()); world.Baylor = addSpawn(BAYLOR,153557,142089,-12735,11175,false,0,false,world.getInstanceId(),0); }
|
||||
*/
|
||||
|
||||
@ -885,7 +885,7 @@ public final class CrystalCaverns extends AbstractInstance
|
||||
final CCWorld world = (CCWorld) tmpworld;
|
||||
if ((world.getStatus() == 0) && world.oracle.contains(npc))
|
||||
{
|
||||
return "32281.htm";// TODO: Missing HTML.
|
||||
return "32281.htm"; // TODO: Missing HTML.
|
||||
}
|
||||
}
|
||||
npc.showChatWindow(player);
|
||||
|
@ -1169,7 +1169,7 @@ public final class Kamaloka extends AbstractInstance
|
||||
int index; // 0-18 index of the kama type in arrays
|
||||
int shaman = 0; // objectId of the shaman
|
||||
List<L2Spawn> firstRoom; // list of the spawns in the first room (excluding shaman)
|
||||
List<Integer> secondRoom;// list of objectIds mobs in the second room
|
||||
List<Integer> secondRoom; // list of objectIds mobs in the second room
|
||||
int miniBoss = 0; // objectId of the miniboss
|
||||
L2Npc boss = null; // boss
|
||||
}
|
||||
|
Reference in New Issue
Block a user