Radian Posted August 4, 2014 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
Stolao Posted August 4, 2014 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
Radian Posted August 4, 2014 Author 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
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?
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.