Jump to content

Acis half of npc templates not found..


Recommended Posts

1 hour ago, Tryskell said:

Vanilla != custom. Vanilla is the sources as shared by project owner, custom is sources either edited by you or another dude you downloaded from.

 

About which file or id is loaded, you can put a log on the loading process see which file is loaded.

 


			for (File file : dir.listFiles())
			{

just here, put a log using "file" to identify which xml is loaded.

 

A "special XML editor" is nothing more than a notepad++ specialized at reading xml. It won't change anything, until you edited those files yourself or they are, somehow, corrupted.

 

here you go :

 

LOL Its working now but i didint change anything just added log line... :D

6473 NPC templates.


 

Quote

---------------------------------------------------------------------=[ NPCs ]
BufferTable: Loaded 1 players schemes.
HerbDropTable: Loaded 2 herbs groups.

 File name: ./data/xml/npcs/25000-25999.xml

 File name: ./data/xml/npcs/14000-14999.xml

 File name: ./data/xml/npcs/35000-35999.xml

 File name: ./data/xml/npcs/22000-22999.xml

 File name: ./data/xml/npcs/29000-29999.xml

 File name: ./data/xml/npcs/70000-70999.xml

 File name: ./data/xml/npcs/50000-50999.xml

 File name: ./data/xml/npcs/18000-18999.xml

 File name: ./data/xml/npcs/13000-13999.xml

 File name: ./data/xml/npcs/20000-20999.xml

 File name: ./data/xml/npcs/21000-21999.xml

 File name: ./data/xml/npcs/32000-32999.xml
Exceptions happen!
File: /home/admin/Desktop/Arena/gs/./data/xml/npcs/custom doesn't exist and/or is not a file.

 File name: ./data/xml/npcs/30000-30999.xml

 File name: ./data/xml/npcs/31000-31999.xml

 File name: ./data/xml/npcs/27000-27999.xml

 File name: ./data/xml/npcs/16000-16999.xml
[Fatal Error] custom.xml:11:27: XML document structures must start and end within the same entity.
Exceptions happen!
XML document structures must start and end within the same entity.

 File name: ./data/xml/npcs/12000-12999.xml
NpcTable: Loaded 6473 NPC templates.

 

Edited by Devolskis
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...