Jump to content

Ragnar Lothbrok

Members
  • Content Count

    317
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Ragnar Lothbrok


  1. it should be like this:

     

     

    int pc_getmaxspiritball(struct map_session_data *sd, int min)
    {
    int result = pc->checkskill(sd, MO_CALLSPIRITS);
    nullpo_ret(sd);
    if ( min && result < min )
      result = min;
    else if ( sd->sc.data[sC_RAISINGDRAGON] )
      result += sd->sc.data[sC_RAISINGDRAGON]->val1;
    if ( result > MAX_SPIRITBALL )
      result = MAX_SPIRITBALL;
    return result;
    }

  2. can anyone help me on this..

     

     

    2>..srcmapmap.c(6143): error C2036: 'void *' : unknown size2>  mercenary.c2>  mob.c2>  npc.c2>  npc_chat.c2>  party.c2>  path.c2>  pc.c2>  pc_groups.c2>  pet.c2>  quest.c2>  script.c2>  searchstore.c2>  skill.c2>  status.c2>..srcmappc.c(11121): error C2036: 'void *' : unknown size2>  storage.c2>  trade.c2>..srcmapstatus.c(2185): error C2036: 'void *' : unknown size2>..srcmapstatus.c(2187): error C2036: 'void *' : unknown size2>..srcmapstatus.c(2188): error C2036: 'void *' : unknown size2>..srcmapstatus.c(12368): error C2036: 'void *' : unknown size2>  unit.c1>  Finished generating code2>  vending.c2>..srcmapskill.c(18962): error C2036: 'void *' : unknown size2>..srcmapskill.c(19102): error C2036: 'void *' : unknown size 

     


  3. I have this Last Man Stading Event Script and it work's fine,

    Now i want to make a Special Item only for the Winner of the event..

    and i want the item to be like this:

     

    My LMS Script start's every 3hours..

     

    This Special Item will be Deleted/Disappear on the Prevous Winner even He/She is Online or Not Online  when someone win's on the next LMS Event and it will be given to the next LMS Winner.. But if the previous winner defend his title or win's again the item will stay on him..

     

    It's like a Boxing Champions Belt,

     

    Can anyone help me?

     

    Thank You and Sorry for Bad explanation..

     

     

    ooops wrong thread.. sorry.. please move to script support...thanks


  4. can anyone help me please...

    i just download a fresh copy of Hercules, no modification,script,source added or change and no edit it's like download then recompile...

     

    then i got this error when recompile..

     

    ..srcpluginsHPMHooking.c(77): fatal error C1189: #error :  HPMHooking plugin needs to be compiled for a specific server type. Please make sure your Makefiles are up to date.

     

    ..srcmapclif.c(18316): warning C4244: '=' : conversion from 'short' to 'char', possible loss of data

     

    ..srcpluginsHPMHooking.c(77): fatal error C1189: #error :  HPMHooking plugin needs to be compiled for a specific server type. Please make sure your Makefiles are up to date.

     

    please need help!

×
×
  • Create New...

Important Information

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