@whosell

Nagad

New member
Messages
109
Points
0
I found this one http://herc.ws/board/files/file/58-whosell/ (Last Updated: May 30 2014 06:03 AM) but the warning says "This file has been reported as broken because: This file is incompatible with the latest revision of Hercules."

Can someone update this?
default_sad.png


 
@@Nagad

I tested it with the latest hercules and a client from 13.05.2015 and it seemed to work perfectly fine.

Are you getting any errormessages?

 
I found this one http://herc.ws/board/files/file/58-whosell/ (Last Updated: May 30 2014 06:03 AM) but the warning says "This file has been reported as broken because: This file is incompatible with the latest revision of Hercules."

Can someone update this?
default_sad.png
Seems there's someone who reported ~20 files without even testing if it does work or not.
 
confirmed:

whosell.c:165: warning: implicit declaration of function ‘GET_SYMBOL’
whosell.c:165: warning: assignment makes pointer from integer without a cast
whosell.c:166: warning: assignment makes pointer from integer without a cast
whosell.c:167: warning: assignment makes pointer from integer without a cast
whosell.c:168: warning: assignment makes pointer from integer without a cast
whosell.c:169: warning: assignment makes pointer from integer without a cast
whosell.c:170: warning: assignment makes pointer from integer without a cast
whosell.c:171: warning: assignment makes pointer from integer without a cast
whosell.c:172: warning: assignment makes pointer from integer without a cast

Can someone update it?
 

 
Last edited by a moderator:
@@Alexandria

That's due to much recent change in plugin system.

Just remove all lines having GET_SYMBOL

And have this line at start of file

#include "common/hercules.h"

Above 2 step will fix the errors.

 
Back
Top