Extended Vending is not working

Lemonation

New member
Messages
7
Points
0
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?

 
You might have not enabled HPMHook plugin

 
plugins_list: [
/* Enable HPMHooking when plugins in use rely on Hooking */
"HPMHooking",
//"db2sql",
//"sample",
//"other",
"ExtendedVending",
"partybuff",
"restock",
"security",
"whobuy",
"whosell",
]

Code:
MYPLUGINS = whosell whobuy security restock partybuff ExtendedVending
HPMHook is enabled

 
plugins_list: [
/* Enable HPMHooking when plugins in use rely on Hooking */
"HPMHooking",
//"db2sql",
//"sample",
//"other",
"ExtendedVending",
"partybuff",
"restock",
"security",
"whobuy",
"whosell",
]

Code:
MYPLUGINS = whosell whobuy security restock partybuff ExtendedVending
HPMHook is enabled
up, i got same problem

 
You need to compile it then also enable the Extended Vending feature in the feature.conf file.

 
Back
Top