Jump to content

Question

Posted (edited)

Hello regarding convex mirror is there any chance to change the 100% seach to 50% chance only meaning theres a chance to failed if they use it?

 

Quote

      sc_start SC_BOSSMAPINFO,600000,0;

 

Edited by GM Winter

7 answers to this question

Recommended Posts

  • 0
Posted (edited)

https://github.com/rathena/rathena/blob/master/doc/script_commands.txt:

*sc_start <effect type>,<ticks>,<value 1>{,<rate>,<flag>{,<GID>}};
Optional value <rate> is the chance that the status will be invoked (100 = 1%).
This is used primarily in item scripts. When used in an NPC script, a flag MUST
be defined for the rate to work.
sc_start SC_BOSSMAPINFO,600000,0,5000;

 

Edited by Winterfox
  • Upvote 1
  • 0
Posted
28 minutes ago, Winterfox said:

https://github.com/rathena/rathena/blob/master/doc/script_commands.txt:

*sc_start <effect type>,<ticks>,<value 1>{,<rate>,<flag>{,<GID>}};
Optional value <rate> is the chance that the status will be invoked (100 = 1%).
This is used primarily in item scripts. When used in an NPC script, a flag MUST
be defined for the rate to work.
sc_start SC_BOSSMAPINFO,600000,5000;

 

thank you so much for your reply

  • 0
Posted
22 hours ago, Winterfox said:

https://github.com/rathena/rathena/blob/master/doc/script_commands.txt:

*sc_start <effect type>,<ticks>,<value 1>{,<rate>,<flag>{,<GID>}};
Optional value <rate> is the chance that the status will be invoked (100 = 1%).
This is used primarily in item scripts. When used in an NPC script, a flag MUST
be defined for the rate to work.
sc_start SC_BOSSMAPINFO,600000,5000;

 

ive try this and i think it still got 100% chance even i edit this 

sc_start SC_BOSSMAPINFO,600000,5000;
  • 0
Posted
13 minutes ago, GM Winter said:

ive try this and i think it still got 100% chance even i edit this 

sc_start SC_BOSSMAPINFO,600000,5000;
*sc_start <effect type>,<ticks>,<value 1>{,<rate>,<flag>{,<GID>}};

It should be like this

sc_start SC_BOSSMAPINFO,600000,0,5000;

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...