Plugin Collections

Hi @@Dastgir, I am having an error with the latest repo on security plugin. Please see attached 

2n15h1s.jpg


 
Hi @@Dastgir, I am having an error with the latest repo on security plugin. Please see attached 

2n15h1s.jpg
Which msvc is that?Might be problem with msvc configuration, if you are using latest repo.

 
I'm using VS2012 (Hercules-11 on compile). Yes I'm using the latest repo with no modifications..

 
I'm using VS2012 (Hercules-11 on compile). Yes I'm using the latest repo with no modifications..
Wiki has been updated, and replied to your issue.

that would fix your problem...

 
Hmm...
I picked the plugin rentitem2, I found pretty cool the idea of do not know 'cause there was this in the emulator, but focusing on the subject of Puglin, this Puglin came full of files to add in the emulator and says you have to compile the Puglin. I use the emulator on Linux and do not know how to compile the Puglin. You're not just compile the emulator normally?
 
Last edited by a moderator:
My "src/plugins/Makefile.in" it is like this:

Code:
COMMON_H = ../common/HPMi.h ../common/cbasetypes.hPLUGINS = sample db2sql@SET_MAKE@CC = @CC@export CC#####################################################################.PHONY : all $(PLUGINS) sample db2sql clean helpall: $(PLUGINS)sample: sample@DLLEXT@db2sql: db2sql@DLLEXT@clean:	@echo "	CLEAN	plugins"	@rm -rf *.ohelp:	@echo "possible targets are $(PLUGINS:%='%') 'all' 'clean' 'help'"	@echo "'sample'   - sample plugin"	@echo "'help'     - outputs this message"#####################################################################%@DLLEXT@: %.c $(COMMON_H)	@echo "	CC	$<"	@$(CC) @DEFS@ @CFLAGS@ @CPPFLAGS@ @LDFLAGS@ @SOFLAGS@ -o ../../plugins/$@ $<
 
I suggest to update to new Hercules.. As this won't work with that old Hercules.

 
I suggest to update to new Hercules.. As this won't work with that old Hercules.
I took the contents of the Plugin and manually added the source emulator and it worked. I did wrong? '-'

 
Last edited by a moderator:
Hi @@Dastgir, I have a suggestion for @market is it possible for the message (when you double click the pub) to appear or become a private message instead of 'dispbottom' type of message? So that a player who tries to enter the pub will instead get a private message from the player and can easily reply to it instead of typing the name of the player
default_smile.png


Thanks

 
Back
Top