Saruman
Members-
Content Count
15 -
Joined
-
Last visited
About Saruman
-
Rank
Member
-
Hello, someone could explain to me the following settings ? pc_status_def_rate: 100mob_status_def_rate: 100 pc_max_status_def: 100mob_max_status_def: 100 I only want to put 400 of luk - immunity of freezing ( 1 of luk = 0,25% resistance ) Thanks!! @EDIT I've made this change on source, is it right? Before: case SC_FREEZE: sc_def = st->mdef*100; sc_def2 = st->luk*10 + SCDEF_LVL_DIFF(bl, src, 99, 10); tick_def = 0; //No duration reduction#ifdef RENEWAL tick_def2 = status_get_luk(src) * -10; //Caster can increase final duration with luk#else tick_def2 = 0; //No duration reduction#endif break; After: case SC_FREEZE: sc_def = st->mdef*100; sc_def = st->luk*25;// sc_def2 = st->luk*10 + SCDEF_LVL_DIFF(bl, src, 99, 10); tick_def = 0; //No duration reduction#ifdef RENEWAL tick_def2 = status_get_luk(src) * -10; //Caster can increase final duration with luk#else tick_def2 = 0; //No duration reduction#endif break;
-
thanks, i'll try it. But there's no way to do this outside the source?
-
Saruman reacted to an answer to a question: Status Resistance
-
Thanks for answering I want this: 200 of Vit, the player get 100% resistance of stuning 400 of Luk, the player get 100% resistance of freezing Is it right? case SC_FREEZE: sc_def = st->luk*25; sc_def = st->mdef*100; sc_def2 = st->luk*10 + SCDEF_LVL_DIFF(bl, src, 99, 10); tick_def = 0; //No duration reduction#ifdef RENEWAL tick_def2 = status_get_luk(src) * -10; //Caster can increase final duration with luk#else tick_def2 = 0; //No duration reduction
-
Nobody knows how to set this? Wtf
-
Didn't work :/
-
Please, I need help to set this... I've tried all I could think but I still don't understanding it... Just want to give 100% resistance when the player have 400 of LUK // 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: 100mob_status_def_rate: 100// Maximum resistance to status changes. (100 = 100%)// NOTE: Cards and equipment can go over this limit, so it only applies to natural resist.pc_max_status_def: 100mob_max_status_def: 100 Thankss
-
Como faz pra reduzir dano em um certo mapa ?
-
Alguém aí tem o plugin de doação do fluxcp, que funcione com o API do pagseguro e tals ? Tava precisando bastante disso, agradeço quem ajudar. Postei na area PT-BR pq acho que só brasil usa pagseguro, enfim. Obrigado!
-
But i'm testing with sandbox mode Already tested with normal mode,paying with a credit card and still not working
-
I have already tested with and without paypal sandbox, and it doesn't work. I made everything right in fluxcp, donate> put the $ > donate button > "make the payment" > and then... And after that, the credits in fluxcp are not activated: I also have set the IPN Please, somebody help me! Thanks !!
-
Same problem here
-
I need to reduce Eske bonus atk to only 15%, and recude the max level of Esma to lvl. 3. How can i do it ?
-
Pessoal, alguém poderia dar uma ajuda na instalação desse plugin? http://herc.ws/board/topic/4570-battleground-system-without-waitingroom/ Já tentei aqui e deu ruim, e não to entendendo muito bem :/