where can i change ncp amount for quest?

Results 1 to 7 of 7
  1. #1
    Member 22029205 is offline
    MemberRank
    Jun 2008 Join Date
    85Posts

    where can i change ncp amount for quest?

    which xml?
    Last edited by 22029205; 15-09-09 at 03:27 PM.


  2. #2
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: where can i edit quest ncp amount?

    Quest npc ammount? Like how much is sent out, Dmg? or what?

  3. #3
    Member 22029205 is offline
    MemberRank
    Jun 2008 Join Date
    85Posts

    Re: where can i edit quest ncp amount?

    the number of monsters

  4. #4
    Member 22029205 is offline
    MemberRank
    Jun 2008 Join Date
    85Posts

    Re: where can i edit quest ncp amount?

    i need help

  5. #5
    Apprentice Brightstorm is offline
    MemberRank
    Sep 2009 Join Date
    I-TownLocation
    18Posts

    Re: where can i change ncp amount for quest?

    I assume you have the Serverfiles downloaded so go to them and open up the matchserver folder. Then open npcset.xml
    Code:
    <!--
     Mansion     
    -->
    <!-- Mansion QL 0 -->
    <NPCSET id="10101" name="G01" basenpc="11">						<!-- Random 1 -->
    	<!-- <ADDNPC npc_id="111" min_rate="15" max_rate="15" />		Goblin Soldier (event) -->
    </NPCSET>
    <NPCSET id="10102" name="G02" basenpc="11">						<!-- Random 2 -->
    	<!-- <ADDNPC npc_id="111" min_rate="15" max_rate="15" />		Goblin Soldier (event) -->
    	<ADDNPC npc_id="12" min_rate="15" max_rate="15" />				<!-- Goblin Gunner -->
    </NPCSET>
    <NPCSET id="10103" name="G03" basenpc="11">						<!-- Random 3 -->
    	<!-- <ADDNPC npc_id="111" min_rate="15" max_rate="15" />		Goblin Soldier (event) -->
    	<ADDNPC npc_id="12" min_rate="30" max_rate="30" />				<!-- Goblin Gunner -->
    </NPCSET>
    Kind of complicated for a spawn script, but oh well.. (Don't just copy and paste because this isn't an edited code.)

  6. #6
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: where can i change ncp amount for quest?

    npcset.xml and scenario.xml

  7. #7
    Apprentice TheJews is offline
    MemberRank
    Jan 2009 Join Date
    13Posts

    Re: where can i change ncp amount for quest?

    Found in the scenario.xml file. The number of NPCs is based on the quest level and the "DC" entry. If you want 200 monsters its level 5 with a DC entry of 4.
    Simple math.
    Thanks,
    TJ.



Advertisement