Moved Toyron and Trandon scripts to TalkingIsland package.
This commit is contained in:
4
trunk/dist/game/data/scripts.cfg
vendored
4
trunk/dist/game/data/scripts.cfg
vendored
@@ -150,9 +150,7 @@ ai/npc/Teleports/TeleportToUndergroundColiseum/TeleportToUndergroundColiseum.jav
|
|||||||
ai/npc/Teleports/TeleportWithCharm/TeleportWithCharm.java
|
ai/npc/Teleports/TeleportWithCharm/TeleportWithCharm.java
|
||||||
ai/npc/Teleports/ToIVortex/ToIVortex.java
|
ai/npc/Teleports/ToIVortex/ToIVortex.java
|
||||||
ai/npc/Teleports/Warpgate/Warpgate.java
|
ai/npc/Teleports/Warpgate/Warpgate.java
|
||||||
ai/npc/Toyron/Toyron.java
|
|
||||||
ai/npc/Trainers/HealerTrainer/HealerTrainer.java
|
ai/npc/Trainers/HealerTrainer/HealerTrainer.java
|
||||||
ai/npc/Trandon/Trandon.java
|
|
||||||
ai/npc/Tunatun/Tunatun.java
|
ai/npc/Tunatun/Tunatun.java
|
||||||
ai/npc/VarkaSilenosSupport/VarkaSilenosSupport.java
|
ai/npc/VarkaSilenosSupport/VarkaSilenosSupport.java
|
||||||
ai/npc/VillageMasters/FirstClassTransferTalk/FirstClassTransferTalk.java
|
ai/npc/VillageMasters/FirstClassTransferTalk/FirstClassTransferTalk.java
|
||||||
@@ -218,6 +216,8 @@ ai/zones/TalkingIsland/HarnakUnderground/HarnakUnderground.java
|
|||||||
ai/zones/TalkingIsland/MonkOfChaos/MonkOfChaos.java
|
ai/zones/TalkingIsland/MonkOfChaos/MonkOfChaos.java
|
||||||
ai/zones/TalkingIsland/Pantheon/Pantheon.java
|
ai/zones/TalkingIsland/Pantheon/Pantheon.java
|
||||||
ai/zones/TalkingIsland/Raina/Raina.java
|
ai/zones/TalkingIsland/Raina/Raina.java
|
||||||
|
ai/zones/TalkingIsland/Toyron/Toyron.java
|
||||||
|
ai/zones/TalkingIsland/Trandon/Trandon.java
|
||||||
ai/zones/TalkingIsland/YeSagiraTeleporter/YeSagiraTeleporter.java
|
ai/zones/TalkingIsland/YeSagiraTeleporter/YeSagiraTeleporter.java
|
||||||
|
|
||||||
# Village Master
|
# Village Master
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
package ai.npc.Toyron;
|
package ai.zones.TalkingIsland.Toyron;
|
||||||
|
|
||||||
import com.l2jmobius.gameserver.instancemanager.InstanceManager;
|
import com.l2jmobius.gameserver.instancemanager.InstanceManager;
|
||||||
import com.l2jmobius.gameserver.model.Location;
|
import com.l2jmobius.gameserver.model.Location;
|
||||||
@@ -40,7 +40,7 @@ final class Toyron extends AbstractNpcAI
|
|||||||
|
|
||||||
private Toyron()
|
private Toyron()
|
||||||
{
|
{
|
||||||
super(Toyron.class.getSimpleName(), "ai/npc");
|
super(Toyron.class.getSimpleName(), "ai/zones/TalkingIsland");
|
||||||
addStartNpc(TOYRON);
|
addStartNpc(TOYRON);
|
||||||
addFirstTalkId(TOYRON);
|
addFirstTalkId(TOYRON);
|
||||||
addTalkId(TOYRON);
|
addTalkId(TOYRON);
|
@@ -14,7 +14,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
package ai.npc.Trandon;
|
package ai.zones.TalkingIsland.Trandon;
|
||||||
|
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
@@ -53,7 +53,7 @@ public final class Trandon extends AbstractNpcAI
|
|||||||
|
|
||||||
private Trandon()
|
private Trandon()
|
||||||
{
|
{
|
||||||
super(Trandon.class.getSimpleName(), "ai/npc");
|
super(Trandon.class.getSimpleName(), "ai/zones/TalkingIsland");
|
||||||
addStartNpc(NPC_ID);
|
addStartNpc(NPC_ID);
|
||||||
addFirstTalkId(NPC_ID);
|
addFirstTalkId(NPC_ID);
|
||||||
addTalkId(NPC_ID);
|
addTalkId(NPC_ID);
|
Reference in New Issue
Block a user