Radian Posted August 4, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted August 4, 2014 Hello, its all about the, Adjustment for the natural rate of resistance from status changes. It seems that its not working if you adjust it on your desired amount, making it 300 vit to block stun. pc_status_def_rate: 300 mob_status_def_rate: 100 I even change this one still no effect { "pc_status_def_rate", &battle_config.pc_sc_def_rate, 500, 0, INT_MAX, }, can someone help me with this? Quote Link to comment Share on other sites More sharing options...
Stolao Posted August 4, 2014 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Sunday at 01:58 PM Share Posted August 4, 2014 Hello, its all about the, Adjustment for the natural rate of resistance from status changes. It seems that its not working if you adjust it on your desired amount, making it 300 vit to block stun. pc_status_def_rate: 300 mob_status_def_rate: 100 I even change this one still no effect { "pc_status_def_rate", &battle_config.pc_sc_def_rate, 500, 0, INT_MAX, }, can someone help me with this? // Adjustment for the natural rate of resistance from status changes. // If 50, status defense is halved, and you need twice as much stats to block // them (eg: 200 vit to completely block stun) pc_status_def_rate: 50 mob_status_def_rate: 100 so for example you want 300 vit to be stun immunity you need to change to pc_status_def_rate: 33 mob_status_def_rate: 100 you seem to have it backwards 1 Quote Link to comment Share on other sites More sharing options...
Radian Posted August 4, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Author Share Posted August 4, 2014 (edited) Hello, its all about the, Adjustment for the natural rate of resistance from status changes. It seems that its not working if you adjust it on your desired amount, making it 300 vit to block stun. pc_status_def_rate: 300 mob_status_def_rate: 100 I even change this one still no effect { "pc_status_def_rate", &battle_config.pc_sc_def_rate, 500, 0, INT_MAX, }, can someone help me with this? // Adjustment for the natural rate of resistance from status changes. // If 50, status defense is halved, and you need twice as much stats to block // them (eg: 200 vit to completely block stun) pc_status_def_rate: 50 mob_status_def_rate: 100 so for example you want 300 vit to be stun immunity you need to change to pc_status_def_rate: 33 mob_status_def_rate: 100 you seem to have it backwards Ohh it works! thanks a lot! Edited August 4, 2014 by Ginji Quote Link to comment Share on other sites More sharing options...
Question
Radian
Hello, its all about the,
It seems that its not working if you adjust it on your desired amount, making it 300 vit to block stun.
I even change this one still no effect
can someone help me with this?
Link to comment
Share on other sites
2 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.