Minor comment changes.

This commit is contained in:
MobiusDev
2016-02-19 10:49:35 +00:00
parent 18f610bb3d
commit 66c104b88b
33 changed files with 85 additions and 85 deletions

View File

@@ -59,7 +59,7 @@ final class GiantServant extends AbstractNpcAI
SERVANT_TELEPORTS.put("GardenOfGenesis", new Location(207129, 111132, -2040)); // 1010725 Garden of Genesis (Lv. 90)
SERVANT_TELEPORTS.put("FairySettlement", new Location(214432, 79587, 824)); // 1010726 Fairy Settlement (Lv. 90)
SERVANT_TELEPORTS.put("SealOfShilen", new Location(187383, 20498, -3584)); // 1010727 Seal of Shilen (Lv. 95)
SERVANT_TELEPORTS.put("OrbisTempleEntrance", new Location(198703, 86034, -192));// 1010728 Orbis Temple Entrance (Lv. 95)
SERVANT_TELEPORTS.put("OrbisTempleEntrance", new Location(198703, 86034, -192)); // 1010728 Orbis Temple Entrance (Lv. 95)
SERVANT_TELEPORTS.put("Parnassus", new Location(149358, 172479, -952)); // 1010729 Parnassus (Lv. 97)
SERVANT_TELEPORTS.put("GuilloutineFortress", new Location(44725, 146026, -3512)); // 1010114 Guilloutine Fortress (Lv. 95)
}

View File

@@ -130,7 +130,7 @@ public class AdminMonsterRace implements IAdminCommandHandler
// MonsterRace.getInstance().newSpeeds();
// int[][] speeds2 = MonsterRace.getInstance().getSpeeds();
/*
* int[] speed = new int[8]; for (int i=0; i<8; i++) { for (int j=0; j<20; j++) { //_log.info("Adding "+speeds1[i][j] +" and "+ speeds2[i][j]); speed[i] += (speeds1[i][j]*1);// + (speeds2[i][j]*1); } _log.info("Total speed for "+(i+1)+" = "+speed[i]); }
* int[] speed = new int[8]; for (int i=0; i<8; i++) { for (int j=0; j<20; j++) { //_log.info("Adding "+speeds1[i][j] +" and "+ speeds2[i][j]); speed[i] += (speeds1[i][j]*1); // + (speeds2[i][j]*1); } _log.info("Total speed for "+(i+1)+" = "+speed[i]); }
*/
final MonRaceInfo spk = new MonRaceInfo(codes[2][0], codes[2][1], MonsterRace.getInstance().getMonsters(), MonsterRace.getInstance().getSpeeds());

View File

@@ -86,7 +86,7 @@ public class StatusHandler implements ITelnetHandler
final DecimalFormat df = new DecimalFormat(" (0.0000'%')");
final DecimalFormat df2 = new DecimalFormat(" # 'KB'");
_print.println("+----");// ...
_print.println("+----"); // ...
_print.println("| Allowed Memory:" + df2.format(max));
_print.println("| |= Allocated Memory:" + df2.format(allocated) + df.format((allocated / max) * 100));
_print.println("| |= Non-Allocated Memory:" + df2.format(nonAllocated) + df.format((nonAllocated / max) * 100));

View File

@@ -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);

View File

@@ -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
}

View File

@@ -47,7 +47,7 @@ public class Q00140_ShadowFoxPart2 extends Quest
{
MOBS.put(20789, 45); // Crokian
MOBS.put(20790, 58); // Dailaon
MOBS.put(20791, 100);// Crokian Warrior
MOBS.put(20791, 100); // Crokian Warrior
MOBS.put(20792, 92); // Farhite
}

View File

@@ -49,7 +49,7 @@ public class Q00142_FallenAngelRequestOfDawn extends Quest
MOBS.put(20084, 421); // Ant Patrol
MOBS.put(20086, 371); // Ant Guard
MOBS.put(20087, 900); // Ant Soldier
MOBS.put(20088, 1000);// Ant Warrior Captain
MOBS.put(20088, 1000); // Ant Warrior Captain
MOBS.put(20089, 431); // Noble Ant
MOBS.put(20090, 917); // Noble Ant Leader
}

View File

@@ -257,7 +257,7 @@ public final class Q00625_TheFinestIngredientsPart2 extends Quest
public String onSpawn(L2Npc npc)
{
startQuestTimer("NPC_TALK", 1000 * 1200, npc, null);
// npc.broadcastPacket(new NpcSay(npc.getObjectId(), ChatType.NPC_GENERAL, npc.getTemplate().getDisplayId(), NpcStringId.I_SMELL_SOMETHING_DELICIOUS)); //TODO: St3eT: Find proper NpcStringId
// npc.broadcastPacket(new NpcSay(npc.getObjectId(), ChatType.NPC_GENERAL, npc.getTemplate().getDisplayId(), NpcStringId.I_SMELL_SOMETHING_DELICIOUS)); // TODO: St3eT: Find proper NpcStringId
return super.onSpawn(npc);
}