Jump to content
  • 0

Custom Npc Can't Be Spawned


II337

Question

My custom NPCs are not spawning.

I setup custom NPCs and stuff but they seem not to work.

 

  1. # Option to save GM spawn only in the custom table.
  2. # Default: False
  3. SaveGmSpawnOnCustom = True
  4.  
  5. # Default: False
  6. CustomNpcData = True
  7.  
  8. # Default: False
  9. CustomTeleportTable = True
  10.  
  11. # Default: False
  12. CustomNpcBufferTables = False
  13.  
  14. # Default: False
  15. CustomSkillsLoad = True
  16.  
  17. # Default: False
  18. CustomItemsLoad = False
  19.  
  20. # Default: False
  21. CustomMultisellLoad = False
  22.  
  23. # Default: False
  24. CustomBuyListLoad = True

 

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:noNamespaceSchemaLocation="../../../xsd/npcs.xsd">
  3.     <npc id="50007" displayId="31324" name="Andromeda" usingServerSideName="true" title="Wedding Manager" usingServerSideTitle="true" type="L2Npc">
  4.         <collision>
  5.             <radius normal="8" />
  6.             <height normal="23" />
  7.         </collision>
  8.     </npc>
  9.     <npc id="70010" displayId="31606" name="Catrina" usingServerSideName="true" title="TvT Event Manager" usingServerSideTitle="true" type="L2Npc">
  10.         <collision>
  11.             <radius normal="8" />
  12.             <height normal="15" />
  13.         </collision>
  14.     </npc>
  15.     <npc id="900100" displayId="20432" level="1" name="Elpy" type="L2EventMonster">
  16.         <stats str="40" int="21" dex="30" wit="20" con="43" men="20">
  17.             <vitals hp="40" hpRegen="3" mp="36" mpRegen="1" />
  18.             <attack physical="8" magical="7" />
  19.             <defence physical="25" magical="40" />
  20.         </stats>
  21.         <status undying="false" />
  22.         <collision>
  23.             <radius normal="5" />
  24.             <height normal="4.5" />
  25.         </collision>
  26.     </npc>
  27.     <npc id="900101" displayId="32365" name="Snowden" usingServerSideName="true" title="Event Manager">
  28.         <collision>
  29.             <radius normal="5" />
  30.             <height normal="12.5" />
  31.         </collision>
  32.     </npc>
  33.     <npc id="900102" displayId="13098" level="80" name="Event Treasure Chest" type="L2Monster">
  34.         <stats str="40" int="21" dex="30" wit="20" con="43" men="20">
  35.             <vitals hp="2880" mp="1524" />
  36.             <defence physical="1499" magical="1035.28" />
  37.         </stats>
  38.         <collision>
  39.             <radius normal="8.5" />
  40.             <height normal="8.5" />
  41.         </collision>
  42.     </npc>
  43.     <npc id="900103" displayId="32365" name="Start" usingServerSideName="true" title="Event Manager">
  44.         <collision>
  45.             <radius normal="5" />
  46.             <height normal="12.5" />
  47.         </collision>
  48.     </npc>
  49.         <npc id="100" displayId="31646" name="Server Information" usingServerSideName="true" title="L2Aria" usingServerSideTitle="true" type="L2Merchant">
  50.         <collision>
  51.             <radius normal="8" />
  52.             <height normal="23" />
  53.         </collision>
  54.     </npc>
  55.         </npc>
  56.         <npc id="555" displayId="32226" name="Shiela" usingServerSideName="true" title="Scheme Buffer" usingServerSideTitle="true" type="L2Npc">
  57.         <collision>
  58.             <radius normal="11" />
  59.             <height normal="22.25" />
  60.         </collision>
  61.     </npc>
  62.     </npc>
  63.         <npc id="36604" displayId="32163" name="Euphemia" usingServerSideName="true" title="Global Gatekeeper" usingServerSideTitle="true" type="L2Teleporter">
  64.         <collision>
  65.             <radius normal="13" />
  66.             <height normal="23.5" />
  67.         </collision>
  68.     </npc>
  69.     </npc>
  70.         <npc id="10002" displayId="30767" name="Lilly" usingServerSideName="true" title="GMShop" usingServerSideTitle="true" type="L2Merchant">
  71.         <collision>
  72.             <radius normal="8" />
  73.             <height normal="22" />
  74.         </collision>
  75.     </npc>
  76.     <npc id="10003" displayId="31740" name="Caradine" usingServerSideName="true" title="Service Manager" usingServerSideTitle="true" type="L2Npc">
  77.         <collision>
  78.             <radius normal="7" />
  79.             <height normal="21.2" />
  80.         </collision>
  81.     </npc>
  82.     <npc id="36600" displayId="13079" name="Simorgh" usingServerSideName="true" title="Augmenter" usingServerSideTitle="true" type="L2Trainer">
  83.         <collision>
  84.             <radius normal="22" />
  85.             <height normal="26" />
  86.         </collision>
  87.     </npc>
  88.     <npc id="36605" displayId="32478" name="Raphael" usingServerSideName="true" title="Warehouse Manager" usingServerSideTitle="true" type="L2Warehouse">
  89.         <collision>
  90.             <radius normal="10" />
  91.             <height normal="24" />
  92.         </collision>
  93.     </npc>
  94.     <npc id="900104" displayId="32365" name="Finish" usingServerSideName="true" title="Event Manager">
  95.         <collision>
  96.             <radius normal="5" />
  97.             <height normal="12.5" />
  98.         </collision>
  99.     </npc>
  100.     <npc id="1000003" displayId="32226" name="Shiela" usingServerSideName="true" title="L2J NPC Buffer" usingServerSideTitle="true" type="L2NpcBuffer">
  101.         <collision>
  102.             <radius normal="11" />
  103.             <height normal="22.25" />
  104.         </collision>
  105.     </npc>
  106. </list>
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

 

My custom NPCs are not spawning.

I setup custom NPCs and stuff but they seem not to work.

 

  1. # Option to save GM spawn only in the custom table.
  2. # Default: False
  3. SaveGmSpawnOnCustom = True
  4.  
  5. # Default: False
  6. CustomNpcData = True
  7.  
  8. # Default: False
  9. CustomTeleportTable = True
  10.  
  11. # Default: False
  12. CustomNpcBufferTables = False
  13.  
  14. # Default: False
  15. CustomSkillsLoad = True
  16.  
  17. # Default: False
  18. CustomItemsLoad = False
  19.  
  20. # Default: False
  21. CustomMultisellLoad = False
  22.  
  23. # Default: False
  24. CustomBuyListLoad = True

 

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:noNamespaceSchemaLocation="../../../xsd/npcs.xsd">
  3.     <npc id="50007" displayId="31324" name="Andromeda" usingServerSideName="true" title="Wedding Manager" usingServerSideTitle="true" type="L2Npc">
  4.         <collision>
  5.             <radius normal="8" />
  6.             <height normal="23" />
  7.         </collision>
  8.     </npc>
  9.     <npc id="70010" displayId="31606" name="Catrina" usingServerSideName="true" title="TvT Event Manager" usingServerSideTitle="true" type="L2Npc">
  10.         <collision>
  11.             <radius normal="8" />
  12.             <height normal="15" />
  13.         </collision>
  14.     </npc>
  15.     <npc id="900100" displayId="20432" level="1" name="Elpy" type="L2EventMonster">
  16.         <stats str="40" int="21" dex="30" wit="20" con="43" men="20">
  17.             <vitals hp="40" hpRegen="3" mp="36" mpRegen="1" />
  18.             <attack physical="8" magical="7" />
  19.             <defence physical="25" magical="40" />
  20.         </stats>
  21.         <status undying="false" />
  22.         <collision>
  23.             <radius normal="5" />
  24.             <height normal="4.5" />
  25.         </collision>
  26.     </npc>
  27.     <npc id="900101" displayId="32365" name="Snowden" usingServerSideName="true" title="Event Manager">
  28.         <collision>
  29.             <radius normal="5" />
  30.             <height normal="12.5" />
  31.         </collision>
  32.     </npc>
  33.     <npc id="900102" displayId="13098" level="80" name="Event Treasure Chest" type="L2Monster">
  34.         <stats str="40" int="21" dex="30" wit="20" con="43" men="20">
  35.             <vitals hp="2880" mp="1524" />
  36.             <defence physical="1499" magical="1035.28" />
  37.         </stats>
  38.         <collision>
  39.             <radius normal="8.5" />
  40.             <height normal="8.5" />
  41.         </collision>
  42.     </npc>
  43.     <npc id="900103" displayId="32365" name="Start" usingServerSideName="true" title="Event Manager">
  44.         <collision>
  45.             <radius normal="5" />
  46.             <height normal="12.5" />
  47.         </collision>
  48.     </npc>
  49.         <npc id="100" displayId="31646" name="Server Information" usingServerSideName="true" title="L2Aria" usingServerSideTitle="true" type="L2Merchant">
  50.         <collision>
  51.             <radius normal="8" />
  52.             <height normal="23" />
  53.         </collision>
  54.     </npc>
  55.         </npc>
  56.         <npc id="555" displayId="32226" name="Shiela" usingServerSideName="true" title="Scheme Buffer" usingServerSideTitle="true" type="L2Npc">
  57.         <collision>
  58.             <radius normal="11" />
  59.             <height normal="22.25" />
  60.         </collision>
  61.     </npc>
  62.     </npc>
  63.         <npc id="36604" displayId="32163" name="Euphemia" usingServerSideName="true" title="Global Gatekeeper" usingServerSideTitle="true" type="L2Teleporter">
  64.         <collision>
  65.             <radius normal="13" />
  66.             <height normal="23.5" />
  67.         </collision>
  68.     </npc>
  69.     </npc>
  70.         <npc id="10002" displayId="30767" name="Lilly" usingServerSideName="true" title="GMShop" usingServerSideTitle="true" type="L2Merchant">
  71.         <collision>
  72.             <radius normal="8" />
  73.             <height normal="22" />
  74.         </collision>
  75.     </npc>
  76.     <npc id="10003" displayId="31740" name="Caradine" usingServerSideName="true" title="Service Manager" usingServerSideTitle="true" type="L2Npc">
  77.         <collision>
  78.             <radius normal="7" />
  79.             <height normal="21.2" />
  80.         </collision>
  81.     </npc>
  82.     <npc id="36600" displayId="13079" name="Simorgh" usingServerSideName="true" title="Augmenter" usingServerSideTitle="true" type="L2Trainer">
  83.         <collision>
  84.             <radius normal="22" />
  85.             <height normal="26" />
  86.         </collision>
  87.     </npc>
  88.     <npc id="36605" displayId="32478" name="Raphael" usingServerSideName="true" title="Warehouse Manager" usingServerSideTitle="true" type="L2Warehouse">
  89.         <collision>
  90.             <radius normal="10" />
  91.             <height normal="24" />
  92.         </collision>
  93.     </npc>
  94.     <npc id="900104" displayId="32365" name="Finish" usingServerSideName="true" title="Event Manager">
  95.         <collision>
  96.             <radius normal="5" />
  97.             <height normal="12.5" />
  98.         </collision>
  99.     </npc>
  100.     <npc id="1000003" displayId="32226" name="Shiela" usingServerSideName="true" title="L2J NPC Buffer" usingServerSideTitle="true" type="L2NpcBuffer">
  101.         <collision>
  102.             <radius normal="11" />
  103.             <height normal="22.25" />
  104.         </collision>
  105.     </npc>
  106. </list>

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock