mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 00:13:11 +00:00
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
import com.l2jserver.model.template.CharacterTemplate;
|
import com.l2jserver.model.template.CharacterTemplate;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
import com.l2jserver.model.world.L2Character;
|
import com.l2jserver.model.world.L2Character;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
import com.l2jserver.model.world.L2Character;
|
import com.l2jserver.model.world.L2Character;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
import com.l2jserver.model.world.L2Character;
|
import com.l2jserver.model.world.L2Character;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
import com.l2jserver.model.world.L2Character;
|
import com.l2jserver.model.world.L2Character;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
import com.l2jserver.model.world.L2Character;
|
import com.l2jserver.model.world.L2Character;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
import com.l2jserver.model.world.L2Character;
|
import com.l2jserver.model.world.L2Character;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -10,8 +10,8 @@ import com.l2jserver.util.dimensional.Point;
|
|||||||
public class AdventurerTemplate extends TreasureHunterTemplate {
|
public class AdventurerTemplate extends TreasureHunterTemplate {
|
||||||
@Inject
|
@Inject
|
||||||
public AdventurerTemplate(CharacterTemplateIDFactory factory) {
|
public AdventurerTemplate(CharacterTemplateIDFactory factory) {
|
||||||
super(factory.createID(CharacterClass.adventurer.id),
|
super(factory.createID(CharacterClass.ADVENTURER.id),
|
||||||
CharacterClass.adventurer,
|
CharacterClass.ADVENTURER,
|
||||||
// ATTRIBUTES
|
// ATTRIBUTES
|
||||||
21,// INT
|
21,// INT
|
||||||
40,// STR
|
40,// STR
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -7,11 +7,11 @@ import com.l2jserver.model.world.L2Character;
|
|||||||
import com.l2jserver.model.world.character.CharacterClass;
|
import com.l2jserver.model.world.character.CharacterClass;
|
||||||
import com.l2jserver.util.dimensional.Point;
|
import com.l2jserver.util.dimensional.Point;
|
||||||
|
|
||||||
public class GhosthunterTemplate extends AbyssWalkerTemplate {
|
public class GhostHunterTemplate extends AbyssWalkerTemplate {
|
||||||
@Inject
|
@Inject
|
||||||
public GhosthunterTemplate(CharacterTemplateIDFactory factory) {
|
public GhostHunterTemplate(CharacterTemplateIDFactory factory) {
|
||||||
super(factory.createID(CharacterClass.ghostHunter.id),
|
super(factory.createID(CharacterClass.GHOST_HUNTER.id),
|
||||||
CharacterClass.ghostHunter,
|
CharacterClass.GHOST_HUNTER,
|
||||||
// ATTRIBUTES
|
// ATTRIBUTES
|
||||||
25,// INT
|
25,// INT
|
||||||
41,// STR
|
41,// STR
|
||||||
@@ -35,7 +35,7 @@ public class GhosthunterTemplate extends AbyssWalkerTemplate {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected GhosthunterTemplate(CharacterTemplateID id,
|
protected GhostHunterTemplate(CharacterTemplateID id,
|
||||||
CharacterClass characterClass, int intelligence, int strength,
|
CharacterClass characterClass, int intelligence, int strength,
|
||||||
int concentration, int mentality, int dexterity, int witness,
|
int concentration, int mentality, int dexterity, int witness,
|
||||||
int physicalAttack, int magicalAttack, int physicalDefense,
|
int physicalAttack, int magicalAttack, int physicalDefense,
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -7,11 +7,11 @@ import com.l2jserver.model.world.L2Character;
|
|||||||
import com.l2jserver.model.world.character.CharacterClass;
|
import com.l2jserver.model.world.character.CharacterClass;
|
||||||
import com.l2jserver.util.dimensional.Point;
|
import com.l2jserver.util.dimensional.Point;
|
||||||
|
|
||||||
public class GhostsentinelTemplate extends PhantomRangerTemplate {
|
public class GhostSentinelTemplate extends PhantomRangerTemplate {
|
||||||
@Inject
|
@Inject
|
||||||
public GhostsentinelTemplate(CharacterTemplateIDFactory factory) {
|
public GhostSentinelTemplate(CharacterTemplateIDFactory factory) {
|
||||||
super(factory.createID(CharacterClass.ghostSentinel.id),
|
super(factory.createID(CharacterClass.GHOST_SENTINEL.id),
|
||||||
CharacterClass.ghostSentinel,
|
CharacterClass.GHOST_SENTINEL,
|
||||||
// ATTRIBUTES
|
// ATTRIBUTES
|
||||||
25,// INT
|
25,// INT
|
||||||
41,// STR
|
41,// STR
|
||||||
@@ -35,7 +35,7 @@ public class GhostsentinelTemplate extends PhantomRangerTemplate {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected GhostsentinelTemplate(CharacterTemplateID id,
|
protected GhostSentinelTemplate(CharacterTemplateID id,
|
||||||
CharacterClass characterClass, int intelligence, int strength,
|
CharacterClass characterClass, int intelligence, int strength,
|
||||||
int concentration, int mentality, int dexterity, int witness,
|
int concentration, int mentality, int dexterity, int witness,
|
||||||
int physicalAttack, int magicalAttack, int physicalDefense,
|
int physicalAttack, int magicalAttack, int physicalDefense,
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -7,11 +7,11 @@ import com.l2jserver.model.world.L2Character;
|
|||||||
import com.l2jserver.model.world.character.CharacterClass;
|
import com.l2jserver.model.world.character.CharacterClass;
|
||||||
import com.l2jserver.util.dimensional.Point;
|
import com.l2jserver.util.dimensional.Point;
|
||||||
|
|
||||||
public class HellknightTemplate extends DarkAvengerTemplate {
|
public class HellKnightTemplate extends DarkAvengerTemplate {
|
||||||
@Inject
|
@Inject
|
||||||
public HellknightTemplate(CharacterTemplateIDFactory factory) {
|
public HellKnightTemplate(CharacterTemplateIDFactory factory) {
|
||||||
super(factory.createID(CharacterClass.hellKnight.id),
|
super(factory.createID(CharacterClass.HELL_KNIGHT.id),
|
||||||
CharacterClass.hellKnight,
|
CharacterClass.HELL_KNIGHT,
|
||||||
// ATTRIBUTES
|
// ATTRIBUTES
|
||||||
21,// INT
|
21,// INT
|
||||||
40,// STR
|
40,// STR
|
||||||
@@ -35,7 +35,7 @@ public class HellknightTemplate extends DarkAvengerTemplate {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected HellknightTemplate(CharacterTemplateID id,
|
protected HellKnightTemplate(CharacterTemplateID id,
|
||||||
CharacterClass characterClass, int intelligence, int strength,
|
CharacterClass characterClass, int intelligence, int strength,
|
||||||
int concentration, int mentality, int dexterity, int witness,
|
int concentration, int mentality, int dexterity, int witness,
|
||||||
int physicalAttack, int magicalAttack, int physicalDefense,
|
int physicalAttack, int magicalAttack, int physicalDefense,
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -7,11 +7,11 @@ import com.l2jserver.model.world.L2Character;
|
|||||||
import com.l2jserver.model.world.character.CharacterClass;
|
import com.l2jserver.model.world.character.CharacterClass;
|
||||||
import com.l2jserver.util.dimensional.Point;
|
import com.l2jserver.util.dimensional.Point;
|
||||||
|
|
||||||
public class PhoenixknightTemplate extends PaladinTemplate {
|
public class PhoenixKnightTemplate extends PaladinTemplate {
|
||||||
@Inject
|
@Inject
|
||||||
public PhoenixknightTemplate(CharacterTemplateIDFactory factory) {
|
public PhoenixKnightTemplate(CharacterTemplateIDFactory factory) {
|
||||||
super(factory.createID(CharacterClass.phoenixKnight.id),
|
super(factory.createID(CharacterClass.PHOENIX_KNIGHT.id),
|
||||||
CharacterClass.phoenixKnight,
|
CharacterClass.PHOENIX_KNIGHT,
|
||||||
// ATTRIBUTES
|
// ATTRIBUTES
|
||||||
21,// INT
|
21,// INT
|
||||||
40,// STR
|
40,// STR
|
||||||
@@ -35,7 +35,7 @@ public class PhoenixknightTemplate extends PaladinTemplate {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected PhoenixknightTemplate(CharacterTemplateID id,
|
protected PhoenixKnightTemplate(CharacterTemplateID id,
|
||||||
CharacterClass characterClass, int intelligence, int strength,
|
CharacterClass characterClass, int intelligence, int strength,
|
||||||
int concentration, int mentality, int dexterity, int witness,
|
int concentration, int mentality, int dexterity, int witness,
|
||||||
int physicalAttack, int magicalAttack, int physicalDefense,
|
int physicalAttack, int magicalAttack, int physicalDefense,
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -10,8 +10,8 @@ import com.l2jserver.util.dimensional.Point;
|
|||||||
public class SagittariusTemplate extends HawkeyeTemplate {
|
public class SagittariusTemplate extends HawkeyeTemplate {
|
||||||
@Inject
|
@Inject
|
||||||
public SagittariusTemplate(CharacterTemplateIDFactory factory) {
|
public SagittariusTemplate(CharacterTemplateIDFactory factory) {
|
||||||
super(factory.createID(CharacterClass.sagittarius.id),
|
super(factory.createID(CharacterClass.SAGITTARIUS.id),
|
||||||
CharacterClass.sagittarius,
|
CharacterClass.SAGITTARIUS,
|
||||||
// ATTRIBUTES
|
// ATTRIBUTES
|
||||||
21,// INT
|
21,// INT
|
||||||
40,// STR
|
40,// STR
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package script.template.character;
|
package script.template.actor.character;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.l2jserver.model.id.template.CharacterTemplateID;
|
import com.l2jserver.model.id.template.CharacterTemplateID;
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user