Jump to content

Fresh prince

Members
  • Posts

    295
  • Joined

  • Last visited

Posts posted by Fresh prince

  1. Hi,

    Just want to know how can desperado skill be a sure hit against monsters or players. I understand it was set, hit by chance. I'd like to eliminate that and make it 100% chance on hit. But of course it depends on the enemy's flee/pd.

    Thanks in advance.

  2. /*==========================================

    * @pk by : java modified :P i dunno whos the author :D

    *------------------------------------------*/

    ACMD_FUNC(pk)

    {

    nullpo_retr(-1, sd);if (!sd->state.pk_mode) {

    sd->state.pk_mode = 1;

    clif_displaymessage(sd->fd, "You are now no longer in PK mode.");

    }

    else {

    sd->state.pk_mode = 0;

    clif_displaymessage(sd->fd, "Returned to PK mode Mwahahahahha!!!.");

    }

    return 0;

    }

    Where should i put that? before or after what to look for?

    ACMD_DEF(pk),

    And this too?

    Compile stopped at atcommand.c when i tried this that's why I asked you cydh.

    thanks

  3. Hello I assume that you have to put this manually. I do not know how to patch so i tried this. I compile but it seems to stop at atcommnd.c.

    Where do you exactly put the edits? Can you please post which part or adter which line? Thankyou

×
×
  • Create New...