Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

incorrect loot Aion 5.8

Newbie Spellweaver
Joined
Jul 5, 2020
Messages
29
Reaction score
12
Hello sorry for my bad english The mobs loot far too many item on the Aion 5.8 pack from G-Robson26
There are also buffs that I can't deactivate
 
Joined
Sep 21, 2013
Messages
2,319
Reaction score
3,109
Go to: \config\main\drop.properties

and configure like this...

# ==========================================
# 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

# Enable "Global Drop"
# Default: false
gameserver.drop.enable.global.drops = false
 
Upvote 0
Newbie Spellweaver
Joined
Jul 5, 2020
Messages
29
Reaction score
12
Go to: \config\main\drop.properties

and configure like this...

# ==========================================
# 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

# Enable "Global Drop"
# Default: false
gameserver.drop.enable.global.drops = false

It's the same :(
 
Upvote 0
Junior Spellweaver
Joined
Sep 18, 2013
Messages
185
Reaction score
19
Try setting the rates like this

# ==========================================
# Drop Rates:
# ==========================================
gameserver.rate.regular.drop = 0.2
gameserver.rate.premium.drop = 0.3
gameserver.rate.vip.drop = 0.3
gameserver.rate.reduce.drop = 0.0

# ==========================================
# Global Drop Rates:
# ==========================================
gameserver.rate.regular.global.drop = 0.5
gameserver.rate.premium.global.drop = 0.5
gameserver.rate.vip.global.drop = 0.5
 
Upvote 0
Initiate Mage
Joined
Jul 22, 2020
Messages
4
Reaction score
1
Hi Robson, do you still have the Aion 5.8 emulator pack being used in this thread?
 
Upvote 0
Back
Top