Jump to content

Lemonation

Members
  • Content Count

    7
  • Joined

  • Last visited

About Lemonation

  • Rank
    Newbie

Recent Profile Visitors

1393 profile views
  1. Hi, can I ask if you can make a command that will hide npc announcements?
  2. Light Graphics (RCX-like feature) plugin can be bought from functor the developer of Gepard Shield.
  3. 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?
  4. Hello, I used the plugin for first time and caused a map server crash, I enabled debug in my server and here's the crash log Program received signal SIGSEGV, Segmentation fault. 0x000000000061c140 in hplugin_data_store_validate (type=HPDT_MSD, storeptr=0x7fffffffdd98, initialize=<optimized out>) at HPM.c:237 237 } #1 0x000000000061a07a in hplugins_getFromHPData (type=HPDT_MSD, pluginID=2, store=0xfdfdfdfdfdfdfdfd, classid=0) at HPM.c:297 i = <optimized out> #2 0x00007ffff3520f0a in map_quit_post (retVal___=0, sd=0x49a44f0) at partybuff.c:151 No locals. #3 0x00007ffff39c7f27 in HP_map_quit (sd=<optimized out>) at HPMHooking/HPMHooking_map.Hooks.inc:40230 postHookFunc = <optimized out> hIndex = 0 retVal___ = <optimized out> #4 0x00000000004c83e6 in clif_parse (fd=42) at clif.c:18892 parse_cmd_func = <optimized out> cmd = <optimized out> packet_len = <optimized out> sd = 0x49a44f0 pnum = 0 #5 0x000000000062b935 in send_shortlist_do_sends () at socket.c:1783 fd = 42 idx = 1
  5. plugins_list: [ /* Enable HPMHooking when plugins in use rely on Hooking */ "HPMHooking", //"db2sql", //"sample", //"other", "ExtendedVending", "partybuff", "restock", "security", "whobuy", "whosell", ] MYPLUGINS = whosell whobuy security restock partybuff ExtendedVending HPMHook is enabled
  6. 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?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.