Plugin Collections

oh didn't notice it sorry. will try it again anyway, I'll look forward to the whobuy

 
all this plugin can not use with newest hercules right?  really hope it will upgraded ..... thanks.

 
Hi there @Dastgir 
extended vending system is not working with the latest git.

i got the error

 
XZ7kenE.png


 
Hi there @Dastgir 

extended vending system is not working with the latest git.

i got the error

 
XZ7kenE.png
I had this problem too ..in last hercules
default_wacko.png


Please fixed as soon as possible, thanks!!
Fixed: https://github.com/dastgir/HPM-Plugins/commit/4649e7d4c58463bb8891481afd05d7b1bcbd39b7
Thanks my god Dastgir !!!!

But restock.c still had problem too....see below....

1>------ Build started: Project: restock, Configuration: Release Win32 ------
1>  restock.c
1>..\src\plugins\restock.c(46): error C2143: syntax error : missing ';' before 'type'
1>..\src\plugins\restock.c(48): error C2065: 'index' : undeclared identifier
1>..\src\plugins\restock.c(49): error C2065: 'index' : undeclared identifier
========== Build: 0 succeeded, 1 failed, 7 up-to-date, 0 skipped ==========
 
default_huh.png
 
default_huh.png
 
default_huh.png

 
Last edited by a moderator:
Hi there @Dastgir 

extended vending system is not working with the latest git.

i got the error

 
XZ7kenE.png
I had this problem too ..in last hercules
default_wacko.png


Please fixed as soon as possible, thanks!!
Fixed: https://github.com/dastgir/HPM-Plugins/commit/4649e7d4c58463bb8891481afd05d7b1bcbd39b7
Thanks my god Dastgir !!!!

But restock.c still had problem too....see below....

1>------ Build started: Project: restock, Configuration: Release Win32 ------
1>  restock.c
1>..\src\plugins\restock.c(46): error C2143: syntax error : missing ';' before 'type'
1>..\src\plugins\restock.c(48): error C2065: 'index' : undeclared identifier
1>..\src\plugins\restock.c(49): error C2065: 'index' : undeclared identifier
========== Build: 0 succeeded, 1 failed, 7 up-to-date, 0 skipped ==========
 
default_huh.png
 
default_huh.png
 
default_huh.png
Fixed

 
@@Dastgir

mind fixing it to latest herc version and adding to the rep since lady annie is no longer active?
default_sad.png


 
It (market.c) appeared error on last git version of hercules, please fixed A.S.A.P, thanks..
default_wacko.png


1>------ Build started: Project: market, Configuration: Release Win32 ------
1>  market.c
1>..\src\plugins\market.c(155): error C2039: 'chatID' : is not a member of 'map_session_data'
1>          D:\Ro Dev\PandoraRo\Hercules - PandoraRo\src\map/pc.h(157) : see declaration of 'map_session_data'
1>..\src\plugins\market.c(329): error C2039: 'chatID' : is not a member of 'map_session_data'
1>          D:\Ro Dev\PandoraRo\Hercules - PandoraRo\src\map/pc.h(157) : see declaration of 'map_session_data'
========== Build: 0 succeeded, 1 failed, 36 up-to-date, 0 skipped ==========
 
Last edited by a moderator:
 It (market.c) appeared error on last git version of hercules, please fixed A.S.A.P, thanks..
default_wacko.png


1>------ Build started: Project: market, Configuration: Release Win32 ------

1>  market.c

1>..\src\plugins\market.c(155): error C2039: 'chatID' : is not a member of 'map_session_data'

1>          D:\Ro Dev\PandoraRo\Hercules - PandoraRo\src\map/pc.h(157) : see declaration of 'map_session_data'

1>..\src\plugins\market.c(329): error C2039: 'chatID' : is not a member of 'map_session_data'

1>          D:\Ro Dev\PandoraRo\Hercules - PandoraRo\src\map/pc.h(157) : see declaration of 'map_session_data'

========== Build: 0 succeeded, 1 failed, 36 up-to-date, 0 skipped ==========
https://github.com/dastgir/HPM-Plugins/commit/4b5839d267f8b35f6fec966fc318e4db2cff6a4c , Updated
@@Dastgir

mind fixing it to latest herc version and adding to the rep since lady annie is no longer active?
default_sad.png
Will update it
 
 It (market.c) appeared error on last git version of hercules, please fixed A.S.A.P, thanks..
default_wacko.png


1>------ Build started: Project: market, Configuration: Release Win32 ------

1>  market.c

1>..\src\plugins\market.c(155): error C2039: 'chatID' : is not a member of 'map_session_data'

1>          D:\Ro Dev\PandoraRo\Hercules - PandoraRo\src\map/pc.h(157) : see declaration of 'map_session_data'

1>..\src\plugins\market.c(329): error C2039: 'chatID' : is not a member of 'map_session_data'

1>          D:\Ro Dev\PandoraRo\Hercules - PandoraRo\src\map/pc.h(157) : see declaration of 'map_session_data'

========== Build: 0 succeeded, 1 failed, 36 up-to-date, 0 skipped ==========
https://github.com/dastgir/HPM-Plugins/commit/4b5839d267f8b35f6fec966fc318e4db2cff6a4c , Updated
>@@Dastgir

mind fixing it to latest herc version and adding to the rep since lady annie is no longer active?
default_sad.png
Will update it
This part not changed?

 bool chat_joinchat_pre( struct map_session_data *sd, int *chatid, const char *pass ) {          bool chat_joinchat_pre( struct map_session_data *sd, int *chatid, const char *pass ) {
      struct chat_data* cd = (struct chat_data*)map->id2bl( *chatid );
 
That doesn't need to be changed.

the sd->chatID was renamed into sd->chat_id

Update: All Plugins are now compatible with latest hercules

 
 It (market.c) appeared error on last git version of hercules, please fixed A.S.A.P, thanks..
default_wacko.png


1>------ Build started: Project: market, Configuration: Release Win32 ------

1>  market.c

1>..\src\plugins\market.c(155): error C2039: 'chatID' : is not a member of 'map_session_data'

1>          D:\Ro Dev\PandoraRo\Hercules - PandoraRo\src\map/pc.h(157) : see declaration of 'map_session_data'

1>..\src\plugins\market.c(329): error C2039: 'chatID' : is not a member of 'map_session_data'

1>          D:\Ro Dev\PandoraRo\Hercules - PandoraRo\src\map/pc.h(157) : see declaration of 'map_session_data'

========== Build: 0 succeeded, 1 failed, 36 up-to-date, 0 skipped ==========
https://github.com/dastgir/HPM-Plugins/commit/4b5839d267f8b35f6fec966fc318e4db2cff6a4c , Updated
>@@Dastgir

mind fixing it to latest herc version and adding to the rep since lady annie is no longer active?
default_sad.png
Will update it
thanks <3 you are my hero
default_tongue.png


 
Back
Top