Jump to content

Rory

Members
  • Content Count

    7
  • Joined

  • Last visited

  1. Hi! Thx for the script, again. CC koe.c koe.c: In function 'battle_check_target_post': koe.c:43: error: 'MOBID_EMPERIUM' undeclared (first use in this function) koe.c:43: error: (Each undeclared identifier is reported only once koe.c:43: error: for each function it appears in.) koe.c: In function 'plugin_init': koe.c:52: warning: implicit declaration of function 'addHookPost' koe.c:52: warning: nested extern declaration of 'addHookPost' make[1]: *** [../../plugins/koe.so] Error 1 Any fix for this ? I get this when trying to recompile with "make sql plugins" Thanks ~
  2. Hello everybody, So, I want to implement the @joinbg battleground system, so I used this one http://herc.ws/board/topic/12349-queue-bg-rewrite/ I followed the guide but, still, i've got this error when I "make sql plugin" (my Herc is on CentOS 6): CC skill.c skill.c: In function 'skill_castend_nodamage_id': skill.c:7745: error: 'x' undeclared (first use in this function) skill.c:7745: error: (Each undeclared identifier is reported only once skill.c:7745: error: for each function it appears in.) skill.c:7745: error: 'y' undeclared (first use in this function) make[1]: *** [obj_sql/skill.o] Error 1 make[1]: Leaving directory `/home/*******/Server/src/map' make: *** [map_sql] Error 2 I'm on the very last Hercules version.Here is my skill.c http://www.mediafire.com/download/i9ubvl2giv3gu24/skill.c So I just wanted to ask if somebody have/can update this to the latest Hercules rev ? Or maybe there is a fix for my error? Thanks~
  3. Oh, can you do that ? I know it's I am asking a lot.. but who knows, maybe you're in a charitable mood. Thanks! I probably need to preHook pc_setpos which will check if map changed, and force check the restock list Oh, can you do that ? I know it's I am asking a lot.. but who knows, maybe you're in a charitable mood. Thanks!
  4. Thank you for you quick answer. I follow the instructions, it worked, I can only restock in towns, but I still got a problem. For exemple if I am in a dungeon and I used all of my Grappe Juice, when I get back in town, the Grappe Juice are not restocked (though there are in my restock list). Any help for that cases ? Thanks !!
  5. Hi, thanks for the plugin, it works perfectly! Is there any way to make not bypass the gvg and the WoE mapflags and storage mapflags, so users can restock only when they get back to town ? Have a great day!
  6. Hi ! Can please someone update this plugin to the lastest Herc rev ? The HPM codes have changed since. Also, I get some warning when I "make sql plugin" and when I do @@Maintenance, it does kick the players but the map-server crashes. Someone got a fix ? Thx
  7. Hi! First of all, thanks for the nice work, you're awesome! I followed your guide but, still, i've got this error when I "make sql plugin" (my Herc is on CentOS 6): CC skill.c skill.c: In function 'skill_castend_nodamage_id': skill.c:7745: error: 'x' undeclared (first use in this function) skill.c:7745: error: (Each undeclared identifier is reported only once skill.c:7745: error: for each function it appears in.) skill.c:7745: error: 'y' undeclared (first use in this function) make[1]: *** [obj_sql/skill.o] Error 1 make[1]: Leaving directory `/home/*******/Server/src/map' make: *** [map_sql] Error 2 I'm on the very last Hercules version. Here is my skill.c http://www.mediafire.com/download/i9ubvl2giv3gu24/skill.c Thanks~ P.S: in which directory I should put the iteminfo_add.lub ?
×
×
  • Create New...

Important Information

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