[help] how to setting drop rate item

Results 1 to 4 of 4
  1. #1
    Novice rofasindo is offline
    MemberRank
    Mar 2009 Join Date
    4Posts

    sad [help] how to setting drop rate item

    how to setting rate item drop? because every i kill monster, no one item drop from monster.
    sorry english bad


  2. #2
    Omega 343 is offline
    MemberRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,514Posts

    Re: [help] how to setting drop rate item

    Quote Originally Posted by rofasindo View Post
    how to setting rate item drop? because every i kill monster, no one item drop from monster.
    sorry english bad
    Have you imported your "droplist.sql" into your au_server_gs database? If not it is located in \gameserver\sql\drops\

  3. #3
    Apprentice micaymile is offline
    MemberRank
    Sep 2008 Join Date
    23Posts

    Re: [help] how to setting drop rate item

    gameserver>config>main>rates.properties

    u need edit that file, search

    Code:
    #
    # This file is part of aion-unique <aion-unique.org>.
    #
    # aion-unique 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-unique 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-unique.  If not, see <http://www.gnu.org/licenses/>.
    #
    # ----------------------------
    # Rates config's:
    # ----------------------------
    
    # -------------
    # Group rates
    # -------------
    # Regular experience gain for group
    # Default: 1
    gameserver.rate.regular.group.xp = 1
    
    # Premium experience gain for group
    # Default: 2
    gameserver.rate.premium.group.xp = 2
    
    #-------------
    # Regular Personal rates
    #-------------
    # Experience gain
    # Default: 1
    gameserver.rate.regular.xp = 1
    
    # Item drop chance multiplier
    # Default: 1
    gameserver.rate.regular.drop = 1
    
    # Gathering XP rate
    gameserver.rate.regular.gathering.xp = 1
    
    # Crafting XP rate
    gameserver.rate.regular.crafting.xp = 1
    
    # Quest XP rate
    # Default: 1
    gameserver.rate.regular.quest.xp = 1
    
    # Quest Kinah rate
    # Default: 1
    gameserver.rate.regular.quest.kinah = 1
    
    # Abyss points rate (can be 0.5 etc.)
    # Default: 1
    # For PVE
    gameserver.rate.regular.ap.npc = 1
    # For PVP
    gameserver.rate.regular.ap.player = 1
    
    #-------------
    # Premium Personal rates
    #-------------
    # Experience gain
    # Default: 2
    gameserver.rate.premium.xp = 2
    
    # Item drop chance multiplier
    # Default: 2
    gameserver.rate.premium.drop = 2
    
    # Gathering XP rate
    gameserver.rate.premium.gathering.xp = 1
    
    # Crafting XP rate
    gameserver.rate.premium.crafting.xp = 1
    
    # Quest XP rate
    # Default: 2
    gameserver.rate.premium.quest.xp = 2
    
    # Quest Kinah rate
    # Default: 2
    gameserver.rate.premium.quest.kinah = 2
    
    # Abyss points rate (can be 0.5 etc.)
    # Default: 2
    # For PVE
    gameserver.rate.premium.ap.npc = 2
    # For PVP
    gameserver.rate.premium.ap.player = 2
    edit

    gameserver.rate.regular.drop = X as u want


  4. #4
    Apprentice DeumosCrux is offline
    MemberRank
    Dec 2008 Join Date
    19Posts

    Re: [help] how to setting drop rate item

    Hey guys, I have a huge problem where my server's drops aren't even there... I downloaded a compiled server from this link: http://forum.ragezone.com/f587/novos...-1-7-a-678418/. I checked the files and noticed that there was no sql file there because supposedly it has its own java, its own sql, its own everything, but I noticed that it was missing the SQL file where its supposed to be located in the gameserver file.... so I went and got the file from somewhere else and then tried to import drops into navicat... after that happened it still didn't change anything... Does anyone know what I should do to fix my drops? If you're familiar with the type of server and how to fix the drops... Please help! I'd appreciate it very much...



Advertisement