Sallycantdance Posted December 18, 2023 Group: Members Topic Count: 218 Topics Per Day: 0.14 Content Count: 766 Reputation: 12 Joined: 12/04/20 Last Seen: 2 hours ago Share Posted December 18, 2023 (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 December 18, 2023 by GM Winter Quote Link to comment Share on other sites More sharing options...
0 Winterfox Posted December 18, 2023 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 245 Reputation: 92 Joined: 06/30/18 Last Seen: November 27, 2024 Share Posted December 18, 2023 (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 December 19, 2023 by Winterfox 1 Quote Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted December 18, 2023 Group: Members Topic Count: 218 Topics Per Day: 0.14 Content Count: 766 Reputation: 12 Joined: 12/04/20 Last Seen: 2 hours ago Author Share Posted December 18, 2023 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 Quote Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted December 19, 2023 Group: Members Topic Count: 218 Topics Per Day: 0.14 Content Count: 766 Reputation: 12 Joined: 12/04/20 Last Seen: 2 hours ago Author Share Posted December 19, 2023 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; Quote Link to comment Share on other sites More sharing options...
0 Nyxz Posted December 19, 2023 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 0 Joined: 05/12/12 Last Seen: August 5, 2024 Share Posted December 19, 2023 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; Quote Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted December 19, 2023 Group: Members Topic Count: 218 Topics Per Day: 0.14 Content Count: 766 Reputation: 12 Joined: 12/04/20 Last Seen: 2 hours ago Author Share Posted December 19, 2023 3 hours ago, Nyxz said: *sc_start <effect type>,<ticks>,<value 1>{,<rate>,<flag>{,<GID>}}; It should be like this sc_start SC_BOSSMAPINFO,600000,0,5000; thank you so much Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted December 30, 2023 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10015 Reputation: 2364 Joined: 10/28/11 Last Seen: Saturday at 07:02 PM Share Posted December 30, 2023 alternative ... if (rand(2)) sc_start SC_BOSSMAPINFO,600000,0; 1 Quote Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted December 30, 2023 Group: Members Topic Count: 218 Topics Per Day: 0.14 Content Count: 766 Reputation: 12 Joined: 12/04/20 Last Seen: 2 hours ago Author Share Posted December 30, 2023 7 minutes ago, Emistry said: alternative ... if (rand(2)) sc_start SC_BOSSMAPINFO,600000,0; thank you sir @Emistry i will try this too Quote Link to comment Share on other sites More sharing options...
Question
Sallycantdance
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?
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.