[HELP]The monsters do not drop items

Results 1 to 5 of 5
  1. #1
    Enthusiast suracaos is offline
    MemberRank
    Sep 2012 Join Date
    37Posts

    Support [HELP]The monsters do not drop items

    Hey, maybe all, again here.

    Well what we responsibility.

    I have a problem with the items dropped by monsters, with items such as weapons and costumes (the elements of missions if dropped normally), reamente'm not very skilled in aion ye sought but the best guides are in their language and so I have not found anything to help me.

    The file has npc_drops.xml information so that it may not be the problem but fails an attachment and also a code with npc_drops.xsd content file.

    npc_drops.xml

    npc_drops.xsd
    Code:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <xs:schema version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    	<xs:include schemaLocation="../import.xsd"/>
    	<xs:include schemaLocation="../global_types.xsd"/>
    	<xs:element name="drop" type="drop"/>
    	<xs:element name="drop_group" type="dropGroup"/>
    	<xs:element name="npc_drop" type="npcDrop"/>
    	<xs:element name="npc_drops" type="npcDropData"/>
    	<xs:complexType name="npcDropData">
    		<xs:sequence>
    			<xs:element ref="import" minOccurs="0" maxOccurs="unbounded"/>
    			<xs:element ref="npc_drop" minOccurs="0" maxOccurs="unbounded"/>
    		</xs:sequence>
    	</xs:complexType>
    	<xs:complexType name="npcDrop">
    		<xs:sequence>
    			<xs:element ref="drop_group" minOccurs="0" maxOccurs="unbounded"/>
    		</xs:sequence>
    		<xs:attribute name="npcid" type="xs:int" use="required"/>
    	</xs:complexType>
    	<xs:complexType name="dropGroup">
    		<xs:sequence>
    			<xs:element ref="drop" minOccurs="0" maxOccurs="unbounded"/>
    		</xs:sequence>
    		<xs:attribute name="race" type="Race" use="optional" default="PC_ALL"/>
    		<xs:attribute name="name" type="xs:string" use="optional" default="NO_CATEGORY"/>
    	</xs:complexType>
    	<xs:complexType name="drop">
    		<xs:sequence/>
    		<xs:attribute name="itemid" type="xs:int" use="required"/>
    		<xs:attribute name="min" type="xs:int" use="optional" default="1"/>
    		<xs:attribute name="max" type="xs:int" use="optional" default="1"/>
    		<xs:attribute name="chance" type="xs:float" use="required"/>
    		<xs:attribute name="noreduce" type="xs:boolean" use="optional" default="false"/>
    		<xs:attribute name="eachmember" type="xs:boolean" use="optional" default="false"/>
    	</xs:complexType>
    </xs:schema>
    Also let them images of some monsters like the Abyss







    The files I use are these AL-Reload [rev172] - Compiled Sources

    I hope you can help me with this and apologize for any inconvenience that might cause

    And sorry for my bad English
    Last edited by suracaos; 12-05-14 at 02:41 AM.


  2. #2
    Member aissoubenzo is offline
    MemberRank
    Dec 2013 Join Date
    86Posts

    Re: [HELP]The monsters do not drop items

    you need config man
    config rate and drop

  3. #3
    Enthusiast suracaos is offline
    MemberRank
    Sep 2012 Join Date
    37Posts

    Re: [HELP]The monsters do not drop items

    Could you tell me how to set the value that is normal

    drop.properties
    Code:
    #
    # This file is part of aion-lightning <aion-lightning.org>.
    #
    # aion-lightning is free software: you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation, either version 3 of the License, or
    # (at your option) any later version.
    #
    # aion-lightning is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU General Public License for more details.
    #
    # You should have received a copy of the GNU General Public License
    # along with aion-lightning.  If not, see <http://www.gnu.org/licenses/>.
    #
    # ----------------------------
    # Drop config's:
    # ----------------------------
    
    # Disable drop rate reduction based on level difference between players and mobs
    # Default: false
    gameserver.drop.reduction.disable = false
    
    # Enable announce when a player loot unique/epic stuff
    # Default: true
    gameserver.unique.drop.announce.enable = true
    
    # Disable drop rate reduction based on level difference in zone
    # Default: 0,0
    gameserver.drop.noreduction = 300030000,300040000,300050000,300070000,300100000,300120000,300130000,300140000,310110000,320080000,320100000,320130000

  4. #4
    hello world label5 is offline
    MemberRank
    Oct 2013 Join Date
    trenchLocation
    213Posts

    Re: [HELP]The monsters do not drop items

    Quote Originally Posted by suracaos View Post
    Could you tell me how to set the value that is normal

    drop.properties
    Code:
    #
    # This file is part of aion-lightning <aion-lightning.org>.
    #
    # aion-lightning is free software: you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation, either version 3 of the License, or
    # (at your option) any later version.
    #
    # aion-lightning is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU General Public License for more details.
    #
    # You should have received a copy of the GNU General Public License
    # along with aion-lightning.  If not, see <http://www.gnu.org/licenses/>.
    #
    # ----------------------------
    # Drop config's:
    # ----------------------------
    
    # Disable drop rate reduction based on level difference between players and mobs
    # Default: false
    gameserver.drop.reduction.disable = false
    
    # Enable announce when a player loot unique/epic stuff
    # Default: true
    gameserver.unique.drop.announce.enable = true
    
    # Disable drop rate reduction based on level difference in zone
    # Default: 0,0
    gameserver.drop.noreduction = 300030000,300040000,300050000,300070000,300100000,300120000,300130000,300140000,310110000,320080000,320100000,320130000

    # Disable drop rate reduction based on level difference between players and mobs
    # Default: false
    gameserver.drop.reduction.disable = true

  5. #5
    Enthusiast suracaos is offline
    MemberRank
    Sep 2012 Join Date
    37Posts

    Re: [HELP]The monsters do not drop items

    thanks friend



Advertisement