Moved Faeron Village scripts to zones package.
This commit is contained in:
		
							
								
								
									
										8
									
								
								trunk/dist/game/data/scripts.cfg
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								trunk/dist/game/data/scripts.cfg
									
									
									
									
										vendored
									
									
								
							| @@ -87,9 +87,8 @@ ai/individual/WindVortex.java | ||||
| ai/npc/Acateo/Acateo.java | ||||
| ai/npc/AdventurersGuide/AdventurersGuide.java | ||||
| ai/npc/Alarm/Alarm.java | ||||
| ai/npc/Alexandria/Alexandria.java | ||||
| ai/npc/AltarOfSouls/AltarOfSouls.java | ||||
| ai/npc/AlchemistManager/AlchemistManager.java | ||||
| ai/npc/Alexandria/Alexandria.java | ||||
| ai/npc/ArenaManager/ArenaManager.java | ||||
| ai/npc/AvantGarde/AvantGarde.java | ||||
| ai/npc/BlackJudge/BlackJudge.java | ||||
| @@ -125,7 +124,6 @@ ai/npc/Nomi/Nomi.java | ||||
| ai/npc/NpcBuffers/NpcBuffers.java | ||||
| ai/npc/Proclaimer/Proclaimer.java | ||||
| ai/npc/Rignos/Rignos.java | ||||
| ai/npc/RemembranceTower/RemembranceTower.java | ||||
| ai/npc/Scarecrow/Scarecrow.java | ||||
| ai/npc/Sirra/Sirra.java | ||||
| ai/npc/Summons/MerchantGolem/GolemTrader.java | ||||
| @@ -170,6 +168,10 @@ ai/npc/Zenya/Zenya.java | ||||
| # Atelia Fortess | ||||
| ai/zones/AteliaFortress/AteliaManager/AteliaManager.java | ||||
|  | ||||
| # Faeron Village | ||||
| ai/zones/FaeronVillage/AltarOfSouls/AltarOfSouls.java | ||||
| ai/zones/FaeronVillage/RemembranceTower/RemembranceTower.java | ||||
|  | ||||
| # Fantasy Isle | ||||
| ai/zones/FantasyIsle/HandysBlockCheckerEvent.java | ||||
| ai/zones/FantasyIsle/Parade.java | ||||
|   | ||||
| @@ -14,7 +14,7 @@ | ||||
|  * You should have received a copy of the GNU General Public License | ||||
|  * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||||
|  */ | ||||
| package ai.npc.AltarOfSouls; | ||||
| package ai.zones.FaeronVillage.AltarOfSouls; | ||||
| 
 | ||||
| import com.l2jmobius.gameserver.model.actor.L2Npc; | ||||
| import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance; | ||||
| @@ -43,7 +43,7 @@ final class AltarOfSouls extends AbstractNpcAI | ||||
| 	 | ||||
| 	private AltarOfSouls() | ||||
| 	{ | ||||
| 		super(AltarOfSouls.class.getSimpleName(), "ai/npc"); | ||||
| 		super(AltarOfSouls.class.getSimpleName(), "ai/zones/FaeronVillage"); | ||||
| 		addStartNpc(ALTAR_OF_SOULS); | ||||
| 		addFirstTalkId(ALTAR_OF_SOULS); | ||||
| 		addTalkId(ALTAR_OF_SOULS); | ||||
| @@ -14,7 +14,7 @@ | ||||
|  * You should have received a copy of the GNU General Public License | ||||
|  * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||||
|  */ | ||||
| package ai.npc.RemembranceTower; | ||||
| package ai.zones.FaeronVillage.RemembranceTower; | ||||
| 
 | ||||
| import com.l2jmobius.gameserver.model.actor.L2Npc; | ||||
| import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance; | ||||
| @@ -35,7 +35,7 @@ final class RemembranceTower extends AbstractNpcAI | ||||
| 	 | ||||
| 	private RemembranceTower() | ||||
| 	{ | ||||
| 		super(RemembranceTower.class.getSimpleName(), "ai/npc"); | ||||
| 		super(RemembranceTower.class.getSimpleName(), "ai/zones/FaeronVillage"); | ||||
| 		addStartNpc(REMEMBRANCE_TOWER); | ||||
| 		addTalkId(REMEMBRANCE_TOWER); | ||||
| 		addFirstTalkId(REMEMBRANCE_TOWER); | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDev
					MobiusDev