- Регистрация
- 1 Сен 2013
- Сообщения
- 15
- Реакции
- 1
- Баллы
- 8
- Лучшие ответы
- 0
StExt_BecomeCorruptedEffect();
b_raiseattribute_bonus(hero, atr_mana_max, 50);
rx_changeint(25);
StExt_PlayerStat_OnApply(StExt_PcStats_Index_ExtraSpellDam, 25, StExt_PcStat_Source_Perm);
StExt_PlayerStat_OnApply(StExt_PcStats_Index_ReservedHpPerc, 0, StExt_PcStat_Source_Perm); <------ тут міняєш
npc_removeinvitems(hero, itwr_StExt_CorruptionScroll, 1);
StExt_CorruptionPath = StExt_Corruption_Mage;
StExt_SetCorruptionLevel_Stats();
Dia_StExt_CorruptionMenu_ExitDialog();
b_raiseattribute_bonus(hero, atr_mana_max, 50);
rx_changeint(25);
StExt_PlayerStat_OnApply(StExt_PcStats_Index_ExtraSpellDam, 25, StExt_PcStat_Source_Perm);
StExt_PlayerStat_OnApply(StExt_PcStats_Index_ReservedHpPerc, 0, StExt_PcStat_Source_Perm); <------ тут міняєш
npc_removeinvitems(hero, itwr_StExt_CorruptionScroll, 1);
StExt_CorruptionPath = StExt_Corruption_Mage;
StExt_SetCorruptionLevel_Stats();
Dia_StExt_CorruptionMenu_ExitDialog();