Plugin Collections

[Error]: HPM:AddHook Fail! 'Security' tried to hook to 'pc->dropitem' but HPMHooking is disabled!

[Error]: HPM:AddHook Fail! 'Security' tried to hook to 'trade->request' but HPMHooking is disabled!

[Error]: HPM:AddHook Fail! 'Security' tried to hook to 'gstorage->open' but HPMHooking is disabled!

[Error]: HPM:AddHook Fail! 'Security' tried to hook to 'gstorage->additem' but HPMHooking is disabled!

[Error]: HPM:AddHook Fail! 'Security' tried to hook to 'gstorage->delitem' but HPMHooking is disabled!

[Error]: HPM:AddHook Fail! 'Security' tried to hook to 'pc->delitem' but HPMHooking is disabled!

[Error]: HPM:AddHook Fail! 'Security' tried to hook to 'npc->selllist' but HPMHooking is disabled!

[Error]: HPM:AddHook Fail! 'Security' tried to hook to 'npc->buylist' but HPMHooking is disabled!

[Error]: HPM:AddHook Fail! 'Security' tried to hook to 'clif->openvendingreq' but HPMHooking is disabled!

[Error]: HPM:AddHook Fail! 'Security' tried to hook to 'guild->invite' but HPMHooking is disabled!

[Error]: HPM:AddHook Fail! 'Security' tried to hook to 'guild->leave' but HPMHooking is disabled!

Do I have to enable the "HPMHooking", in plugin.conf fpr Security?
You not enabled HPMHooking plugin.

 
@@Alexandria

Yes, HPMHooking is required. Since it hooks function to restrict actions.

Update:

Added @arealoot and @whosell plugin

 
Last edited by a moderator:
Hello guys what is the problem of this problem? I just started to learning plugin system.

I already followed this guide.

http://herc.ws/wiki/Building_HPM_Plugin_for_MSVC
 

1>------ Build started: Project: security, Configuration: Debug Win32 ------1>C:Program Files (x86)MSBuildMicrosoft.Cppv4.0Microsoft.CppBuild.targets(299,5): warning MSB8004: Output Directory does not end with a trailing slash.  This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.1>  security.c1>c:userskhaiidesktopherculessrcpluginssecurity.c(6): fatal error C1083: Cannot open include file: 'common/hercules.h': No such file or directory========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== 
 
Never mind guys i already fixed by my self
default_biggrin.png


Thank you Dastgir

 
Important:

If you are using @security command, please patch it with new security npc,

as the old one could cause serious bugs (or just disable the delete item permission)

 
Thank you for notice us Dastgir!

What if the players forgot the password? Is there other way to delete the old password using commands?

 
Last edited by a moderator:
Thank you for notice us Dastgir!

What if the players forgot the password? Is there other way to delete the old password using commands?
Ask admins/gms, and gm can be able to see it in char_reg_num_dbI could make an option to show it in gm menu too.

 
Hi there, first congratulations, excellent collection of plugins.

If it is not asking too much, you can convert the security plugin on a .patch?

 
Why need diff file when plugin is too good for it.

 
Why need diff file when plugin is too good for it.

 

 

I can not fully work with plugins, is always giving errors when sending to host, for windows use in my pc with linux hosting, give whenever I try to change the way they build, not the right, if not bother and can provide , I appreciate it. If you can not, that's fine too

 
Why need diff file when plugin is too good for it.

 

 

I can not fully work with plugins, is always giving errors when sending to host, for windows use in my pc with linux hosting, give whenever I try to change the way they build, not the right, if not bother and can provide , I appreciate it. If you can not, that's fine too
You build plugins in windows and then transfer to linux host? You can't because its not compatible you will need Linux to Linux or Windows to Windows

 
Last edited by a moderator:
Why need diff file when plugin is too good for it.

 

 

I can not fully work with plugins, is always giving errors when sending to host, for windows use in my pc with linux hosting, give whenever I try to change the way they build, not the right, if not bother and can provide , I appreciate it. If you can not, that's fine too
You build plugins in windows and then transfer to linux host? You can't because its not compatible you will need Linux to Linux or Windows to Windows

yes I know, but I can not in any way run Hercules with plugins, I can say I'm noob, but I can not, I prefer to install 15 .patch's out instead of running plugin .. I know it's better, but not by my choice.

 
Why need diff file when plugin is too good for it.
 






I can not fully work with plugins, is always giving errors when sending to host, for windows use in my pc with linux hosting, give whenever I try to change the way they build, not the right, if not bother and can provide , I appreciate it. If you can not, that's fine too
You build plugins in windows and then transfer to linux host? You can't because its not compatible you will need Linux to Linux or Windows to Windows
 
yes I know, but I can not in any way run Hercules with plugins, I can say I'm noob, but I can not, I prefer to install 15 .patch's out instead of running plugin .. I know it's better, but not by my choice.
Plugin is better and much needed for all future sources according to me...I am willing to help by TeamView or any other guide material, but would not convert to diff file..

 
Hello Dastgir I've been used your security on my server, I've changed the ban command to kicked when i tried 3 times kick i got this -5 but all your script/plugin are working fine may i know how to fixed that?

screenHercules006.jpg

 
Seems you might have greater maxtry value, then later you decreased it.

w/e I found a little mistake where it isn't resetting the maxtry value, will be fixed soon...

 
@@BertongPutek

Fixed.

now security maxtry resets every time you put correct number.

 
@@BertongPutek

Fixed.

now security maxtry resets every time you put correct number.
Thank you! I am now waiting you update the security forgot password.
default_smile.png
well, give me a reason why adding forget password will be good idea(concerning that it's security plugin), if I find it correct, I will add it.
Since I find this security shouldn't have any forget password type of thing...

 
@@BertongPutek

Fixed.

now security maxtry resets every time you put correct number.
Thank you! I am now waiting you update the security forgot password.
default_smile.png
well, give me a reason why adding forget password will be good idea(concerning that it's security plugin), if I find it correct, I will add it.
Since I find this security shouldn't have any forget password type of thing...
You're correct, Dastgir. From a security aspect, it would be completely silly to add a forgotten password. It would make it much easier for a "hacker" to recover his 'lost password'.

Especially since if a hacker is already on his account, he more than likely has access to all accounts considering most people use universal passwords. I do not recommend adding a forgotten password to your plugin.

 
Back
Top