Jump to content

  •  

jupeto

Member Since 25 Aug 2016
Offline Last Active Jun 04 2017 01:16 PM
-----

#81639 rentitem2 plugins

Posted by jupeto on 11 April 2017 - 07:53 PM

...

 

replace top with

#include <stdio.h>
#include <string.h>
#include <stdlib.h>

#include "common/hercules.h" /* Should always be the first Hercules file included! (if you don't make it first, you won't be able to use interfaces) */

#include "common/HPMi.h"
#include "common/timer.h"
#include "map/script.h"
#include "map/status.h"
#include "map/pc.h"
#include "map/clif.h"
#include "map/pet.h"
#include "map/script.h"
#include "map/itemdb.h"

#include "plugins/HPMHooking.h"
#include "common/HPMDataCheck.h" /* should always be the last Hercules file included! (if you don't make it last, it'll intentionally break compile time) */





Im not sure, but I think you can remove 

#include <stdio.h>
#include <string.h>
#include <stdlib.h>

too

 

Well errors are gone, and the ".so" file was successfully created. However, console says

 

[Error]: script error in file 'npc/custom/.../cro-newbie.txt' line 17column 5
    parse_line: expect command, missing function name or calling undeclared function
    15:     mes "[The Newbie]";
    16:     
*   17:     rentitem2(25511,1,1,1);
        ~~~~^


 

YAY! Got it, forgot to enable rentitem2 in conf/plugins.conf ... silly me ^__^ everything's working now




#77465 [Upcoming] FluxAuth

Posted by jupeto on 16 October 2016 - 12:41 PM

Hi guys, I'm here to ask some insights of what is needed or if there are any correct process to integrate social signon in FluxCP

 

So right now I have this idea to create a SSO for fluxcp but I'm not quite sure for the right process... So I'm asking you guys to at least help me think

 

Facebook, twitter, google is my proposed implementation




#76090 Fluxcp integrations with forums software

Posted by jupeto on 25 August 2016 - 08:18 AM

Registered just to reply here LOL

 

Anyways, originally the addon was written for rAthena, and never thought it'll work for hercules version too :P I'm currently updating the core files to work with FluxBB 1.5.10 (current stable release as of this reply)...