Jump to content

jupeto

Members
  • Content Count

    39
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    jupeto reacted to tedexx in Hercules Battlegrounds   
    bg_common.txt line 151
    // Rotate every n seconds. OnTimer5000: Being 5000 the miliseconds of rotation and announces
  2. Upvote
    jupeto got a reaction from Dduwsmitt in rentitem2 plugins   
    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
  3. Upvote
    jupeto reacted to Habilis in rentitem2 plugins   
    ...
     
    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
  4. Upvote
    jupeto got a reaction from Legend in [Upcoming] FluxAuth   
    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
  5. Upvote
    jupeto got a reaction from Legend in Fluxcp integrations with forums software   
    Registered just to reply here LOL
     
    Anyways, originally the addon was written for rAthena, and never thought it'll work for hercules version too I'm currently updating the core files to work with FluxBB 1.5.10 (current stable release as of this reply)...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.