1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-05 23:22:47 +00:00

Decouples NPCService and NPCController from Lineage2Client class

This commit is contained in:
2011-12-18 22:13:03 -02:00
parent b9e460b70c
commit b169723299
10110 changed files with 10600 additions and 10327 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="1" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="10" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="11" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="false" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="12" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="false" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="12774" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="12775" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
<template:npc controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="12776" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="12777" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="12778" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="12779" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13001" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13006" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13014" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13015" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13016" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
<template:npc controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13017" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13031" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13032" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13033" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13035" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13037" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13038" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13039" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13040" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13041" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13042" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13043" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13044" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13045" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13046" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13047" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13048" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13049" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13050" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13051" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13052" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13053" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13054" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13055" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13056" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13057" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13058" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13059" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13060" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13061" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13062" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13063" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13064" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13065" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13066" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13067" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13068" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13069" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13070" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13077" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13078" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13079" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13080" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13081" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13082" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13083" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13084" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13085" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13086" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13087" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13088" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13089" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13090" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13091" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13092" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13093" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13094" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13095" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13096" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13099" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13100" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13101" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13102" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13103" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13104" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13105" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13106" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13107" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13108" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13109" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13110" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13111" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13112" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13113" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13114" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13115" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13116" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13117" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13118" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13119" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13120" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13121" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13122" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<template:npc
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
controller="com.l2jserver.model.world.npc.controller.impl.SimpleNPCController"
id="13123" xsi:schemaLocation="http://schemas.l2jserver2.com/npc ../npc.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:template="http://schemas.l2jserver2.com/npc">
<info aggressive="false" targetable="true" attackable="true">

Some files were not shown because too many files have changed in this diff Show More