Recent content by akka

  1. A

    Splitting large plugin into multiple files.

    Hi my plugin project has grown into a huge inconvenient file, so i tried to split it into a number of files. For example i created atcommands.c and atcommands.h atcommands.h: struct atcommands_interface { bool (*atcommand_test) (const int fd, struct map_session_data* sd, const char* command...
  2. A

    Failed to retrieve 'HPMDataCheckLen'

    I originally posted this in the HPM datacheck announcement thread, but i didn't get an answer. So im just wondering if anyone else is experiencing this problem.  The problem started yesterday after I updated my server to get access to the new datacheck feature, It all went very smooth and  I...
  3. A

    Trying to figure out if there is a player near a mob.

    Hi, i've been trying to figure out how to check if there is a player near a mob. Here is the code im at right now: int pc_isnear_sub(struct block_list *bl, va_list args){ int* isnear = va_arg(args, int*); struct map_session_data *sd = (struct map_session_data *)bl; if...
Back
Top