Jump to content

  •  

Saruman

Member Since 30 Mar 2014
Offline Last Active Nov 08 2014 11:46 PM
-----

Topics I've Started

Status Def

31 October 2014 - 11:19 PM

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;

Status Resistance

12 September 2014 - 01:54 AM

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


Plugin Pagseguro Fluxcp

20 August 2014 - 09:56 PM

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!

 

Fluxcp Donate not working

06 August 2014 - 10:49 PM

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

Spoiler

Spoiler

 

And after that, the credits in fluxcp are not activated:

Spoiler

 

I also have set the IPN

 

Please, somebody help me!

 

Thanks !!

 

 

Editing Skill

05 June 2014 - 02:32 AM

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 ?