[AtCommand] afk

[Warning]: HPM:plugin_load: failed to load 'plugins/afk.so', skipping...
Make sure that you compile it without error..
@@Mhalicot is that AFK with with HAT?
default_smile.png
or just an pub-chat?

Thanks!

 
1>------ Rebuild All started: Project: afk, Configuration: Debug Win32 ------
1>  afk.c
1>d:\рагнарок\emu\hercules\trunk\src\common\hpmi.h(23): fatal error C1083: Cannot open include file: 'common/hercules.h': No such file or directory
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
 
Who know what is problem? Please tell me)

 
Last edited by a moderator:
1>------ Rebuild All started: Project: afk, Configuration: Debug Win32 ------
1>  afk.c
1>d:\рагнарок\emu\hercules\trunk\src\common\hpmi.h(23): fatal error C1083: Cannot open include file: 'common/hercules.h': No such file or directory
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
 
Who know what is problem? Please tell me)
Probably you are not using latest Hercules...

 
1>------ Rebuild All started: Project: afk, Configuration: Debug Win32 ------
1>  afk.c
1>d:\рагнарок\emu\hercules\trunk\src\common\hpmi.h(23): fatal error C1083: Cannot open include file: 'common/hercules.h': No such file or directory
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
 
Who know what is problem? Please tell me)
Probably you are not using latest Hercules...
Changed Russian letters

Can you tell me please where can I download latest Hercules

 
Last edited by a moderator:
Im using the latest herc, and this issue still persists.

Code:
\src\plugins\../common/HPMi.h(23): fatal error C1083: Cannot open include file: 'common/hercules.h': No such file or directory
 
I suggest adding support for the following:

  • @mapflag atcommand
  • @mapinfo atcommand
  • getmapflag script command
  • removemapflag scriptcommand
  • setmapflag script command
 
I suggest adding support for the following:

  • @mapflag atcommand
  • @mapinfo atcommand
  • getmapflag script command
  • removemapflag scriptcommand
  • setmapflag script command
They are not yet possible by current design, however new commands can be created for adding/removing mapflags

 
Hi Good day

         Im new in plugins, i've try to add to use your plugin @afk, the time out is not working even i set it on 60sec, after i execute the command i logged out immediately even i set the time_out to 60sec and can you help me for some reference/link for the syntax/explanation of the commands used in generating plugins? example "status->change_start(NULL, &sd->bl, SC_AUTOTRADE, 10000, 0, 0, 0, 0, afk_timeout*1000,0);"  or "sd->state.monster_ignore = 1;" < where can i get the reference docs 

thank you ^^

 
Back
Top