Plugin Collections

Dastgir

Core Developer
Messages
3,805
Points
0
Discord
Dastgir#1460
IRC Nickname
Dastgir
Github
dastgirp
Emulator
Client Version
2019-02-28 RE
Hello Community,
 I am feeling like, there's many plugin on forum, but not been actively used, due to out-of-date plugin
 
I have updated Shikazu's Plugin first(as it was requested on the thread from 25th April), maybe Shikazu busy on his rl.
Also I have included My Plugins there.
 
I would like to add more plugins there(which are not updated on hercules forum <- please suggest if you find some outdated plugin and want me to update it
default_smile.png
)
 
List of Plugins and Owners:

https://github.com/dastgir/HPM-Plugins/blob/master/README.md
 
Repository: https://github.com/dastgir/HPM-Plugins
 
Thanks.

 
Last edited by a moderator:
@Edit:

@Dastgir, I don't know why but when I try to compile the plugins, only the 'storeit' is not being compiled.

 
default_wub.png
this, can you add multiple map restriction and time limit for afk.c plugin sir ?

 
Maybe you can add Costume Item plugin on the list
default_smile.png
 

I'm getting this error using latest rev.

Code:
costumeitem.c: In function 'status_calc_mine':costumeitem.c:181: warning: implicit declaration of function 'pc_isriding'/tmp/ccpDhRJf.o: In function `status_calc_mine':trunk/src/plugins/costumeitem.c:476: undefined reference to `pc_isriding'trunk/src/plugins/costumeitem.c:758: undefined reference to `pc_isriding'trunk/src/plugins/costumeitem.c:790: undefined reference to `pc_isriding'trunk/src/plugins/costumeitem.c:181: undefined reference to `pc_isriding'collect2: ld returned 1 exit statusmake[1]: *** [../../plugins/costumeitem.so] Error 1after updating pc_isriding to checmount(sd)Here's the error/tmp/ccgQ8kHq.o: In function `status_calc_mine':trunk/src/plugins/costumeitem.c:476: undefined reference to `checkmount'/trunk/src/plugins/costumeitem.c:715: undefined reference to `checkmount'/trunk/src/plugins/costumeitem.c:758: undefined reference to `checkmount'/trunk/src/plugins/costumeitem.c:790: undefined reference to `checkmount'/trunk/src/plugins/costumeitem.c:181: undefined reference to `checkmount'/tmp/ccgQ8kHq.o:/home/trunk/src/plugins/costumeitem.c:792: more undefined references to `checkmount' followcollect2: ld returned 1 exit status
 
default_wub.png
this, can you add multiple map restriction and time limit for afk.c plugin sir ?
Updated afk to v1.3

Now Supports afk_timeout , no afk on dead, and noafk MAPFLAGS

https://github.com/dastgir/HPM-Plugins/commit/42e8623eb92f16b2a9bdf945abbbb771d4531b65

Battle Config Adjustment:You can add "afk_timeout: seconds" in any of the files in conf/battle/ to make it work(so you don't have to recompile everytime you want to change timeout seconds)MapFlags:Add mapflag just like you add other mapflags,e.g:prontera mapflag noafk^ Add Above to any script, and it will make prontera to be noafk zone.



Maybe you can add Costume Item plugin on the list
default_smile.png
 

I'm getting this error using latest rev.

costumeitem.c: In function 'status_calc_mine':costumeitem.c:181: warning: implicit declaration of function 'pc_isriding'/tmp/ccpDhRJf.o: In function `status_calc_mine':trunk/src/plugins/costumeitem.c:476: undefined reference to `pc_isriding'trunk/src/plugins/costumeitem.c:758: undefined reference to `pc_isriding'trunk/src/plugins/costumeitem.c:790: undefined reference to `pc_isriding'trunk/src/plugins/costumeitem.c:181: undefined reference to `pc_isriding'collect2: ld returned 1 exit statusmake[1]: *** [../../plugins/costumeitem.so] Error 1after updating pc_isriding to checmount(sd)Here's the error/tmp/ccgQ8kHq.o: In function `status_calc_mine':trunk/src/plugins/costumeitem.c:476: undefined reference to `checkmount'/trunk/src/plugins/costumeitem.c:715: undefined reference to `checkmount'/trunk/src/plugins/costumeitem.c:758: undefined reference to `checkmount'/trunk/src/plugins/costumeitem.c:790: undefined reference to `checkmount'/trunk/src/plugins/costumeitem.c:181: undefined reference to `checkmount'/tmp/ccgQ8kHq.o:/home/trunk/src/plugins/costumeitem.c:792: more undefined references to `checkmount' followcollect2: ld returned 1 exit status
Mhalicot should update it soon(Considering he is active on the community).

 
Back
Top