Jump to content
  • 0

STONE_CURSE


Question

2 answers to this question

Recommended Posts

Posted

@status.c

find this line

case SC_ADORAMUS://Arch Bishop
 if (sd) tick>>=1; //Half duration for players.
case SC_STONE:
case SC_FREEZE:
 sc_def = 3 +status->mdef;
break;
case SC_CURSE:

then add

tick += 'your desired duration';

after 'sc_def'

this will add/subtract the global duration of SC_STONE

and take note its in millisecond and don't forget to recompile

:meow:

Posted (edited)

/no1 thx...

Solved

case SC_ADORAMUS://Arch Bishop
if (sd) tick>>=1; //Half duration for players.
case SC_STONE:
sc_def = 3 +status->mdef;
tick = 'your desired duration';
break;
case SC_FREEZE:
sc_def = 3 +status->mdef; break;
case SC_CURSE:

Edited by Cyrix

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...