Jump to content

  •  

Lemonation

Member Since 01 Jun 2016
Offline Last Active Dec 15 2016 02:11 PM
-----

Topics I've Started

@nobc command

06 October 2016 - 11:24 AM

Hi, can I ask if you can make a command that will hide npc announcements?


mob_item_ratio should override item drop min/max

08 September 2016 - 02:30 AM

Hello,

My server's drop rate is fixed 35%, and I need to have a specific drop rate for an item but when I add Items and rate in mob_item_ratio it has no effect the drop rate of that item is still 35% it is because mob_item_ratio does not override item drop min/max

 

// The rate the common items are dropped (Items that are in the ETC tab, besides card)
item_rate_common: 3500
item_rate_common_boss: 3500
item_drop_common_min: 3500
item_drop_common_max: 3500


// The rate healing items are dropped (items that restore HP or SP)
item_rate_heal: 3500
item_rate_heal_boss: 3500
item_drop_heal_min: 3500
item_drop_heal_max: 3500


// The rate at which usable items (in the item tab) other then healing items are dropped.
item_rate_use: 3500
item_rate_use_boss: 3500
item_drop_use_min: 3500
item_drop_use_max: 3500


// The rate at which equipment is dropped.
item_rate_equip: 3500
item_rate_equip_boss: 3500
item_drop_equip_min: 3500
item_drop_equip_max: 3500
 

How can I override the item drop min/max restriction?

 


[PAID] Looking for Developer

07 September 2016 - 09:14 AM

Hello,

I am looking for a developer that can work on skill modifications, bug fixing and proxy server setup. If you're interested contact me thru skype (nonstopragnarok), I need to know your work experiences, availability and pricing, thanks.


Extended Vending is not working

20 August 2016 - 11:27 AM

Hi

I'm using the latest version of hercules, I downloaded Extended Vending from the plugin collections, I followed the guide oh how to install plugins from the wiki and installed it thru MSVC (Microsoft Visual Studio 12), added ExtendedVending and enabled HPM in conf/plugins.conf, added ExtendedVending.conf in conf folder and item_vending.txt in db folder, I also added cash and zeny items in item_db2 and in the client..

The problem is when I use vending skill the zeny, cash, tcg and pod options does not show, it is just the default vending skill.. there are also no errors in map server, what might be the problem?