Recent content by Crown The Empire

  1. C

    How to enable crit for double attack?

    Implementation Double Critical Attack. It is now possible to use double critical damage attack on the kRO. https://github.com/rathena/rathena/commit/b0de030e02fb67b86e4c6825d9b7dbe05eb7e36f  
  2. C

    [Ranger]: Electric Shock

    The ability is not imprisoning boss-type monsters. Can someone help me?
  3. C

    New damage formula (Dragon Breath)

    Old damage formula (before the 175/60 update, implemented December 10, 2014 in iRO): Damage = [(CurrHP ÷ 50) + (MaxSP ÷ 4)] × (SkillLv × BaseLv ÷ 150) × (95 + DragonTraining_Lv × 5)% New damage formula (after the 175/60 update): Damage = [(CurrHP ÷ 50) + (MaxSP ÷ 4)] × (SkillLv × BaseLv ÷...
  4. C

    Chance de Congelamento

    Eu desfiz essa alteração na src, para voltar a formula do congelamento... https://github.com/HerculesWS/Hercules/commit/931058402a47abd14f022c12bdf29c68e261204d Deu certo, porém a unica coisa que está estranha é o tempo, pois o jogador com 190 de LUK ainda fica congelado bastante tempo, era...
  5. C

    Armadilha, ajuda!

    A skill "Armadilha" não está funcionando corretamente! Acontece o seguinte: O jogador passa por cima tira a maioria das armadilhas e trava só depois em uma célula que sequer tem armadilha. case UNT_ANKLESNARE:case UNT_MANHOLE:if( sg->val2 == 0 && tsc && (sg->unit_id ==...
Back
Top