Code format for space before comments.
This commit is contained in:
@@ -79,11 +79,11 @@ public class AteliaManager extends AbstractNpcAI
|
||||
private static final int HAYUK = 34060; // Hayuk Aden Vanguard
|
||||
private static final int HURAK = 34064; // Hurak Blackbird Clan Member
|
||||
// Location Stronghold II
|
||||
private static final Location HURAK_LOC = new Location(-41766, 50416, -2032, 54353);//
|
||||
private static final Location HAYUK_LOC = new Location(-41879, 50389, -2032, 55286);//
|
||||
private static final Location HURAK_LOC = new Location(-41766, 50416, -2032, 54353); //
|
||||
private static final Location HAYUK_LOC = new Location(-41879, 50389, -2032, 55286); //
|
||||
// Flag Stronghold II
|
||||
private static final Location FLAG_3_LOC = new Location(-41962, 50182, -1988, 36407);//
|
||||
private static final Location FLAG_4_LOC = new Location(-41631, 50246, -2001, 54421);//
|
||||
private static final Location FLAG_3_LOC = new Location(-41962, 50182, -1988, 36407); //
|
||||
private static final Location FLAG_4_LOC = new Location(-41631, 50246, -2001, 54421); //
|
||||
// Npcs Stronghold III
|
||||
private static final int ELISE = 34061; // Elise Aden Vanguard
|
||||
private static final int LAFFIAN = 34065; // Laffian Blackbird Clan Member
|
||||
|
@@ -53,7 +53,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest
|
||||
private static final int REMAINS_OF_SACRIFIED = 3857; // Remains of Sacrifice
|
||||
private static final int MARA_FANG = 3862; // Mara Fang
|
||||
private static final int FIRST_FRAGMENT_OF_ABYSS_JEWEL = 3859; // 1st Fragment of Abyssal Jewel
|
||||
private static final int MARK_OF_WATCHMAN = 3864;// Mark of Watchman
|
||||
private static final int MARK_OF_WATCHMAN = 3864; // Mark of Watchman
|
||||
private static final int SECOND_FRAGMENT_OF_ABYSS_JEWEL = 3860; // 2nd Fragment of Abyssal Jewel
|
||||
private static final int MUSFEL_FANG = 3863; // Musfel Fang
|
||||
private static final int HERALD_OF_SLAYER = 3890; // Badge of slayer
|
||||
|
@@ -107,11 +107,11 @@ public class Q00564_BasicMissionKartiasLabyrinthSolo extends Quest
|
||||
}
|
||||
if (str.charAt(1) == '1')
|
||||
{
|
||||
addFactionPoints(player, Faction.ADVENTURE_GUILD, 125);// add 125 points to ADVENTURE_GUILD Faction
|
||||
addFactionPoints(player, Faction.ADVENTURE_GUILD, 125); // add 125 points to ADVENTURE_GUILD Faction
|
||||
}
|
||||
if (str.charAt(2) == '1')
|
||||
{
|
||||
addFactionPoints(player, Faction.ADVENTURE_GUILD, 150);// add 150 points to ADVENTURE_GUILD Faction
|
||||
addFactionPoints(player, Faction.ADVENTURE_GUILD, 150); // add 150 points to ADVENTURE_GUILD Faction
|
||||
}
|
||||
giveItems(player, SCROLL_OF_ESCAPE_KARTIAS_LABYRINTH, 1);
|
||||
addExpAndSp(player, EXP, SP);
|
||||
|
@@ -129,7 +129,7 @@ public class GMViewCharacterInfo implements IClientOutgoingPacket
|
||||
packet.writeD(_flyRunSpd);
|
||||
packet.writeD(_flyWalkSpd);
|
||||
packet.writeF(_moveMultiplier);
|
||||
packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9);//
|
||||
packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9); //
|
||||
packet.writeF(_player.getCollisionRadius()); // scale
|
||||
packet.writeF(_player.getCollisionHeight()); // y offset ??!? fem dwarf 4033
|
||||
packet.writeD(_player.getAppearance().getHairStyle());
|
||||
|
@@ -69,7 +69,7 @@ public class RecipeShopManageList implements IClientOutgoingPacket
|
||||
}
|
||||
else
|
||||
{
|
||||
packet.writeD(_recipes.size());// number of items in recipe book
|
||||
packet.writeD(_recipes.size()); // number of items in recipe book
|
||||
|
||||
int i = 1;
|
||||
for (RecipeHolder recipe : _recipes)
|
||||
|
Reference in New Issue
Block a user